jasmine-core 3.9.0 → 3.99.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright (c) 2008-2021 Pivotal Labs
2
+ Copyright (c) 2008-2022 Pivotal Labs
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining
5
5
  a copy of this software and associated documentation files (the
@@ -4,6 +4,6 @@
4
4
  #
5
5
  module Jasmine
6
6
  module Core
7
- VERSION = "3.9.0"
7
+ VERSION = "3.99.0"
8
8
  end
9
9
  end
data/lib/jasmine-core.rb CHANGED
@@ -1,3 +1,28 @@
1
+ if ENV["SUPPRESS_JASMINE_DEPRECATION"].nil?
2
+ puts <<~END_DEPRECATION_MSG
3
+ The Jasmine Ruby gems are deprecated. There will be no further releases after
4
+ the end of the Jasmine 3.x series. We recommend that most users migrate to the
5
+ jasmine-browser-runner npm package, which is the direct replacement for the
6
+ jasmine gem. See <https://jasmine.github.io/setup/browser.html> for setup
7
+ instructions, including for Rails applications that use either Sprockets or
8
+ Webpacker.
9
+
10
+ If jasmine-browser-runner doesn't meet your needs, one of these might:
11
+
12
+ * The jasmine npm package to run specs in Node.js:
13
+ <https://github.com/jasmine/jasmine-npm>
14
+ * The standalone distribution to run specs in browsers with no additional
15
+ tools: <https://github.com/jasmine/jasmine#installation>
16
+ * The jasmine-core npm package if all you need is the Jasmine assets:
17
+ <https://github.com/jasmine/jasmine>. This is the direct equivalent of the
18
+ jasmine-core Ruby gem.
19
+
20
+ To prevent this message from appearing, set the SUPPRESS_JASMINE_DEPRECATION
21
+ environment variable.
22
+
23
+ END_DEPRECATION_MSG
24
+ end
25
+
1
26
  module Jasmine
2
27
  module Core
3
28
  class << self
@@ -24,7 +49,7 @@ module Jasmine
24
49
  end
25
50
 
26
51
  def boot_files
27
- ["boot.js"]
52
+ ["boot0.js", "boot1.js"]
28
53
  end
29
54
 
30
55
  def node_boot_files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasmine-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0
4
+ version: 3.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregg Van Hove
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-21 00:00:00.000000000 Z
11
+ date: 2022-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -24,8 +24,17 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: Test your JavaScript without any framework dependencies, in any environment,
27
+ description: |
28
+ Test your JavaScript without any framework dependencies, in any environment,
28
29
  and with a nice descriptive syntax.
30
+
31
+ Jasmine for Ruby is deprecated. The direct replacment for the jasmine-core
32
+ gem is the jasmine-core NPM package. If you are also using the jasmine gem,
33
+ we recommend using the jasmine-browser-runner NPM package instead. It
34
+ supports all the same scenarios as the jasmine gem gem plus Webpacker. See
35
+ https://jasmine.github.io/setup/browser.html for setup instructions, and
36
+ https://github.com/jasmine/jasmine-gem/blob/main/release_notes/3.9.0.md
37
+ for other options.
29
38
  email: jasmine-js@googlegroups.com
30
39
  executables: []
31
40
  extensions: []
@@ -75,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
84
  - !ruby/object:Gem::Version
76
85
  version: '0'
77
86
  requirements: []
78
- rubygems_version: 3.1.2
87
+ rubygems_version: 3.0.3.1
79
88
  signing_key:
80
89
  specification_version: 4
81
90
  summary: JavaScript BDD framework