About

Simple CHANGELOG parser for Ruby 1.9.

Usage


changelog = CHANGELOG.new("/path/to/my/changelog")
puts "Changes in the last version #{changelog.last_version_name}: \n-  #{changelog.last_version_changes.join("\n-  ")}"

JRuby

CHANGELOG does work with JRuby, you just have to use the --1.9 switch:


jruby --1.9 -S gem install changelog

Links