Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Remsik committed Aug 3, 2010
1 parent a945244 commit 95d33cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{pig}
s.version = "0.0.0"
s.version = "0.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jim Remsik"]
Expand All @@ -27,7 +27,9 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"lib/generators/pig/pig_generator.rb",
"lib/pig.rb",
"pig.gemspec",
"spec/pig_spec.rb",
"spec/spec_helper.rb"
]
Expand All @@ -46,13 +48,16 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<git>, ["= 1.2.5"])
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
s.add_development_dependency(%q<yard>, [">= 0"])
else
s.add_dependency(%q<git>, ["= 1.2.5"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<yard>, [">= 0"])
end
else
s.add_dependency(%q<git>, ["= 1.2.5"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<yard>, [">= 0"])
end
Expand Down

0 comments on commit 95d33cb

Please sign in to comment.