Merge pull request #745 from rohit/fix-repo-url

Use new jasmine github repo url
This commit is contained in:
Gregg Van Hove
2015-01-14 10:26:39 -08:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem "jasmine", :git => 'https://github.com/pivotal/jasmine-gem.git' gem "jasmine", :git => 'https://github.com/jasmine/jasmine-gem.git'
# gem "jasmine", path: "../jasmine-gem" # gem "jasmine", path: "../jasmine-gem"
gemspec gemspec
+1 -1
View File
@@ -61,7 +61,7 @@ Probably only need to do this when releasing a minor version, and not a patch ve
### Finally ### Finally
1. Visit the [Releases page for Jasmine](https://github.com/pivotal/jasmine/releases), find the tag just pushed. 1. Visit the [Releases page for Jasmine](https://github.com/jasmine/jasmine/releases), find the tag just pushed.
1. Paste in a link to the correct release notes for this release. The link should reference the blob and tag correctly, and the markdown file for the notes. 1. Paste in a link to the correct release notes for this release. The link should reference the blob and tag correctly, and the markdown file for the notes.
1. If it is a pre-release, mark it as such. 1. If it is a pre-release, mark it as such.
1. Attach the standalone zipfile 1. Attach the standalone zipfile
+2 -2
View File
@@ -4,7 +4,7 @@
"version": "2.1.3", "version": "2.1.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/pivotal/jasmine.git" "url": "https://github.com/jasmine/jasmine.git"
}, },
"description": "Official packaging of Jasmine's core files for use by Node.js projects.", "description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"homepage": "http://jasmine.github.io", "homepage": "http://jasmine.github.io",
@@ -17,7 +17,7 @@
"grunt-contrib-compress": "~0.5.2", "grunt-contrib-compress": "~0.5.2",
"shelljs": "~0.1.4", "shelljs": "~0.1.4",
"glob": "~3.2.9", "glob": "~3.2.9",
"jasmine": "https://github.com/pivotal/jasmine-npm/archive/master.tar.gz", "jasmine": "https://github.com/jasmine/jasmine-npm/archive/master.tar.gz",
"load-grunt-tasks": "^0.4.0" "load-grunt-tasks": "^0.4.0"
} }
} }