# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ticketmaster-lighthouse} s.version = "0.7.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = [%q{Hong}] s.date = %q{2011-11-01} 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" ] s.files = [ ".document", "LICENSE", "README.md", "Rakefile", "VERSION", "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.require_paths = [%q{lib}] s.rubygems_version = %q{1.8.6} s.summary = %q{Ticketmaster Provider for Lighthouse} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 1.2.9"]) s.add_runtime_dependency(%q, [">= 0.6.0"]) s.add_runtime_dependency(%q, ["~> 2.0"]) s.add_runtime_dependency(%q, [">= 2.1.2"]) else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0.6.0"]) s.add_dependency(%q, ["~> 2.0"]) s.add_dependency(%q, [">= 2.1.2"]) end else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0.6.0"]) s.add_dependency(%q, ["~> 2.0"]) s.add_dependency(%q, [">= 2.1.2"]) end end