timeliness.gemspec in timeliness-0.1.1 vs timeliness.gemspec in timeliness-0.2.0

- old
+ new

@@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{timeliness} - s.version = "0.1.1" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Meehan"] - s.date = %q{2010-10-14} + s.date = %q{2010-10-27} s.description = %q{Fast date/time parser with customisable formats and I18n support.} s.email = %q{adam.meehan@gmail.com} s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc"] s.files = ["timeliness.gemspec", "LICENSE", "CHANGELOG.rdoc", "README.rdoc", "Rakefile", "lib/timeliness", "lib/timeliness/format_set.rb", "lib/timeliness/formats.rb", "lib/timeliness/helpers.rb", "lib/timeliness/parser.rb", "lib/timeliness/version.rb", "lib/timeliness.rb", "spec/spec_helper.rb", "spec/timeliness", "spec/timeliness/format_set_spec.rb", "spec/timeliness/formats_spec.rb", "spec/timeliness/parser_spec.rb"] s.homepage = %q{http://github.com/adzap/timeliness}