-
bug fixes
-
Ruby 1.8.6 support (closes #5)
-
-
enhancements
-
automagic gemspec generation
-
-
bug fixes
-
fixed project name in some areas
-
ensure correct sorting of 1.9 <=> 1.10 (closes #3)
-
ensure correct sorting of prerelease versions
-
Version.current returns nil if no VERSION found (closes #4)
-
-
enhancements
-
Version#prerelease? to determine if it’s a prerelease version
-
Version#bump! now accepts symbolic indexes
-
Version#inspect has slightly friendlier output
-
VersionTask now correctly bumps prerelease versions
-
VersionTask has new version:bump:pre task
-
now properly MIT-licensed
-
somewhat spec’d
-
-
bug fixes
-
fixed README documentation to properly reflect is_versioned
-
put core class extensions in a subdirectory of version, to avoid filename collisions with other gems
-
-
enhancements
-
added Version.current method (closes #2)
-
-
bug fixes
-
require version in rake task (closes #1)
-
-
enhancements
-
support for committing and tagging through git
-
see rdoc for Rake::VersionTask
-
-
-
bug fixes
-
fix critical bug in Class#is_versioned which prevented it from working at all
-
-
enhancements
-
renamed Versioned() to is_versioned
-
-
bug fixes
-
when autozeroing version components, use strings, not integers
-
-
enhancements
-
readme and history files
-
extended documentation
-
support for easy version-file management through rake
-
see rdoc for Rake::VersionTask
-
-
support auto-setting VERSION constant in classes
-
see rdoc for Class::Versioned()
-
-
eating own dogfood with Rake::VersionTask
-
make Version#to_hash exclude keys with nil values
-
-
todo for 1.0.0
-
full suite of specs
-
remove duplication in Class::Version() and Rake::VersionTask
-
get rid of gem task warnings
-
-
initial release
-
todo for 1.0.0
-
full suite of specs
-
version-bumping rake tasks
-