Still need some ruby stuff around to release the jasmine-core gem

This commit is contained in:
Gregg Van Hove
2019-09-20 17:15:47 -07:00
parent e8263e38aa
commit 99799f72b3
2 changed files with 3 additions and 0 deletions

2
Rakefile Normal file
View File

@@ -0,0 +1,2 @@
require "bundler"
Bundler::GemHelper.install_tasks

View File

@@ -15,4 +15,5 @@ Gem::Specification.new do |s|
s.files = Dir.glob("./lib/**/*")
s.require_paths = ["lib"]
s.add_development_dependency "rake"
end