tryouts.gemspec in tryouts-0.8.5 vs tryouts.gemspec in tryouts-0.8.7

- old
+ new

@@ -1,9 +1,9 @@ @spec = Gem::Specification.new do |s| s.name = "tryouts" s.rubyforge_project = "tryouts" - s.version = "0.8.5" + s.version = "0.8.7" s.summary = "Tryouts is a high-level testing library (DSL) for your Ruby codes and command-line applications." s.description = s.summary s.author = "Delano Mandelbaum" s.email = "tryouts@solutious.com" s.homepage = "http://github.com/delano/tryouts" @@ -26,10 +26,9 @@ ##rdoc '--line-numbers', '--title', "Tryouts: Basketball tryouts for your Ruby codes and command line apps. Go for it!", '--main', 'README.rdoc', # = DEPENDENCIES = # Add all gem dependencies s.add_dependency 'rye' - s.add_dependency 'attic' s.add_dependency 'drydock' s.add_dependency 'sysinfo' # = MANIFEST = # The complete list of files to be included in the release. When GitHub packages your gem, \ No newline at end of file