rubocop-rhino-project 0.20.0.alpha.0 → 0.20.0.beta.54
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 +4 -4
- data/lib/rubocop/rhino_project/version.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9b537fdf0e11ac3cf3d35886e649d66304244b360d614cbd1bc24a12db89865
|
4
|
+
data.tar.gz: 82bbf15fc9a4207724a182d0d7a41335ec70074fcb5aec928c60744425010cbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3548f44d1a589a6bd4b8c2f35e9164954238ac50ded0a4c6dae94e1ba63574e7f84896094fd961815302ac0e0fb480eb1a521fd2e4497bc3d412caf248e6c880
|
7
|
+
data.tar.gz: 95be29f01ed1077819e16dab1c0462759762771d910255d9caa4ce4b916564db6e54389bc8b9c7caedc43b9ff1bdaf444a04c07e800c644088451f4a39b7024e
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module
|
3
|
+
module Rhino
|
4
4
|
# Returns the currently loaded version of Rhino core as a +Gem::Version+.
|
5
5
|
def self.gem_version
|
6
6
|
Gem::Version.new VERSION::STRING
|
@@ -10,7 +10,7 @@ module RubocopRhinoProject
|
|
10
10
|
MAJOR = 0
|
11
11
|
MINOR = 20
|
12
12
|
TINY = 0
|
13
|
-
PRE = "
|
13
|
+
PRE = "beta.54"
|
14
14
|
|
15
15
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
16
16
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-rhino-project
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.20.0.
|
4
|
+
version: 0.20.0.beta.54
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Rosevear
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
version: '2.0'
|
81
81
|
description: ''
|
82
82
|
email:
|
83
|
-
-
|
83
|
+
- jprosevear@nubinary.com
|
84
84
|
executables: []
|
85
85
|
extensions: []
|
86
86
|
extra_rdoc_files: []
|
@@ -109,11 +109,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
109
|
version: '0'
|
110
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
111
111
|
requirements:
|
112
|
-
- - "
|
112
|
+
- - ">"
|
113
113
|
- !ruby/object:Gem::Version
|
114
|
-
version:
|
114
|
+
version: 1.3.1
|
115
115
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
116
|
+
rubygems_version: 3.3.26
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: ''
|