timetrap.gemspec in timetrap-1.5.1 vs timetrap.gemspec in timetrap-1.5.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{timetrap} - s.version = "1.5.1" + s.version = "1.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sam Goldstein"] - s.date = %q{2010-10-31} + s.date = %q{2010-11-15} s.default_executable = %q{t} s.description = %q{Command line time tracker} s.email = %q{sgrock@gmail.com} s.executables = ["t"] s.extra_rdoc_files = [ @@ -33,9 +33,10 @@ "lib/timetrap/formatters/csv.rb", "lib/timetrap/formatters/ical.rb", "lib/timetrap/formatters/text.rb", "lib/timetrap/helpers.rb", "lib/timetrap/models.rb", + "spec/spec.opts", "spec/timetrap_spec.rb", "timetrap.gemspec" ] s.homepage = %q{http://github.com/samg/timetrap/tree/master} s.rdoc_options = ["--inline-source", "--charset=UTF-8"]