jasmine 3.9.1 → 3.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84e48a43ef05d8dda57c57526d63096f8c512c5ae949454414af4f349639f9f1
4
- data.tar.gz: fe3baee3cdaef4f4cd263183100ec56e9e8e4fa12f32a598481e3fe8be4dc756
3
+ metadata.gz: 2976d7f1f443644633eb5c07f495ce6e6289461ceb23ed4636b6cd5eb344d88b
4
+ data.tar.gz: efa3b7f29fe94940122e7d399c33a5ecdc72d238eb45811fcdc8860a82d09e17
5
5
  SHA512:
6
- metadata.gz: a78e94899786224c5e2a5da65ac09a3cda061fa4b8b52b8db4eb01dfd57825176c15e5edf345369a52c1b65c66a82c755eb0ec4746a683b8ee3161e343ca6b8d
7
- data.tar.gz: 14b8315742da13159e81e4acdcc35c5c8a1e4a89d2d7073891ed61e74f2db1c7c533fbbba9615c6bd56d4e69904d84c032f0079970b41479a7063f0295bef7c8
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
- <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>
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}
@@ -1,3 +1,3 @@
1
1
  module Jasmine
2
- VERSION = "3.9.1"
2
+ VERSION = "3.9.2"
3
3
  end
@@ -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.1
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
- <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>
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