forked from sumitngupta/jasmine-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Uses jasmine-core 1.3.0 jasmine/jasmine@867de62 - Bugfixes
- Loading branch information
Davis W. Frank & Rajan Agaskar
committed
Nov 27, 2012
1 parent
7799692
commit d3c1bea
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ Gem::Specification.new do |s| | |
s.summary = %q{JavaScript BDD framework} | ||
s.description = %q{Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.} | ||
s.email = %q{[email protected]} | ||
s.homepage = "http://pivotal.github.com/jasmine" | ||
s.homepage = "http://pivotal.github.com/jasmine/" | ||
s.license = "MIT" | ||
|
||
s.files = `git ls-files`.split("\n") | Dir.glob('jasmine/**/*') | ||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") | ||
|
@@ -66,7 +67,7 @@ Gem::Specification.new do |s| | |
s.add_development_dependency 'json_pure' | ||
s.add_development_dependency 'nokogiri' | ||
|
||
s.add_dependency 'jasmine-core', ">= 1.2.0" | ||
s.add_dependency 'jasmine-core', ">= 1.3.0" | ||
s.add_dependency 'rack', '~> 1.0' | ||
s.add_dependency 'rspec', '>= 1.3.1' | ||
s.add_dependency 'selenium-webdriver', '>= 0.1.3' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Jasmine | ||
VERSION = "1.2.1" | ||
VERSION = "1.3.0" | ||
end |