Gemfile updated, Rakefile/gemspec modernized.

This commit is contained in:
Denis Knauf 2021-12-12 15:59:25 +01:00
parent 8698a3b01d
commit f27600ce16
5 changed files with 63 additions and 174 deletions

18
Gemfile
View file

@ -1,15 +1,3 @@
source "http://rubygems.org"
gem 'ffi-libc'
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "shoulda"
gem "yard"
gem "redcarpet"
gem "rdoc"
gem "bundler"
gem "jeweler"
gem "simplecov"
end
source "https://rubygems.org"
gemspec
gem "rake", "~> 12"