timeliness.gemspec in timeliness-0.3.3 vs timeliness.gemspec in timeliness-0.3.4

- old
+ new

@@ -13,9 +13,9 @@ s.description = %q{Fast date/time parser with customisable formats, timezone and I18n support.} s.rubyforge_project = %q{timeliness} s.files = `git ls-files`.split("\n") - s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") + s.files = `git ls-files`.split("\n") - %w{ .gitignore .rspec Gemfile Gemfile.lock } s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc"] s.require_paths = ["lib"] end