rake_template 0.5.0.pre.6 → 0.5.0.pre.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +30 -28
- data/lib/rake_template/tasks/render.rb +1 -1
- data/lib/rake_template/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: 6cc91b76b347aa10454d97343f6a6db9d5d7a6f824485836783501988478fa70
|
4
|
+
data.tar.gz: f2c0ee163a33c7e8e822a838a3252fa8214515e250e85b05cf180aad2a527b59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0745fc6588dffea30d79e53690fafc9f67eb34b959ed463aac75d02c2f1d72032f9e1c93c22a8d35fd334010d7aa08c62141c8a1bc1eb86ac4e0b78eea3f320c
|
7
|
+
data.tar.gz: dd36b23a1607c7133f828769e4a3fe25a4b7f70f1dca59443a2218386cb44b627d503a473c6a2fb38acfa191614018117a66fc422e89a08af4d23d2c853f269e
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_template (0.5.0.pre.
|
4
|
+
rake_template (0.5.0.pre.7)
|
5
5
|
rake_factory (~> 0.23)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (7.0.
|
10
|
+
activesupport (7.0.4)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
12
|
i18n (>= 1.6, < 2)
|
13
13
|
minitest (>= 5.1)
|
@@ -16,7 +16,7 @@ GEM
|
|
16
16
|
public_suffix (>= 2.0.2, < 5.0)
|
17
17
|
ast (2.4.2)
|
18
18
|
colored2 (3.1.2)
|
19
|
-
concurrent-ruby (1.1.
|
19
|
+
concurrent-ruby (1.1.10)
|
20
20
|
diff-lcs (1.5.0)
|
21
21
|
docile (1.4.0)
|
22
22
|
excon (0.92.0)
|
@@ -46,20 +46,21 @@ GEM
|
|
46
46
|
gem-release (2.2.2)
|
47
47
|
hamster (3.0.0)
|
48
48
|
concurrent-ruby (~> 1.0)
|
49
|
-
i18n (1.
|
49
|
+
i18n (1.12.0)
|
50
50
|
concurrent-ruby (~> 1.0)
|
51
|
+
json (2.6.2)
|
51
52
|
lino (3.0.0)
|
52
53
|
hamster (~> 3.0)
|
53
54
|
open4 (~> 1.3)
|
54
55
|
memfs (1.0.0)
|
55
|
-
minitest (5.
|
56
|
+
minitest (5.16.3)
|
56
57
|
multipart-post (2.1.1)
|
57
58
|
octokit (4.22.0)
|
58
59
|
faraday (>= 0.9)
|
59
60
|
sawyer (~> 0.8.0, >= 0.5.3)
|
60
61
|
open4 (1.3.4)
|
61
62
|
parallel (1.22.1)
|
62
|
-
parser (3.1.1
|
63
|
+
parser (3.1.2.1)
|
63
64
|
ast (~> 2.4.1)
|
64
65
|
public_suffix (4.0.6)
|
65
66
|
rainbow (3.1.1)
|
@@ -84,36 +85,37 @@ GEM
|
|
84
85
|
colored2 (~> 3.1)
|
85
86
|
rake_factory (~> 0.23)
|
86
87
|
sshkey (~> 2.0)
|
87
|
-
regexp_parser (2.
|
88
|
+
regexp_parser (2.6.0)
|
88
89
|
rexml (3.2.5)
|
89
|
-
rspec (3.
|
90
|
-
rspec-core (~> 3.
|
91
|
-
rspec-expectations (~> 3.
|
92
|
-
rspec-mocks (~> 3.
|
93
|
-
rspec-core (3.
|
94
|
-
rspec-support (~> 3.
|
95
|
-
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)
|
96
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
|
-
rspec-support (~> 3.
|
98
|
-
rspec-mocks (3.
|
98
|
+
rspec-support (~> 3.12.0)
|
99
|
+
rspec-mocks (3.12.0)
|
99
100
|
diff-lcs (>= 1.2.0, < 2.0)
|
100
|
-
rspec-support (~> 3.
|
101
|
-
rspec-support (3.
|
102
|
-
rubocop (1.
|
101
|
+
rspec-support (~> 3.12.0)
|
102
|
+
rspec-support (3.12.0)
|
103
|
+
rubocop (1.36.0)
|
104
|
+
json (~> 2.3)
|
103
105
|
parallel (~> 1.10)
|
104
|
-
parser (>= 3.1.
|
106
|
+
parser (>= 3.1.2.1)
|
105
107
|
rainbow (>= 2.2.2, < 4.0)
|
106
108
|
regexp_parser (>= 1.8, < 3.0)
|
107
|
-
rexml
|
108
|
-
rubocop-ast (>= 1.
|
109
|
+
rexml (>= 3.2.5, < 4.0)
|
110
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
109
111
|
ruby-progressbar (~> 1.7)
|
110
112
|
unicode-display_width (>= 1.4.0, < 3.0)
|
111
|
-
rubocop-ast (1.
|
113
|
+
rubocop-ast (1.23.0)
|
112
114
|
parser (>= 3.1.1.0)
|
113
115
|
rubocop-rake (0.6.0)
|
114
116
|
rubocop (~> 1.0)
|
115
|
-
rubocop-rspec (2.
|
116
|
-
rubocop (~> 1.
|
117
|
+
rubocop-rspec (2.14.2)
|
118
|
+
rubocop (~> 1.33)
|
117
119
|
ruby-progressbar (1.11.0)
|
118
120
|
ruby2_keywords (0.0.5)
|
119
121
|
ruby_gpg2 (0.8.0)
|
@@ -128,9 +130,9 @@ GEM
|
|
128
130
|
simplecov-html (0.12.3)
|
129
131
|
simplecov_json_formatter (0.1.4)
|
130
132
|
sshkey (2.0.0)
|
131
|
-
tzinfo (2.0.
|
133
|
+
tzinfo (2.0.5)
|
132
134
|
concurrent-ruby (~> 1.0)
|
133
|
-
unicode-display_width (2.
|
135
|
+
unicode-display_width (2.3.0)
|
134
136
|
|
135
137
|
PLATFORMS
|
136
138
|
ruby
|
@@ -153,4 +155,4 @@ DEPENDENCIES
|
|
153
155
|
simplecov
|
154
156
|
|
155
157
|
BUNDLED WITH
|
156
|
-
2.3.
|
158
|
+
2.3.24
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0.pre.
|
4
|
+
version: 0.5.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-
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake_factory
|