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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53ae8ca634d2b17634f99bd3262d140cd80036446cca4af6d3400c09ecb3a563
4
- data.tar.gz: 8e5f4e267242f671e4844bc88c7568dc265aeba64700e2cf647fe30613699839
3
+ metadata.gz: 208f49242876902f5eaf784ba6dcb86280d55a9e1241be5837c9485abf4de135
4
+ data.tar.gz: 9cc4a2f3dbaa7688a63dadd5ef6de7d450a70c76d765720a2f0c21b335d4183b
5
5
  SHA512:
6
- metadata.gz: f0ce4594aa132a37dd28580767978759d779c94358f6a582223d52db2d739f8ba7d187614f2a8889331cf940a8bde1fa75425cba509a3555fc2090ef6d53c8bc
7
- data.tar.gz: 637f0a19b55dce094ff7f7f4a930df6b346c8ed1040bded85985ec14ed625c0a0fa33977a1049a04b1a8307813c772183267711adee2006ae79c6689a53534b8
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.6)
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.0)
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.2.1)
85
+ regexp_parser (2.6.0)
86
86
  rexml (3.2.5)
87
- rspec (3.11.0)
88
- rspec-core (~> 3.11.0)
89
- rspec-expectations (~> 3.11.0)
90
- rspec-mocks (~> 3.11.0)
91
- rspec-core (3.11.0)
92
- rspec-support (~> 3.11.0)
93
- rspec-expectations (3.11.0)
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.11.0)
96
- rspec-mocks (3.11.0)
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.11.0)
99
- rspec-support (3.11.0)
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.16.0)
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.9.0)
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.1.0)
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.22
153
+ 2.3.24
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeFactory
4
- VERSION = '0.30.0.pre.6'
4
+ VERSION = '0.30.0.pre.7'
5
5
  end
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.6
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-02 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport