awesome_print 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/awesome_print/version.rb +1 -1
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 1.0.1
2
+ - Updated repo tags for Rubygems.org
3
+
1
4
  1.0.0 Thanksgiving edition
2
5
  - Added ability to format *arbitrary* Ruby object
3
6
  - Added :limit option to limit large output for arrays and hashes (Andrew Horsman)
@@ -5,6 +5,6 @@
5
5
  #------------------------------------------------------------------------------
6
6
  module AwesomePrint
7
7
  def self.version
8
- '1.0.0'
8
+ '1.0.1'
9
9
  end
10
10
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: awesome_print
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Dvorkin