mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Release 1.0.1
This commit is contained in:
parent
5850353812
commit
2514c74440
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
1.0.1
|
||||
- Updated repo tags for Rubygems.org
|
||||
|
||||
1.0.0 Thanksgiving edition
|
||||
- Added ability to format *arbitrary* Ruby object
|
||||
- Added :limit option to limit large output for arrays and hashes (Andrew Horsman)
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
def self.version
|
||||
'1.0.0'
|
||||
'1.0.1'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue