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.99
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Feb 6, 2018
1 parent a8269dc commit 8c8c6c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'nokogiri'
end

s.add_dependency 'jasmine-core', '>= 2.9.0', '< 3.0.0'
s.add_dependency 'jasmine-core', '>= 2.99.0', '< 3.0.0'
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.9.0"
VERSION = "2.99.0"
end
13 changes: 13 additions & 0 deletions release_notes/v2.99.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Jasmine Gem 2.99 Release Notes

## Summary

This release is part of the upgrade path to Jasmine 3.0. Please see the [release notes for Jasmine-Core](https://github.com/jasmine/jasmine/blob/master/release_notes/2.99.md)

## Changes

* Report deprecation warnings in CI output

------

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

0 comments on commit 8c8c6c7

Please sign in to comment.