diff --git a/Gemfile b/Gemfile index b736b0d..0275c21 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/README.md b/README.md index 18a02b2..05ed899 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/jasmine-headless-webkit.gemspec b/jasmine-headless-webkit-firstbanco.gemspec similarity index 82% rename from jasmine-headless-webkit.gemspec rename to jasmine-headless-webkit-firstbanco.gemspec index d3bd110..48c55f5 100644 --- a/jasmine-headless-webkit.gemspec +++ b/jasmine-headless-webkit-firstbanco.gemspec @@ -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" diff --git a/lib/jasmine/headless/version.rb b/lib/jasmine/headless/version.rb index 2960da5..ae31fa9 100644 --- a/lib/jasmine/headless/version.rb +++ b/lib/jasmine/headless/version.rb @@ -1,5 +1,5 @@ module Jasmine module Headless - VERSION = "0.9.0.rc.2" + VERSION = "0.9.0.rc.3" end end