tryouts.gemspec in tryouts-0.8.7 vs tryouts.gemspec in tryouts-0.8.8
- old
+ new
@@ -1,9 +1,9 @@
@spec = Gem::Specification.new do |s|
s.name = "tryouts"
s.rubyforge_project = "tryouts"
- s.version = "0.8.7"
+ s.version = "0.8.8"
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"
@@ -55,11 +55,10 @@
lib/tryouts/drill/sergeant/api.rb
lib/tryouts/drill/sergeant/benchmark.rb
lib/tryouts/drill/sergeant/cli.rb
lib/tryouts/drill/sergeant/rbenchmark.rb
lib/tryouts/mixins.rb
- lib/tryouts/mixins/hash.rb
lib/tryouts/orderedhash.rb
lib/tryouts/stats.rb
lib/tryouts/tryout.rb
tryouts.gemspec
tryouts/01_mixins_tryouts.rb
@@ -67,9 +66,11 @@
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/X1_new_api_syntax.rb
+ tryouts/X2_new_cli_syntax.rb
tryouts/standalone_test.rb
)
s.has_rdoc = true
s.rubygems_version = '1.3.0'
\ No newline at end of file