tryouts.gemspec in tryouts-0.8.3 vs tryouts.gemspec in tryouts-0.8.4
- old
+ new
@@ -1,9 +1,9 @@
@spec = Gem::Specification.new do |s|
s.name = "tryouts"
s.rubyforge_project = "tryouts"
- s.version = "0.8.3"
+ s.version = "0.8.4"
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,11 @@
##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,
@@ -62,9 +63,10 @@
lib/tryouts/stats.rb
lib/tryouts/tryout.rb
tryouts.gemspec
tryouts/01_mixins_tryouts.rb
tryouts/10_syntax_tryouts.rb
+ tryouts/14_set_tryouts.rb
tryouts/15_dreams_tryouts.rb
tryouts/20_cli_tryouts.rb
tryouts/30_benchmark_tryouts.rb
tryouts/50_class_context_tryouts.rb
tryouts/standalone_test.rb
\ No newline at end of file