diff options
| author | Tom Black <[email protected]> | 2015-12-25 23:25:46 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2015-12-25 23:25:46 -0600 |
| commit | 256a7515c45ffacfdd06bd872c45769b6c4ebb29 (patch) | |
| tree | 89bf5e2d52ff770db539e9e18189fb04c76bd1b3 /ruby2d.gemspec | |
| parent | cbfce01bce4bd082b238a378bb11868e76b4a6d6 (diff) | |
| download | ruby2d-256a7515c45ffacfdd06bd872c45769b6c4ebb29.tar.gz ruby2d-256a7515c45ffacfdd06bd872c45769b6c4ebb29.zip | |
Updating .gemspec
Diffstat (limited to 'ruby2d.gemspec')
| -rw-r--r-- | ruby2d.gemspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ruby2d.gemspec b/ruby2d.gemspec index df03f5a..8843016 100644 --- a/ruby2d.gemspec +++ b/ruby2d.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.author = 'Tom Black' s.email = '@blacktm' s.summary = 'Ruby 2D' - s.description = 'Make cross-platform 2D applications in Ruby.' + s.description = 'Make cross-platform 2D applications in Ruby' s.homepage = 'http://www.ruby2d.com' s.license = 'MIT' s.files = Dir.glob('lib/**/*') + @@ -16,5 +16,6 @@ Gem::Specification.new do |s| Dir.glob('ext/**/*.{c,rb}') s.extensions = ['ext/ruby2d/extconf.rb'] s.executables << 'ruby2d' - s.required_ruby_version = '>= 2.2.0' + s.required_ruby_version = '>= 2.0.0' + s.add_development_dependency 'rspec', '~> 3.4' end |
