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

Commit 15c6275

Browse files
committed
Added a deprecation notice to the gem description
1 parent b18b3bd commit 15c6275

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

jasmine.gemspec

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ Gem::Specification.new do |s|
1111

1212
s.authors = ["Gregg Van Hove"]
1313
s.summary = %q{JavaScript BDD framework}
14-
s.description = %q{Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.}
14+
s.description = <<~DESC
15+
Test your JavaScript without any framework dependencies, in any environment,
16+
and with a nice descriptive syntax.
17+
18+
Jasmine for Ruby is deprecated. We recommend using the
19+
jasmine-browser-runner NPM package instead. It supports all the same
20+
scenarios as this gem plus Webpacker. See
21+
<https://jasmine.github.io/setup/browser.html> for setup instructions, and
22+
<https://github.com/jasmine/jasmine-gem/blob/main/release_notes/3.9.0.md>
23+
for other options.
24+
DESC
1525
s.email = %q{jasmine-js@googlegroups.com}
1626
s.homepage = "http://jasmine.github.io/"
1727
s.license = "MIT"

0 commit comments

Comments
 (0)