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

Commit 05fff23

Browse files
committed
Added deprecation notice to README
1 parent 1a623f6 commit 05fff23

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ Webpacker support is provided via the
1010
NPM package, not this gem. `jasmine-browser-runner` can also be used to test
1111
JavaScript in Rails applications that use the Asset Pipeline.
1212

13+
## Deprecated
14+
15+
The `jasmine` and `jasmine-core` Ruby gems are deprecated. There will be no
16+
further releases after the end of the Jasmine 3.x series. We recommend that most
17+
users migrate to the [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser)
18+
npm package, which is the direct replacement for the `jasmine` gem.
19+
20+
If `jasmine-browser-runner` doesn't meet your needs, one of these might:
21+
22+
* The [jasmine](https://github.com/jasmine/jasmine-npm) npm package to run
23+
specs in Node.js.
24+
* The [standalone distribution](https://github.com/jasmine/jasmine#installation)
25+
to run specs in browsers with no additional tools.
26+
* The [jasmine-core](https://github.com/jasmine/jasmine) npm package if all
27+
you need is the Jasmine assets. This is the direct equivalent of the
28+
`jasmine-core` Ruby gem.
29+
1330
## Contents
1431
This gem contains:
1532

0 commit comments

Comments
 (0)