changelog icon indicating copy to clipboard operation
changelog copied to clipboard

Simple CHANGELOG parser for Ruby.

h1. About

Simple CHANGELOG parser for Ruby 1.9.

h1. 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-  ")}"

h1. JRuby

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

jruby --1.9 -S gem install changelog

h1. Links

  • "RDoc.info API Docs":http://rdoc.info/projects/botanicus/changelog
  • "Yardoc.org API Docs":http://yardoc.org/docs/botanicus-changelog