ticketmaster-lighthouse.gemspec in ticketmaster-lighthouse-0.3.5 vs ticketmaster-lighthouse.gemspec in ticketmaster-lighthouse-0.3.6

- 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.3.5" + s.version = "0.3.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Hong"] - s.date = %q{2010-07-06} + s.date = %q{2010-07-07} 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" @@ -29,22 +29,35 @@ "lib/provider/comment.rb", "lib/provider/lighthouse.rb", "lib/provider/project.rb", "lib/provider/ticket.rb", "lib/ticketmaster-lighthouse.rb", + "spec/comments_spec.rb", + "spec/fixtures/projects.xml", + "spec/fixtures/projects/54448.xml", + "spec/fixtures/projects/create.xml", + "spec/fixtures/tickets.xml", + "spec/fixtures/tickets/2.xml", + "spec/fixtures/tickets/5.xml", + "spec/fixtures/tickets/create.xml", + "spec/projects_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/ticketmaster-lighthouse_spec.rb", + "spec/tickets_spec.rb", "ticketmaster-lighthouse.gemspec" ] s.homepage = %q{http://github.com/kiafaldorius/ticketmaster-lighthouse} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Ticketmaster Provider for Lighthouse} s.test_files = [ - "spec/spec_helper.rb", - "spec/ticketmaster-lighthouse_spec.rb" + "spec/comments_spec.rb", + "spec/projects_spec.rb", + "spec/spec_helper.rb", + "spec/ticketmaster-lighthouse_spec.rb", + "spec/tickets_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3