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

Fix the load of version on gemspec

This commit is contained in:
Mauro George 2015-03-19 09:19:04 -03:00
parent 95c6bfd401
commit d2a07190c2

View file

@ -1,5 +1,6 @@
require "rake"
$:.push File.expand_path('../lib', __FILE__)
require "rake"
require 'awesome_print/version'
Gem::Specification.new do |s|