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

Commit b18b3bd

Browse files
committed
Bump version to 3.9.0
1 parent 05fff23 commit b18b3bd

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

jasmine.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
3737
s.add_development_dependency 'rspec', '>= 2.5.0'
3838
s.add_development_dependency 'nokogiri'
3939

40-
s.add_dependency 'jasmine-core', '~> 3.8.0'
40+
s.add_dependency 'jasmine-core', '~> 3.9.0'
4141
s.add_dependency 'rack', '>= 2.1.4'
4242
s.add_dependency 'webrick'
4343
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.8.1"
2+
VERSION = "3.9.0"
33
end

release_notes/3.9.0.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Jasmine Gem 3.9 Release Notes
2+
3+
This release updates the jasmine-core dependency to 3.9.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/3.9.0.md)
5+
for more information.
6+
7+
## Deprecation, Webpacker support, and a path forward for Rails users
8+
9+
The [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser-runner)
10+
NPM package supports all of same use cases as the `jasmine` Ruby gem. It can
11+
also handle Webpacker, which isn't supported by the gem. See the [setup instructions, including Rails-specific steps](https://jasmine.github.io/setup/browser.html).
12+
13+
The Jasmine Ruby gems are deprecated. There will be no further releases after
14+
the end of the Jasmine 3.x series. We recommend that most users migrate to
15+
`jasmine-browser-runner`. If `jasmine-browser-runner` doesn't meet your needs,
16+
one of these might:
17+
18+
* The [jasmine](https://github.com/jasmine/jasmine-npm) npm package to run
19+
specs in Node.js.
20+
* The [standalone distribution](https://github.com/jasmine/jasmine#installation)
21+
to run specs in browsers with no additional tools.
22+
* The [jasmine-core](https://github.com/jasmine/jasmine) npm package if all
23+
you need is the Jasmine assets. This is the direct equivalent of the
24+
`jasmine-core` Ruby gem.
25+
26+
------
27+
28+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)