1
0
Fork 0
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:
Mike Dvorkin 2013-09-24 12:26:46 -07:00
parent fb070acab0
commit 84573bcb85
2 changed files with 2 additions and 3 deletions

View file

@ -4,11 +4,10 @@
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php # See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
require "rake" require "rake"
require File.dirname(__FILE__) + "/lib/awesome_print/version"
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "awesome_print" s.name = "awesome_print"
s.version = AwesomePrint.version s.version = "1.2.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")

View file

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