make sure we do not have the (same) version name speficied twice

This commit is contained in:
kares 2013-06-16 14:36:29 +02:00
parent a3eeda48b2
commit 927e82ad60
1 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
# -*- encoding: utf-8 -*-
#$:.push File.expand_path("../jar", __FILE__)
$:.push File.expand_path("../jar", __FILE__)
require 'rhino/jar_path'
Gem::Specification.new do |s|
s.name = %q{therubyrhino_jar}
s.version = '1.7.4'
s.version = "#{Rhino::JAR_VERSION}"
s.authors = ["Charles Lowell", "Karol Bucek"]
s.email = ['cowboyd@thefrontside.net', 'self@kares.org']