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:
parent
95c6bfd401
commit
d2a07190c2
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
require "rake"
|
$:.push File.expand_path('../lib', __FILE__)
|
||||||
|
|
||||||
|
require "rake"
|
||||||
require 'awesome_print/version'
|
require 'awesome_print/version'
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
|
|
Loading…
Reference in a new issue