ticketmaster-lighthouse.gemspec in ticketmaster-lighthouse-0.1.1 vs ticketmaster-lighthouse.gemspec in ticketmaster-lighthouse-0.3.0

- 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{ticketmaster-lighthouse} - s.version = "0.1.1" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Hong"] - s.date = %q{2010-06-25} + s.date = %q{2010-07-02} s.description = %q{Allows ticketmaster to interact with Lighthouse's issue tracking system.} s.email = %q{hong.quach@abigfisch.com} s.extra_rdoc_files = [ "LICENSE", "README.md" @@ -24,9 +24,10 @@ "Rakefile", "VERSION", "lib/lighthouse/LICENSE", "lib/lighthouse/README.markdown", "lib/lighthouse/lighthouse-api.rb", + "lib/provider/comment.rb", "lib/provider/lighthouse.rb", "lib/provider/project.rb", "lib/provider/ticket.rb", "lib/ticketmaster-lighthouse.rb", "spec/spec.opts",