jasmine 3.9.1 → 3.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/jasmine.gemspec +2 -2
- data/lib/jasmine/version.rb +1 -1
- data/release_notes/3.9.2.md +12 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2976d7f1f443644633eb5c07f495ce6e6289461ceb23ed4636b6cd5eb344d88b
|
4
|
+
data.tar.gz: efa3b7f29fe94940122e7d399c33a5ecdc72d238eb45811fcdc8860a82d09e17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adc0d999f4150c305915227eb39b88f9195db90dd1ed4e53c225484dd638532c49430d45f940e44f4f0266f8d05d53b2a93843f605f7eb0581660cb7ee6970b8
|
7
|
+
data.tar.gz: bf62c611a66c95017b1de4319cd059584e3d71c53f6765393312f321848f280a5b92f79653e510e2e229c194f766ea0172e5ecf165bea910a738fdf7b8f8c739
|
data/jasmine.gemspec
CHANGED
@@ -18,8 +18,8 @@ Gem::Specification.new do |s|
|
|
18
18
|
Jasmine for Ruby is deprecated. We recommend using the
|
19
19
|
jasmine-browser-runner NPM package instead. It supports all the same
|
20
20
|
scenarios as this gem plus Webpacker. See
|
21
|
-
|
22
|
-
|
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
23
|
for other options.
|
24
24
|
DESC
|
25
25
|
s.email = %q{jasmine-js@googlegroups.com}
|
data/lib/jasmine/version.rb
CHANGED
@@ -0,0 +1,12 @@
|
|
1
|
+
# Jasmine Gem 3.9.2 Release Notes
|
2
|
+
|
3
|
+
3.9.2 fixes an issue where parts of the gem description were stripped out and
|
4
|
+
not displayed on rubygems.org. It is identical to 3.9.0 except that the gem
|
5
|
+
description mentions that it is deprecated in favor of the
|
6
|
+
`jasmine-browser-runner` NPM package. See the
|
7
|
+
[3.9.0 release notes](https://github.com/jasmine/jasmine-gem/blob/main/release_notes/3.9.0.md)
|
8
|
+
for more information.
|
9
|
+
|
10
|
+
------
|
11
|
+
|
12
|
+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jasmine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.9.
|
4
|
+
version: 3.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregg Van Hove
|
@@ -163,8 +163,8 @@ description: |
|
|
163
163
|
Jasmine for Ruby is deprecated. We recommend using the
|
164
164
|
jasmine-browser-runner NPM package instead. It supports all the same
|
165
165
|
scenarios as this gem plus Webpacker. See
|
166
|
-
|
167
|
-
|
166
|
+
https://jasmine.github.io/setup/browser.html for setup instructions, and
|
167
|
+
https://github.com/jasmine/jasmine-gem/blob/main/release_notes/3.9.0.md
|
168
168
|
for other options.
|
169
169
|
email: jasmine-js@googlegroups.com
|
170
170
|
executables:
|
@@ -243,6 +243,7 @@ files:
|
|
243
243
|
- release_notes/3.8.1.md
|
244
244
|
- release_notes/3.9.0.md
|
245
245
|
- release_notes/3.9.1.md
|
246
|
+
- release_notes/3.9.2.md
|
246
247
|
- release_notes/v1.2.1.md
|
247
248
|
- release_notes/v1.3.2.md
|
248
249
|
- release_notes/v2.0.0.md
|