Compare commits

..

4 Commits

Author SHA1 Message Date
Gregg Van Hove
3dde7d0c29 Bump version to 2.3.1 to create a new bower package 2015-05-05 07:48:49 -07:00
Gregg Van Hove
4e3f9a4d09 Merge pull request #843 from evoL/fix-bower-package
Make the Bower package use browser-friendly files.
2015-05-05 07:22:25 -07:00
Rafał Hirsz
b89fbc71a7 Point Bower's main field to jasmine.js, which is browser-friendly. 2015-05-05 15:36:24 +02:00
Gregg Van Hove
4c0e3b2aed remove dist zips from the repo. They should all be available on github releases 2015-04-28 13:43:21 -07:00
20 changed files with 20 additions and 6 deletions

2
.gitignore vendored
View File

@@ -20,5 +20,5 @@ sauce_connect.log
*.swp
build/
*.egg-info/
dist/*.tar.gz
dist
nbproject/

View File

@@ -1,6 +1,6 @@
{
"name": "jasmine-core",
"version": "2.3.0",
"version": "2.3.1",
"homepage": "http://jasmine.github.io",
"authors": [
"slackersoft <gregg@slackersoft.net>"
@@ -14,7 +14,7 @@
],
"license": "MIT",
"moduleType": "globals",
"main": "lib/jasmine-core.js",
"main": "lib/jasmine-core/jasmine.js",
"ignore": [
"**/.*",
"dist",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -3294,5 +3294,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.3.0';
return '2.3.1';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.3.0"
VERSION = "2.3.1"
end
end

View File

@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "2.3.0",
"version": "2.3.1",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"

14
release_notes/2.3.1.md Normal file
View File

@@ -0,0 +1,14 @@
# Jasmine 2.3.1 Release Notes
## Summary
This release is a packaging update for bower only.
## Pull Requests & Issues
* Point Bower's main field to jasmine.js, which is browser-friendly.
- Merge #843 from @evoL
------
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_