any-spec.gemspec in any-spec-0.0.1 vs any-spec.gemspec in any-spec-0.1.0

- old
+ new

@@ -3,30 +3,32 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{any-spec} - s.version = "0.0.1" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Aaron Gough"] - s.date = %q{2010-10-09} + s.date = %q{2011-03-05} s.description = %q{AnySpec is a framework for writing executable language specifications and automated black-box functional tests for programming languages.} s.email = %q{aaron@aarongough.com} s.executables = ["any-spec", "any-spec"] s.extra_rdoc_files = [ "MIT-LICENSE", "README.rdoc" ] s.files = [ - "MIT-LICENSE", + ".gitignore", + "MIT-LICENSE", "README.rdoc", "Rakefile", "VERSION", "any-spec.gemspec", "bin/any-spec", "lib/any-spec.rb", "lib/any-spec/assertions.rb", + "lib/any-spec/string_extensions.rb", "lib/any-spec/test-case.rb", "lib/any-spec/test-runner.rb", "test/fixtures/example_test_specification.yml", "test/fixtures/test_cases/empty.blah", "test/fixtures/test_cases/error.rb",