update readme and bump gem

This commit is contained in:
Petr Korolev
2014-11-07 13:52:23 +02:00
parent 4237b751a0
commit 8457b764bf
4 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -220,5 +220,7 @@ class ChangelogGenerator
end
if __FILE__ == $0
ChangelogGenerator.new.compund_changelog
changelog_generator = ChangelogGenerator.new
# changelog_generator.compund_changelog
end
+1 -1
View File
@@ -29,7 +29,7 @@ class Parser
opts.on('-f', '--date-format [FORMAT]', 'Date format. Default is %d/%m/%y') do |last|
options[:format] = last
end
opts.on('-o', '--output [FORMAT]', 'Output file. Default is CHANGELOG.md') do |last|
opts.on('-o', '--output [NAME]', 'Output file. Default is CHANGELOG.md') do |last|
options[:output] = last
end
}