Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393441
github_changelog_generator.gemspec
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
github_changelog_generator.gemspec
View Options
# coding: utf-8
lib
=
File
.
expand_path
(
'../lib'
,
__FILE__
)
$LOAD_PATH
.
unshift
(
lib
)
unless
$LOAD_PATH
.
include?
(
lib
)
require
'github_changelog_generator/version'
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"github_changelog_generator"
spec
.
version
=
GitHubChangelogGenerator
::
VERSION
spec
.
default_executable
=
"github_changelog_generator"
spec
.
required_ruby_version
=
'>= 1.9.3'
spec
.
authors
=
[
"Petr Korolev"
]
spec
.
email
=
%q{sky4winder+github_changelog_generator@gmail.com}
spec
.
date
=
`date +"%Y-%m-%d"`
.
strip!
spec
.
summary
=
%q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
spec
.
description
=
%q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
spec
.
homepage
=
%q{https://github.com/skywinder/Github-Changelog-Generator}
spec
.
license
=
"MIT"
spec
.
files
=
`git ls-files -z`
.
split
(
"
\x0
"
)
spec
.
executables
=
spec
.
files
.
grep
(
%r{^bin/}
)
{
|
f
|
File
.
basename
(
f
)
}
spec
.
test_files
=
spec
.
files
.
grep
(
%r{^(test|spec|features)/}
)
spec
.
require_paths
=
[
"lib"
]
spec
.
add_development_dependency
"bundler"
,
"~> 1.7"
spec
.
add_development_dependency
"rake"
,
"~> 10.0"
spec
.
add_runtime_dependency
(
%q<github_api>
,
[
"~> 0.12"
]
)
spec
.
add_runtime_dependency
(
%q<colorize>
,
[
"~> 0.7"
]
)
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Wed, Jun 4, 7:13 PM (4 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3395244
Attached To
rSPNTP puppet-puppetlabs-ntp
Event Timeline
Log In to Comment