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:
parent
b9fdc58da2
commit
532249d05c
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue