summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2015-12-25 23:25:46 -0600
committerTom Black <[email protected]>2015-12-25 23:25:46 -0600
commit256a7515c45ffacfdd06bd872c45769b6c4ebb29 (patch)
tree89bf5e2d52ff770db539e9e18189fb04c76bd1b3
parentcbfce01bce4bd082b238a378bb11868e76b4a6d6 (diff)
downloadruby2d-256a7515c45ffacfdd06bd872c45769b6c4ebb29.tar.gz
ruby2d-256a7515c45ffacfdd06bd872c45769b6c4ebb29.zip
Updating .gemspec
-rw-r--r--ruby2d.gemspec5
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