ticketmaster-lighthouse.gemspec in ticketmaster-lighthouse-0.4.0 vs ticketmaster-lighthouse.gemspec in ticketmaster-lighthouse-0.5.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.4.0"
+ s.version = "0.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Hong"]
- s.date = %q{2010-10-18}
+ s.date = %q{2010-10-22}
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"
@@ -21,13 +21,10 @@
".gitignore",
"LICENSE",
"README.md",
"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",
@@ -66,22 +63,25 @@
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
s.add_runtime_dependency(%q<ticketmaster>, [">= 0.3.0"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
s.add_runtime_dependency(%q<activeresource>, [">= 2.3.2"])
+ s.add_runtime_dependency(%q<lighthouse-api>, ["~> 2.0"])
s.add_runtime_dependency(%q<addressable>, [">= 2.1.2"])
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<ticketmaster>, [">= 0.3.0"])
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
s.add_dependency(%q<activeresource>, [">= 2.3.2"])
+ s.add_dependency(%q<lighthouse-api>, ["~> 2.0"])
s.add_dependency(%q<addressable>, [">= 2.1.2"])
end
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<ticketmaster>, [">= 0.3.0"])
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
s.add_dependency(%q<activeresource>, [">= 2.3.2"])
+ s.add_dependency(%q<lighthouse-api>, ["~> 2.0"])
s.add_dependency(%q<addressable>, [">= 2.1.2"])
end
end