Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Update to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Aug 31, 2016
1 parent c7236f9 commit 4586149
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasmine.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 2.5.0'
s.add_development_dependency 'nokogiri'

s.add_dependency 'jasmine-core', '~> 2.4'
s.add_dependency 'jasmine-core', '~> 2.5'
s.add_dependency 'rack', '>= 1.2.1'
s.add_dependency 'rake'
s.add_dependency 'phantomjs'
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine/version.rb
@@ -1,3 +1,3 @@
module Jasmine
VERSION = "2.4.0"
VERSION = "2.5.0"
end
35 changes: 35 additions & 0 deletions release_notes/v2.5.0.md
@@ -0,0 +1,35 @@
# Jasmine Gem 2.5.0 Release Notes

## Summary

This release updated the jasmine-core dependency to 2.5.0. See the
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/master/release_notes/2.5.0.md)
for more information

## Changes

* Update rails examples to spell out `generate`
- Fixes [#270](https://github.com/jasmine/jasmine-gem/issues/270)

* Update commented examples to be valid yaml
- Fixes [#266](https://github.com/jasmine/jasmine-gem/issues/266)

* Document non auto install configuration
- Merges [#264](https://github.com/jasmine/jasmine-gem/issues/264) from @eric-hu

* Clean up helper output
- Merges [#263](https://github.com/jasmine/jasmine-gem/issues/263) from @salbertson

* Fix for windows phantom execution
- Merges [#260](https://github.com/jasmine/jasmine-gem/issues/260) from @pf-bajorek

* Report failures in global afterAll
- Fixes [#811](https://github.com/jasmine/jasmine-gem/issues/811)

* Add functionality to specify specific suites to run
- Fixes [#234](https://github.com/jasmine/jasmine-gem/issues/234)
- Merges [#251](https://github.com/jasmine/jasmine-gem/issues/251) from @hwayne

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 4586149

Please sign in to comment.