opal-spec.gemspec in opal-spec-0.2.6 vs opal-spec.gemspec in opal-spec-0.2.7
- old
+ new
@@ -1,15 +1,15 @@
# -*- 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 = OpalSpec::VERSION
+ s.version = Opal::Spec::VERSION
s.author = 'Adam Beynon'
- s.email = 'adam@adambeynon.com'
+ s.email = 'adam.beynon@gmail.com'
s.homepage = 'http://opalrb.org'
s.summary = 'Opal compatible spec'
s.description = 'Opal compatible spec library'
s.files = `git ls-files`.split("\n")
s.require_paths = ['lib']
-end
\ No newline at end of file
+end