add dependecies

This commit is contained in:
Petr Korolev 2014-11-06 16:44:13 +02:00
parent ba47048f25
commit 8d09f5db43

View File

@ -14,13 +14,9 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
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.specification_version = 3
s.add_runtime_dependency(%q<httparty>, ["> 0.6.0"])
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