opal-spec.gemspec in opal-spec-0.1.15 vs opal-spec.gemspec in opal-spec-0.2.0
- old
+ new
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
-require File.expand_path('../lib/opal/spec/version', __FILE__)
+require File.expand_path('../lib/opal-spec/version', __FILE__)
Gem::Specification.new do |s|
s.name = 'opal-spec'
- s.version = Spec::VERSION
+ s.version = OpalSpec::VERSION
s.author = 'Adam Beynon'
s.email = 'adam@adambeynon.com'
s.homepage = 'http://opalrb.org'
s.summary = 'Opal compatible spec'
s.description = 'Opal compatible spec library'
\ No newline at end of file