From 256a7515c45ffacfdd06bd872c45769b6c4ebb29 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Fri, 25 Dec 2015 23:25:46 -0600 Subject: Updating .gemspec --- ruby2d.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ruby2d.gemspec') 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 -- cgit v1.2.3