This repository was archived by the owner on Jan 16, 2022. It is now read-only.
Commit e3649c5 1 parent dc3ced0 commit e3649c5 Copy full SHA for e3649c5
File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
47
47
s . add_development_dependency 'rspec' , '>= 2.5.0'
48
48
s . add_development_dependency 'nokogiri'
49
49
50
- s . add_dependency 'jasmine-core' , '3.99.0.dev '
50
+ s . add_dependency 'jasmine-core' , '3.99.0'
51
51
s . add_dependency 'rack' , '>= 2.1.4'
52
52
s . add_dependency 'webrick'
53
53
s . add_dependency 'rake'
Original file line number Diff line number Diff line change 1
1
module Jasmine
2
- VERSION = "3.10 .0"
2
+ VERSION = "3.99 .0"
3
3
end
Original file line number Diff line number Diff line change
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 ) _
You can’t perform that action at this time.
0 commit comments