Creating own forked gem

This commit is contained in:
Harry Lascelles 2013-10-09 19:50:17 +01:00
parent a37dde48e0
commit dafd1e0e0e
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
source :rubygems
# Specify your gem's dependencies in jasmine-headless-webkit.gemspec
# Specify your gem's dependencies in jasmine-headless-webkit-firstbanco.gemspec
gemspec
gem 'rspec'

View File

@ -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

View File

@ -3,14 +3,14 @@ $:.push File.expand_path("../lib", __FILE__)
require "jasmine/headless/version"
Gem::Specification.new do |s|
s.name = "jasmine-headless-webkit"
s.name = "jasmine-headless-webkit-firstbanco"
s.version = Jasmine::Headless::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["John Bintz", "Sencha Inc.", "Pivotal Labs"]
s.email = ["john@coswellproductions.com"]
s.homepage = ""
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"

View File

@ -1,5 +1,5 @@
module Jasmine
module Headless
VERSION = "0.9.0.rc.2"
VERSION = "0.9.0.rc.3"
end
end