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

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Dec 3, 2015
1 parent 307707b commit 17dc9dc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasmine.gemspec
Original file line number Diff line number Diff line change
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.3'
s.add_dependency 'jasmine-core', '~> 2.4'
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jasmine
VERSION = "2.3.1"
VERSION = "2.4.0"
end
20 changes: 20 additions & 0 deletions release_notes/v2.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Jasmine Gem 2.4.0 Release Notes

## Summary

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

## Changes

* Allow jasmine:ci to run in random order

## Pull Requests & Issues

* Rails 5 support
- Merges #254 from @tjgrathwell

------

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

0 comments on commit 17dc9dc

Please sign in to comment.