Sha256: e6d042a9caa9c505b7ad57b10f374f6608186606b0d44e076a877a87dca3f63d

Contents?: true

Size: 531 Bytes

Versions: 4

Compression:

Stored size: 531 Bytes

Contents

h1. About

Simple CHANGELOG parser for Ruby 1.9.

h1. Usage

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

h1. JRuby

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

<pre>
jruby --1.9 -S gem install changelog
</pre>

h1. Links

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
changelog-0.8 README.textile
changelog-0.7 README.textile
changelog-0.6.1 README.textile
changelog-0.6 README.textile