Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 7, 2012
1 parent 2b9ede0 commit 0d8fc5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion History.rdoc
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,12 @@
=== 0.0.4 2012-5-7

* modify:
* Integer::Base::STANDARD_CHARS was able to check Key-Index (37 : nil -> 37 : KeyError)

* fix:
* delete a excess extention "Kernel.#Integer"
* bug on #to_s when minus numbers

=== 0.0.3 2012-5-3 === 0.0.3 2012-5-3


* modify: * modify:
Expand All @@ -6,7 +15,6 @@
* add: * add:
* Integer::Base::STANDARD_CHARS * Integer::Base::STANDARD_CHARS



=== 0.0.2 2012-2-16 === 0.0.2 2012-2-16


* fix: * fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/integer/base/version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Integer


module Base module Base


VERSION = '0.0.3'.freeze VERSION = '0.0.4'.freeze


end end


Expand Down

0 comments on commit 0d8fc5a

Please sign in to comment.