rake_template 0.5.0.pre.7 → 0.5.0.pre.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cc91b76b347aa10454d97343f6a6db9d5d7a6f824485836783501988478fa70
4
- data.tar.gz: f2c0ee163a33c7e8e822a838a3252fa8214515e250e85b05cf180aad2a527b59
3
+ metadata.gz: 682876804145f7640c2a0399c5c7c445ae03b5d8705e53461aa7d9fd38092b2f
4
+ data.tar.gz: ae932bf89e0668a78e098f58a043be67381a22f466650e1c91c2aa30f1d91468
5
5
  SHA512:
6
- metadata.gz: 0745fc6588dffea30d79e53690fafc9f67eb34b959ed463aac75d02c2f1d72032f9e1c93c22a8d35fd334010d7aa08c62141c8a1bc1eb86ac4e0b78eea3f320c
7
- data.tar.gz: dd36b23a1607c7133f828769e4a3fe25a4b7f70f1dca59443a2218386cb44b627d503a473c6a2fb38acfa191614018117a66fc422e89a08af4d23d2c853f269e
6
+ metadata.gz: 8df050f76b636f00821c1f823f07649ca494e78b0666444c50b9a25bd2f8bf76c588ac2ea52bb54598d7d86154b00c0a70efbfe34c607167f28848e15f82a9c2
7
+ data.tar.gz: 39e70ef81b636459f05795774c5f9136f14e8c5458a00bba3db9905e53fa6a31df8ebf9f03424836b73f86b15c7b1600a46f2e418ee2adda232a5867c7fbca74
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_template (0.5.0.pre.7)
4
+ rake_template (0.5.0.pre.8)
5
5
  rake_factory (~> 0.23)
6
6
 
7
7
  GEM
@@ -12,80 +12,60 @@ GEM
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
- addressable (2.8.0)
16
- public_suffix (>= 2.0.2, < 5.0)
15
+ addressable (2.8.1)
16
+ public_suffix (>= 2.0.2, < 6.0)
17
17
  ast (2.4.2)
18
18
  colored2 (3.1.2)
19
19
  concurrent-ruby (1.1.10)
20
20
  diff-lcs (1.5.0)
21
21
  docile (1.4.0)
22
- excon (0.92.0)
23
- faraday (1.10.0)
24
- faraday-em_http (~> 1.0)
25
- faraday-em_synchrony (~> 1.0)
26
- faraday-excon (~> 1.1)
27
- faraday-httpclient (~> 1.0)
28
- faraday-multipart (~> 1.0)
29
- faraday-net_http (~> 1.0)
30
- faraday-net_http_persistent (~> 1.0)
31
- faraday-patron (~> 1.0)
32
- faraday-rack (~> 1.0)
33
- faraday-retry (~> 1.0)
22
+ excon (0.95.0)
23
+ faraday (2.7.2)
24
+ faraday-net_http (>= 2.0, < 3.1)
34
25
  ruby2_keywords (>= 0.0.4)
35
- faraday-em_http (1.0.0)
36
- faraday-em_synchrony (1.0.0)
37
- faraday-excon (1.1.0)
38
- faraday-httpclient (1.0.1)
39
- faraday-multipart (1.0.3)
40
- multipart-post (>= 1.2, < 3)
41
- faraday-net_http (1.0.1)
42
- faraday-net_http_persistent (1.2.0)
43
- faraday-patron (1.0.0)
44
- faraday-rack (1.0.0)
45
- faraday-retry (1.0.3)
26
+ faraday-net_http (3.0.2)
46
27
  gem-release (2.2.2)
47
28
  hamster (3.0.0)
48
29
  concurrent-ruby (~> 1.0)
49
30
  i18n (1.12.0)
50
31
  concurrent-ruby (~> 1.0)
51
- json (2.6.2)
52
- lino (3.0.0)
32
+ json (2.6.3)
33
+ lino (3.1.0)
53
34
  hamster (~> 3.0)
54
35
  open4 (~> 1.3)
55
36
  memfs (1.0.0)
56
37
  minitest (5.16.3)
57
- multipart-post (2.1.1)
58
- octokit (4.22.0)
59
- faraday (>= 0.9)
60
- sawyer (~> 0.8.0, >= 0.5.3)
38
+ octokit (6.0.1)
39
+ faraday (>= 1, < 3)
40
+ sawyer (~> 0.9)
61
41
  open4 (1.3.4)
62
42
  parallel (1.22.1)
63
- parser (3.1.2.1)
43
+ parser (3.1.3.0)
64
44
  ast (~> 2.4.1)
65
- public_suffix (4.0.6)
45
+ public_suffix (5.0.1)
66
46
  rainbow (3.1.1)
67
47
  rake (13.0.6)
68
- rake_circle_ci (0.9.0)
48
+ rake_circle_ci (0.11.0)
69
49
  colored2 (~> 3.1)
70
50
  excon (~> 0.72)
71
51
  rake_factory (~> 0.23)
72
52
  sshkey (~> 2.0)
73
- rake_factory (0.29.0)
53
+ rake_factory (0.31.0)
74
54
  activesupport (>= 4)
75
55
  rake (~> 13.0)
76
- rake_github (0.9.0)
56
+ rake_github (0.11.0)
77
57
  colored2 (~> 3.1)
78
- octokit (~> 4.16)
58
+ octokit (>= 4.16, < 7.0)
79
59
  rake_factory (~> 0.23)
80
60
  sshkey (~> 2.0)
81
- rake_gpg (0.16.0)
82
- rake_factory (>= 0.23, < 1)
83
- ruby_gpg2 (>= 0.6, < 1)
84
- rake_ssh (0.6.0)
61
+ rake_gpg (0.18.0)
62
+ rake_factory (~> 0.23)
63
+ ruby_gpg2 (~> 0.6)
64
+ rake_ssh (0.8.0)
85
65
  colored2 (~> 3.1)
86
66
  rake_factory (~> 0.23)
87
67
  sshkey (~> 2.0)
88
- regexp_parser (2.6.0)
68
+ regexp_parser (2.6.1)
89
69
  rexml (3.2.5)
90
70
  rspec (3.12.0)
91
71
  rspec-core (~> 3.12.0)
@@ -93,37 +73,37 @@ GEM
93
73
  rspec-mocks (~> 3.12.0)
94
74
  rspec-core (3.12.0)
95
75
  rspec-support (~> 3.12.0)
96
- rspec-expectations (3.12.0)
76
+ rspec-expectations (3.12.1)
97
77
  diff-lcs (>= 1.2.0, < 2.0)
98
78
  rspec-support (~> 3.12.0)
99
- rspec-mocks (3.12.0)
79
+ rspec-mocks (3.12.1)
100
80
  diff-lcs (>= 1.2.0, < 2.0)
101
81
  rspec-support (~> 3.12.0)
102
82
  rspec-support (3.12.0)
103
- rubocop (1.36.0)
83
+ rubocop (1.41.1)
104
84
  json (~> 2.3)
105
85
  parallel (~> 1.10)
106
86
  parser (>= 3.1.2.1)
107
87
  rainbow (>= 2.2.2, < 4.0)
108
88
  regexp_parser (>= 1.8, < 3.0)
109
89
  rexml (>= 3.2.5, < 4.0)
110
- rubocop-ast (>= 1.20.1, < 2.0)
90
+ rubocop-ast (>= 1.23.0, < 2.0)
111
91
  ruby-progressbar (~> 1.7)
112
92
  unicode-display_width (>= 1.4.0, < 3.0)
113
- rubocop-ast (1.23.0)
93
+ rubocop-ast (1.24.0)
114
94
  parser (>= 3.1.1.0)
115
95
  rubocop-rake (0.6.0)
116
96
  rubocop (~> 1.0)
117
- rubocop-rspec (2.14.2)
97
+ rubocop-rspec (2.16.0)
118
98
  rubocop (~> 1.33)
119
99
  ruby-progressbar (1.11.0)
120
100
  ruby2_keywords (0.0.5)
121
- ruby_gpg2 (0.8.0)
122
- lino (>= 1.5)
123
- sawyer (0.8.2)
101
+ ruby_gpg2 (0.10.0)
102
+ lino (~> 3.0)
103
+ sawyer (0.9.2)
124
104
  addressable (>= 2.3.5)
125
- faraday (> 0.8, < 2.0)
126
- simplecov (0.21.2)
105
+ faraday (>= 0.17.3, < 3)
106
+ simplecov (0.22.0)
127
107
  docile (~> 1.1)
128
108
  simplecov-html (~> 0.11)
129
109
  simplecov_json_formatter (~> 0.1)
@@ -155,4 +135,4 @@ DEPENDENCIES
155
135
  simplecov
156
136
 
157
137
  BUNDLED WITH
158
- 2.3.24
138
+ 2.4.1
data/Rakefile CHANGED
@@ -51,7 +51,7 @@ namespace :library do
51
51
  task check: [:rubocop]
52
52
 
53
53
  desc 'Attempt to automatically fix issues with the library'
54
- task fix: [:'rubocop:auto_correct']
54
+ task fix: [:'rubocop:autocorrect_all']
55
55
  end
56
56
 
57
57
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeTemplate
4
- VERSION = '0.5.0.pre.7'
4
+ VERSION = '0.5.0.pre.8'
5
5
  end
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.7
4
+ version: 0.5.0.pre.8
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-28 00:00:00.000000000 Z
11
+ date: 2022-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake_factory