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

Commit e3649c5

Browse files
committed
Bump version to 3.99.0
1 parent dc3ced0 commit e3649c5

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

jasmine.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Gem::Specification.new do |s|
4747
s.add_development_dependency 'rspec', '>= 2.5.0'
4848
s.add_development_dependency 'nokogiri'
4949

50-
s.add_dependency 'jasmine-core', '3.99.0.dev'
50+
s.add_dependency 'jasmine-core', '3.99.0'
5151
s.add_dependency 'rack', '>= 2.1.4'
5252
s.add_dependency 'webrick'
5353
s.add_dependency 'rake'

lib/jasmine/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jasmine
2-
VERSION = "3.10.0"
2+
VERSION = "3.99.0"
33
end

release_notes/3.99.0.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Jasmine Gem 3.99.0 Release Notes
2+
3+
This release adds deprecation warnings for breaking changes that will be
4+
introduced in Jasmine 4.0. Please see the
5+
[migration guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0)
6+
for more information.
7+
8+
This is the last planned release of Jasmine for Ruby. Versions 4.0 and later
9+
will be distributed only via NPM and the standalone distribution.
10+
11+
## Supported Environments
12+
13+
The Jasmine gem has been tested in the following environments:
14+
15+
| Rails version | Ruby versions |
16+
|-----------------|---------------|
17+
| 6 | 2.5-3.0 |
18+
| 5 | 2.3-2.7 |
19+
| 4 | 2.3-2.6 |
20+
| Non-Rails usage | 2.3-3.0 |
21+
22+
------
23+
24+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)