forked from jasmine/jasmine
-
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.
Update release notes and bump version for 2.2.0
- Loading branch information
Greg Cobb and Gregg Van Hove
committed
Feb 2, 2015
1 parent
a26e85f
commit 4acb744
Showing
9 changed files
with
29 additions
and
28 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "jasmine-core", | ||
"version": "2.1.3", | ||
"homepage": "https://github.com/jasmine/jasmine", | ||
"version": "2.2.0", | ||
"homepage": "http://jasmine.github.io", | ||
"authors": [ | ||
"slackersoft <[email protected]>" | ||
], | ||
|
Binary file not shown.
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ 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://jasmine.github.io" | ||
s.rubyforge_project = "jasmine-core" | ||
s.license = "MIT" | ||
|
||
|
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
# | ||
module Jasmine | ||
module Core | ||
VERSION = "2.1.3" | ||
VERSION = "2.2.0" | ||
end | ||
end |
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
setup( | ||
name="jasmine-core", | ||
version=version, | ||
url="http://pivotal.github.io/jasmine/", | ||
url="http://jasmine.github.io", | ||
author="Pivotal Labs", | ||
author_email="[email protected]", | ||
description=('Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on '+ | ||
|