ruby_leiningen 0.25.0 → 0.26.0.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +24 -24
- data/lib/ruby_leiningen/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c5fc0b646889909742b8481d09b862538f895ad15fd37e329b9209473165111
|
4
|
+
data.tar.gz: 32c52fdfe5e9cebfb48c0cf8b7e87346f015642c514245ef3fb22acaa5d44583
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45a159f590c19c8f74f283c7eea3d97f3d3378a54c785262b0c81736c3f7ef880f7828cbf975839af0501bb13e6138054e52a97325b0d54dd41668a333eb02af
|
7
|
+
data.tar.gz: 27de90d29d97ebb95778fc33e8a9f6e6b5e48ba1456914b5f3c7efad882f610599d2a49cafd8f873174aec11818d765190eed31933a5d4b55e20f10083021c7b
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby_leiningen (0.
|
4
|
+
ruby_leiningen (0.26.0.pre.1)
|
5
5
|
activesupport (>= 6.0.2, < 8)
|
6
6
|
lino (~> 3.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.0.
|
11
|
+
activesupport (7.0.4)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
@@ -47,13 +47,13 @@ GEM
|
|
47
47
|
gem-release (2.2.2)
|
48
48
|
hamster (3.0.0)
|
49
49
|
concurrent-ruby (~> 1.0)
|
50
|
-
i18n (1.
|
50
|
+
i18n (1.12.0)
|
51
51
|
concurrent-ruby (~> 1.0)
|
52
52
|
json (2.6.2)
|
53
53
|
lino (3.0.0)
|
54
54
|
hamster (~> 3.0)
|
55
55
|
open4 (~> 1.3)
|
56
|
-
minitest (5.16.
|
56
|
+
minitest (5.16.3)
|
57
57
|
multipart-post (2.1.1)
|
58
58
|
octokit (4.22.0)
|
59
59
|
faraday (>= 0.9)
|
@@ -85,37 +85,37 @@ GEM
|
|
85
85
|
colored2 (~> 3.1)
|
86
86
|
rake_factory (~> 0.23)
|
87
87
|
sshkey (~> 2.0)
|
88
|
-
regexp_parser (2.
|
88
|
+
regexp_parser (2.6.0)
|
89
89
|
rexml (3.2.5)
|
90
|
-
rspec (3.
|
91
|
-
rspec-core (~> 3.
|
92
|
-
rspec-expectations (~> 3.
|
93
|
-
rspec-mocks (~> 3.
|
94
|
-
rspec-core (3.
|
95
|
-
rspec-support (~> 3.
|
96
|
-
rspec-expectations (3.
|
90
|
+
rspec (3.12.0)
|
91
|
+
rspec-core (~> 3.12.0)
|
92
|
+
rspec-expectations (~> 3.12.0)
|
93
|
+
rspec-mocks (~> 3.12.0)
|
94
|
+
rspec-core (3.12.0)
|
95
|
+
rspec-support (~> 3.12.0)
|
96
|
+
rspec-expectations (3.12.0)
|
97
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
98
|
-
rspec-support (~> 3.
|
99
|
-
rspec-mocks (3.
|
98
|
+
rspec-support (~> 3.12.0)
|
99
|
+
rspec-mocks (3.12.0)
|
100
100
|
diff-lcs (>= 1.2.0, < 2.0)
|
101
|
-
rspec-support (~> 3.
|
102
|
-
rspec-support (3.
|
103
|
-
rubocop (1.
|
101
|
+
rspec-support (~> 3.12.0)
|
102
|
+
rspec-support (3.12.0)
|
103
|
+
rubocop (1.37.1)
|
104
104
|
json (~> 2.3)
|
105
105
|
parallel (~> 1.10)
|
106
106
|
parser (>= 3.1.2.1)
|
107
107
|
rainbow (>= 2.2.2, < 4.0)
|
108
108
|
regexp_parser (>= 1.8, < 3.0)
|
109
109
|
rexml (>= 3.2.5, < 4.0)
|
110
|
-
rubocop-ast (>= 1.
|
110
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
111
111
|
ruby-progressbar (~> 1.7)
|
112
112
|
unicode-display_width (>= 1.4.0, < 3.0)
|
113
|
-
rubocop-ast (1.
|
113
|
+
rubocop-ast (1.23.0)
|
114
114
|
parser (>= 3.1.1.0)
|
115
115
|
rubocop-rake (0.6.0)
|
116
116
|
rubocop (~> 1.0)
|
117
|
-
rubocop-rspec (2.
|
118
|
-
rubocop (~> 1.
|
117
|
+
rubocop-rspec (2.14.2)
|
118
|
+
rubocop (~> 1.33)
|
119
119
|
ruby-progressbar (1.11.0)
|
120
120
|
ruby2_keywords (0.0.5)
|
121
121
|
ruby_gpg2 (0.8.0)
|
@@ -130,9 +130,9 @@ GEM
|
|
130
130
|
simplecov-html (0.12.3)
|
131
131
|
simplecov_json_formatter (0.1.4)
|
132
132
|
sshkey (2.0.0)
|
133
|
-
tzinfo (2.0.
|
133
|
+
tzinfo (2.0.5)
|
134
134
|
concurrent-ruby (~> 1.0)
|
135
|
-
unicode-display_width (2.
|
135
|
+
unicode-display_width (2.3.0)
|
136
136
|
|
137
137
|
PLATFORMS
|
138
138
|
ruby
|
@@ -155,4 +155,4 @@ DEPENDENCIES
|
|
155
155
|
simplecov
|
156
156
|
|
157
157
|
BUNDLED WITH
|
158
|
-
2.3.
|
158
|
+
2.3.24
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_leiningen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0.pre.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -266,9 +266,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
266
266
|
version: '2.7'
|
267
267
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
268
268
|
requirements:
|
269
|
-
- - "
|
269
|
+
- - ">"
|
270
270
|
- !ruby/object:Gem::Version
|
271
|
-
version:
|
271
|
+
version: 1.3.1
|
272
272
|
requirements: []
|
273
273
|
rubygems_version: 3.1.6
|
274
274
|
signing_key:
|