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

Centralize AP version in one file

This commit is contained in:
Mauro George 2016-06-07 21:25:22 -03:00 committed by Waldyr de Souza
parent b9fdc58da2
commit 532249d05c

View file

@ -4,10 +4,12 @@
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
$:.push File.expand_path('../lib', __FILE__)
require 'awesome_print/version'
Gem::Specification.new do |s|
s.name = "awesome_print"
s.version = "1.7.0"
# s.platform = Gem::Platform::RUBY
s.version = AwesomePrint.version
s.authors = "Michael Dvorkin"
s.date = Time.now.strftime("%Y-%m-%d")
s.email = "mike@dvorkin.net"