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:
parent
526f907629
commit
ee871db0c3
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
1.6.2 (unreleased)
|
||||
- Improves spec performance and simplicity (Mauro George)
|
||||
|
||||
1.6.1
|
||||
- Fixes specs on all rails dependencies (Mauro George)
|
||||
- Updates specs for mongoid, mongo_mapper and ripple (James Cox)
|
||||
|
|
|
@ -7,7 +7,7 @@ require "rake"
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "awesome_print"
|
||||
s.version = "1.6.1"
|
||||
s.version = "1.6.2"
|
||||
# s.platform = Gem::Platform::RUBY
|
||||
s.authors = "Michael Dvorkin"
|
||||
s.date = Time.now.strftime("%Y-%m-%d")
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
def self.version
|
||||
"1.6.1"
|
||||
'1.6.2'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue