Creating own forked gem
This commit is contained in:
parent
a37dde48e0
commit
dafd1e0e0e
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source :rubygems
|
source :rubygems
|
||||||
|
|
||||||
# Specify your gem's dependencies in jasmine-headless-webkit.gemspec
|
# Specify your gem's dependencies in jasmine-headless-webkit-firstbanco.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'rspec'
|
gem 'rspec'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
_I am looking for a new maintainer for this project. Please contact me via GitHub if you're interested._
|
_This is a fork of the original project, from which we have cut our own gem to use with jasmine-coverage_
|
||||||
|
|
||||||
# Jasmine Headless WebKit runner
|
# Jasmine Headless WebKit runner
|
||||||
|
|
||||||
|
@ -3,14 +3,14 @@ $:.push File.expand_path("../lib", __FILE__)
|
|||||||
require "jasmine/headless/version"
|
require "jasmine/headless/version"
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "jasmine-headless-webkit"
|
s.name = "jasmine-headless-webkit-firstbanco"
|
||||||
s.version = Jasmine::Headless::VERSION
|
s.version = Jasmine::Headless::VERSION
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.authors = ["John Bintz", "Sencha Inc.", "Pivotal Labs"]
|
s.authors = ["John Bintz", "Sencha Inc.", "Pivotal Labs"]
|
||||||
s.email = ["john@coswellproductions.com"]
|
s.email = ["john@coswellproductions.com"]
|
||||||
s.homepage = ""
|
s.homepage = ""
|
||||||
s.summary = %q{Run Jasmine specs headlessly in a WebKit browser}
|
s.summary = %q{Run Jasmine specs headlessly in a WebKit browser}
|
||||||
s.description = %q{Run Jasmine specs headlessly}
|
s.description = %q{Run Jasmine specs headlessly. This is a fork gem that makes firstbanco deploys easier. We don't normally do this, but the original gem is defunct.}
|
||||||
|
|
||||||
s.rubyforge_project = "jasmine-headless-webkit"
|
s.rubyforge_project = "jasmine-headless-webkit"
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
module Jasmine
|
module Jasmine
|
||||||
module Headless
|
module Headless
|
||||||
VERSION = "0.9.0.rc.2"
|
VERSION = "0.9.0.rc.3"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user