fix warrnings
This commit is contained in:
parent
598c92a448
commit
5c233863b8
|
@ -1,5 +1,5 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "Github Changelog Generator"
|
||||
s.name = "github_changelog_generator"
|
||||
s.version = "0.0.1"
|
||||
s.default_executable = "github_changelog_generator"
|
||||
|
||||
|
@ -9,14 +9,13 @@ Gem::Specification.new do |s|
|
|||
s.description = %q{Script, that automatically generate change-log from your tags and pull-requests}
|
||||
s.email = %q{sky4winder+github_changelog_generator@gmail.com}
|
||||
s.files = ["lib/github_changelog_generator.rb", "lib/github_changelog_generator/parser.rb", "bin/github_changelog_generator"]
|
||||
#s.test_files = ["test/test_github_changelog_generator.rb"]
|
||||
s.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator}
|
||||
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"
|
||||
|
||||
s.add_runtime_dependency(%q<httparty>, ["> 0.6.0"])
|
||||
s.add_runtime_dependency(%q<github_api>, ["> 0.12.2"])
|
||||
s.add_runtime_dependency(%q<httparty>, ["~> 0.6"])
|
||||
s.add_runtime_dependency(%q<github_api>, ["~> 0.12"])
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user