timetrap.gemspec in timetrap-1.8.1 vs timetrap.gemspec in timetrap-1.8.2

- old
+ new

@@ -3,24 +3,25 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "timetrap" - s.version = "1.8.1" + s.version = "1.8.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sam Goldstein"] - s.date = "2012-04-04" + s.date = "2012-10-27" s.description = "Command line time tracker" s.email = "sgrock@gmail.com" s.executables = ["t"] s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".rspec", + ".travis.yml", "CONTRIBUTORS", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", @@ -44,10 +45,10 @@ "timetrap.gemspec" ] s.homepage = "http://github.com/samg/timetrap/tree/master" s.rdoc_options = ["--inline-source", "--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" + s.rubygems_version = "1.8.24" s.summary = "Command line time tracker" if s.respond_to? :specification_version then s.specification_version = 3