timetrap.gemspec in timetrap-1.1.3 vs timetrap.gemspec in timetrap-1.2.0

- old
+ new

@@ -3,32 +3,34 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{timetrap} - s.version = "1.1.3" + s.version = "1.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sam Goldstein"] - s.date = %q{2009-11-27} + s.date = %q{2009-12-06} s.default_executable = %q{t} - s.description = %q{Timetrap is a lightweight command line time tracker, written in ruby. See http://github.com/samg/timetrap for more details} + s.description = %q{Command line time tracker} s.email = %q{sgrock@gmail.com} s.executables = ["t"] s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".gitignore", + "CONTRIBUTORS", "LICENSE.txt", "README.md", "Rakefile", "VERSION.yml", "bin/dev_t", "bin/t", "lib/timetrap.rb", "lib/timetrap/cli.rb", + "lib/timetrap/config.rb", "lib/timetrap/formatters/csv.rb", "lib/timetrap/formatters/ical.rb", "lib/timetrap/formatters/text.rb", "lib/timetrap/helpers.rb", "lib/timetrap/models.rb",