Skip to content

Commit

Permalink
Don't include the specs in the ruby gem
Browse files Browse the repository at this point in the history
- Bump to 2.99.2 for gem
  • Loading branch information
Gregg Van Hove committed Feb 9, 2018
1 parent 4e5d947 commit 3c6308f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jasmine-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion lib/jasmine-core/spec

This file was deleted.

2 changes: 1 addition & 1 deletion lib/jasmine-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.99.1"
VERSION = "2.99.2"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3c6308f

Please sign in to comment.