github-changelog-generator/github_changelog_generator.gemspec
2014-11-12 11:06:21 +02:00

22 lines
993 B
Ruby

Gem::Specification.new do |s|
s.name = "github_changelog_generator"
s.version = "1.1.2"
s.default_executable = "github_changelog_generator"
s.required_ruby_version = '>= 1.9.3'
s.authors = ["Petr Korolev"]
s.date = %q{2014-10-10}
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.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.13"])
s.add_runtime_dependency(%q<github_api>, ["~> 0.12"])
s.executables = %w(github_changelog_generator)
end