aktion_test.gemspec in aktion_test-0.0.2 vs aktion_test.gemspec in aktion_test-0.1.0

- old
+ new

@@ -5,16 +5,19 @@ gem.authors = ["Chris Boertien"] gem.email = ["chris@aktionlab.com"] gem.description = %q{Contains all required testing gems as well as some rake tasks and test helpers to make getting a test suite up and running easy and fast.} gem.summary = %q{Gems, libs, helpers for test suites.} gem.homepage = "http://aktionlab.com" + gem.license = 'MIT' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "aktion_test" gem.require_paths = ["lib"] gem.version = AktionTest::VERSION + + gem.required_ruby_version = '~> 1.9.2' # Don't add anything to this list that depends on Rails or any # other large frameworks/orms. This list should be suitable for # even the simplest gem. gem.add_dependency 'rspec', '~> 2.12.0'