summaryrefslogtreecommitdiffhomepage
path: root/ruby2d.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ruby2d.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