mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Release 1.2.0
This commit is contained in:
parent
fb070acab0
commit
84573bcb85
2 changed files with 2 additions and 3 deletions
|
@ -4,11 +4,10 @@
|
|||
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
||||
#------------------------------------------------------------------------------
|
||||
require "rake"
|
||||
require File.dirname(__FILE__) + "/lib/awesome_print/version"
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "awesome_print"
|
||||
s.version = AwesomePrint.version
|
||||
s.version = "1.2.0"
|
||||
# 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.1.0'
|
||||
"1.2.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue