mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Bump to version 1.6.0
This commit is contained in:
parent
6924f5eceb
commit
51f14a1b6c
2 changed files with 2 additions and 2 deletions
|
@ -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.2.0"
|
s.version = "1.6.0"
|
||||||
# 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")
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
module AwesomePrint
|
module AwesomePrint
|
||||||
def self.version
|
def self.version
|
||||||
"1.2.0"
|
"1.6.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue