1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Updates changelog and bumps version

This commit is contained in:
James Cox 2015-01-02 13:22:13 -05:00
parent 526f907629
commit ee871db0c3
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
1.6.2 (unreleased)
- Improves spec performance and simplicity (Mauro George)
1.6.1 1.6.1
- Fixes specs on all rails dependencies (Mauro George) - Fixes specs on all rails dependencies (Mauro George)
- Updates specs for mongoid, mongo_mapper and ripple (James Cox) - Updates specs for mongoid, mongo_mapper and ripple (James Cox)

View file

@ -7,7 +7,7 @@ require "rake"
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "awesome_print" s.name = "awesome_print"
s.version = "1.6.1" s.version = "1.6.2"
# s.platform = Gem::Platform::RUBY # s.platform = Gem::Platform::RUBY
s.authors = "Michael Dvorkin" s.authors = "Michael Dvorkin"
s.date = Time.now.strftime("%Y-%m-%d") s.date = Time.now.strftime("%Y-%m-%d")

View file

@ -5,6 +5,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
def self.version def self.version
"1.6.1" '1.6.2'
end end
end end