Don't include the specs in the ruby gem

- Bump to 2.99.2 for gem
This commit is contained in:
Gregg Van Hove
2018-02-09 09:22:35 -08:00
parent 4e5d947faa
commit 3c6308f1dc
4 changed files with 3 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "jasmine-core"
s.license = "MIT"
s.files = Dir.glob("./lib/**/*") + Dir.glob("./lib/jasmine-core/spec/**/*.js")
s.files = Dir.glob("./lib/**/*")
s.require_paths = ["lib"]
s.add_development_dependency "rake"
s.add_development_dependency "sauce-connect"

View File

@@ -1 +0,0 @@
../../spec

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.99.1"
VERSION = "2.99.2"
end
end

View File

@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "2.99.1",
"version": "2.99.2",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"