rake_factory 0.30.0.pre.6 → 0.30.0.pre.7
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/Gemfile.lock +18 -18
- data/lib/rake_factory/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 208f49242876902f5eaf784ba6dcb86280d55a9e1241be5837c9485abf4de135
|
|
4
|
+
data.tar.gz: 9cc4a2f3dbaa7688a63dadd5ef6de7d450a70c76d765720a2f0c21b335d4183b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a32c0c90eebacd7ba582ced0ae850582e9cfa44ccce27258107f41203b5074ab808945754c70ec8f6736a129a0a1fea99702911084fc30c1210b14b44ac59de1
|
|
7
|
+
data.tar.gz: 1d23ded1f2fce21ff064bc9edf824ccef0778b1c61892555f920072a09b9a0447386aa58889280b47a395298497bf08b815a14461d61aa743043de80d3f48af5
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_factory (0.30.0.pre.
|
|
4
|
+
rake_factory (0.30.0.pre.7)
|
|
5
5
|
activesupport (>= 4)
|
|
6
6
|
rake (~> 13.0)
|
|
7
7
|
|
|
@@ -60,7 +60,7 @@ GEM
|
|
|
60
60
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
61
61
|
open4 (1.3.4)
|
|
62
62
|
parallel (1.22.1)
|
|
63
|
-
parser (3.1.1
|
|
63
|
+
parser (3.1.2.1)
|
|
64
64
|
ast (~> 2.4.1)
|
|
65
65
|
public_suffix (4.0.6)
|
|
66
66
|
rainbow (3.1.1)
|
|
@@ -82,21 +82,21 @@ GEM
|
|
|
82
82
|
colored2 (~> 3.1)
|
|
83
83
|
rake_factory (~> 0.23)
|
|
84
84
|
sshkey (~> 2.0)
|
|
85
|
-
regexp_parser (2.
|
|
85
|
+
regexp_parser (2.6.0)
|
|
86
86
|
rexml (3.2.5)
|
|
87
|
-
rspec (3.
|
|
88
|
-
rspec-core (~> 3.
|
|
89
|
-
rspec-expectations (~> 3.
|
|
90
|
-
rspec-mocks (~> 3.
|
|
91
|
-
rspec-core (3.
|
|
92
|
-
rspec-support (~> 3.
|
|
93
|
-
rspec-expectations (3.
|
|
87
|
+
rspec (3.12.0)
|
|
88
|
+
rspec-core (~> 3.12.0)
|
|
89
|
+
rspec-expectations (~> 3.12.0)
|
|
90
|
+
rspec-mocks (~> 3.12.0)
|
|
91
|
+
rspec-core (3.12.0)
|
|
92
|
+
rspec-support (~> 3.12.0)
|
|
93
|
+
rspec-expectations (3.12.0)
|
|
94
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
95
|
-
rspec-support (~> 3.
|
|
96
|
-
rspec-mocks (3.
|
|
95
|
+
rspec-support (~> 3.12.0)
|
|
96
|
+
rspec-mocks (3.12.0)
|
|
97
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
98
|
-
rspec-support (~> 3.
|
|
99
|
-
rspec-support (3.
|
|
98
|
+
rspec-support (~> 3.12.0)
|
|
99
|
+
rspec-support (3.12.0)
|
|
100
100
|
rubocop (1.26.1)
|
|
101
101
|
parallel (~> 1.10)
|
|
102
102
|
parser (>= 3.1.0.0)
|
|
@@ -106,11 +106,11 @@ GEM
|
|
|
106
106
|
rubocop-ast (>= 1.16.0, < 2.0)
|
|
107
107
|
ruby-progressbar (~> 1.7)
|
|
108
108
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
109
|
-
rubocop-ast (1.
|
|
109
|
+
rubocop-ast (1.21.0)
|
|
110
110
|
parser (>= 3.1.1.0)
|
|
111
111
|
rubocop-rake (0.6.0)
|
|
112
112
|
rubocop (~> 1.0)
|
|
113
|
-
rubocop-rspec (2.
|
|
113
|
+
rubocop-rspec (2.11.1)
|
|
114
114
|
rubocop (~> 1.19)
|
|
115
115
|
ruby-progressbar (1.11.0)
|
|
116
116
|
ruby2_keywords (0.0.5)
|
|
@@ -128,7 +128,7 @@ GEM
|
|
|
128
128
|
sshkey (2.0.0)
|
|
129
129
|
tzinfo (2.0.5)
|
|
130
130
|
concurrent-ruby (~> 1.0)
|
|
131
|
-
unicode-display_width (2.
|
|
131
|
+
unicode-display_width (2.3.0)
|
|
132
132
|
|
|
133
133
|
PLATFORMS
|
|
134
134
|
ruby
|
|
@@ -150,4 +150,4 @@ DEPENDENCIES
|
|
|
150
150
|
simplecov
|
|
151
151
|
|
|
152
152
|
BUNDLED WITH
|
|
153
|
-
2.3.
|
|
153
|
+
2.3.24
|
data/lib/rake_factory/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_factory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.0.pre.
|
|
4
|
+
version: 0.30.0.pre.7
|
|
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-10-
|
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|