timetrap.gemspec in timetrap-1.7.0 vs timetrap.gemspec in timetrap-1.7.1

- old
+ new

@@ -3,26 +3,28 @@ # 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.7.0" + s.version = "1.7.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sam Goldstein"] - s.date = %q{2010-12-08} + s.date = %q{2010-12-18} 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 = [ "LICENSE.txt", "README.md" ] s.files = [ ".gitignore", + ".rspec", "CONTRIBUTORS", + "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "VERSION.yml", "bin/dev_t", @@ -37,10 +39,9 @@ "lib/timetrap/formatters/json.rb", "lib/timetrap/formatters/text.rb", "lib/timetrap/helpers.rb", "lib/timetrap/models.rb", "lib/timetrap/timer.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"]