add dependecies
This commit is contained in:
parent
ba47048f25
commit
8d09f5db43
|
@ -14,13 +14,9 @@ Gem::Specification.new do |s|
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.rubygems_version = %q{1.6.2}
|
s.rubygems_version = %q{1.6.2}
|
||||||
s.summary = %q{Script, that automatically generate change-log from your tags and pull-requests.}
|
s.summary = %q{Script, that automatically generate change-log from your tags and pull-requests.}
|
||||||
|
s.license = "MIT"
|
||||||
|
|
||||||
if s.respond_to? :specification_version then
|
s.add_runtime_dependency(%q<httparty>, ["> 0.6.0"])
|
||||||
s.specification_version = 3
|
s.add_runtime_dependency(%q<github_api>, ["> 0.12.2"])
|
||||||
|
|
||||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
||||||
else
|
|
||||||
end
|
|
||||||
else
|
|
||||||
end
|
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user