rake_dependencies 2.11.0 → 2.12.0.pre.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e79e16c243eb4fbcb430fd94664bf95f68dfe0207cafeeda73742ed09f5d636
4
- data.tar.gz: 24f7053f788e335331a4326c73f69beb0e27b1632949b9898d4d37361ffec3b8
3
+ metadata.gz: 1a8d1c9565265ee0de305541f53d7edf66bf4d543ca020a9df354a147fac70eb
4
+ data.tar.gz: 8be121118f0a1613ee2c3d800304b2dcffe073cd71cf1bdb94e5f88fcee4e65b
5
5
  SHA512:
6
- metadata.gz: 21a6bb6109d667b922c4c0e4765a5a64609b4d740a15f45c0adba846beae6286f18bdbf7e905712e12912b7ba1efc574e5d2f8d2adfeffa1b2f47cd29a61eea9
7
- data.tar.gz: 5d456c229472b495a66a5245604a36446a40b9214bf4a1cfa939f98b577b4abd50aee1359b9295daa02f872f4e3a031be5b00b0fc7a236c8bd7d7c3781f741d0
6
+ metadata.gz: 514f54f6b242a583c0abb47ae0a035d05f1d0142db12e1905e3711e814e063720a6ea1077b5052424f2a32ff4f8d1e3365f6cba958cb153e20ad1fb1a2312040
7
+ data.tar.gz: '078ce22e10c837657675283874d36bbefbaab63737ac953bf54aba02df9b20d83bc8f3ed8ae0cc7e3433073da7c0f064f2ec7ac60d914b8c4a45e72f89c6f2c1'
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at tobyclemson@gmail.com. All
58
+ reported by contacting the project team at maintainers@infrablocks.io. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_dependencies (2.11.0)
4
+ rake_dependencies (2.12.0.pre.3)
5
5
  hamster (~> 3.0)
6
6
  minitar (~> 0.9)
7
7
  rake_factory (~> 0.23)
@@ -10,46 +10,60 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (6.1.3.1)
13
+ activesupport (6.1.5)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
18
  zeitwerk (~> 2.3)
19
- addressable (2.7.0)
19
+ addressable (2.8.0)
20
20
  public_suffix (>= 2.0.2, < 5.0)
21
21
  colored2 (3.1.2)
22
- concurrent-ruby (1.1.8)
23
- diff-lcs (1.4.4)
24
- docile (1.3.5)
25
- excon (0.80.1)
26
- fakefs (1.3.2)
27
- faraday (1.4.1)
22
+ concurrent-ruby (1.1.9)
23
+ diff-lcs (1.5.0)
24
+ docile (1.4.0)
25
+ excon (0.82.0)
26
+ fakefs (1.4.1)
27
+ faraday (1.9.3)
28
+ faraday-em_http (~> 1.0)
29
+ faraday-em_synchrony (~> 1.0)
28
30
  faraday-excon (~> 1.1)
31
+ faraday-httpclient (~> 1.0)
32
+ faraday-multipart (~> 1.0)
29
33
  faraday-net_http (~> 1.0)
30
- faraday-net_http_persistent (~> 1.1)
31
- multipart-post (>= 1.2, < 3)
34
+ faraday-net_http_persistent (~> 1.0)
35
+ faraday-patron (~> 1.0)
36
+ faraday-rack (~> 1.0)
37
+ faraday-retry (~> 1.0)
32
38
  ruby2_keywords (>= 0.0.4)
39
+ faraday-em_http (1.0.0)
40
+ faraday-em_synchrony (1.0.0)
33
41
  faraday-excon (1.1.0)
42
+ faraday-httpclient (1.0.1)
43
+ faraday-multipart (1.0.3)
44
+ multipart-post (>= 1.2, < 3)
34
45
  faraday-net_http (1.0.1)
35
- faraday-net_http_persistent (1.1.0)
36
- gem-release (2.2.1)
46
+ faraday-net_http_persistent (1.2.0)
47
+ faraday-patron (1.0.0)
48
+ faraday-rack (1.0.0)
49
+ faraday-retry (1.0.3)
50
+ gem-release (2.2.2)
37
51
  hamster (3.0.0)
38
52
  concurrent-ruby (~> 1.0)
39
- i18n (1.8.10)
53
+ i18n (1.10.0)
40
54
  concurrent-ruby (~> 1.0)
41
- lino (2.5.0)
55
+ lino (3.0.0)
42
56
  hamster (~> 3.0)
43
57
  open4 (~> 1.3)
44
58
  minitar (0.9)
45
- minitest (5.14.4)
59
+ minitest (5.15.0)
46
60
  multipart-post (2.1.1)
47
- octokit (4.20.0)
61
+ octokit (4.22.0)
48
62
  faraday (>= 0.9)
49
63
  sawyer (~> 0.8.0, >= 0.5.3)
50
64
  open4 (1.3.4)
51
65
  public_suffix (4.0.6)
52
- rake (13.0.3)
66
+ rake (13.0.6)
53
67
  rake_circle_ci (0.9.0)
54
68
  colored2 (~> 3.1)
55
69
  excon (~> 0.72)
@@ -58,35 +72,35 @@ GEM
58
72
  rake_factory (0.29.0)
59
73
  activesupport (>= 4)
60
74
  rake (~> 13.0)
61
- rake_github (0.7.0)
75
+ rake_github (0.9.0)
62
76
  colored2 (~> 3.1)
63
77
  octokit (~> 4.16)
64
78
  rake_factory (~> 0.23)
65
79
  sshkey (~> 2.0)
66
- rake_gpg (0.14.0)
80
+ rake_gpg (0.16.0)
67
81
  rake_factory (>= 0.23, < 1)
68
82
  ruby_gpg2 (>= 0.6, < 1)
69
83
  rake_ssh (0.6.0)
70
84
  colored2 (~> 3.1)
71
85
  rake_factory (~> 0.23)
72
86
  sshkey (~> 2.0)
73
- rspec (3.10.0)
74
- rspec-core (~> 3.10.0)
75
- rspec-expectations (~> 3.10.0)
76
- rspec-mocks (~> 3.10.0)
77
- rspec-core (3.10.1)
78
- rspec-support (~> 3.10.0)
79
- rspec-expectations (3.10.1)
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)
80
94
  diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.10.0)
82
- rspec-mocks (3.10.2)
95
+ rspec-support (~> 3.11.0)
96
+ rspec-mocks (3.11.0)
83
97
  diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.10.0)
85
- rspec-support (3.10.2)
86
- ruby2_keywords (0.0.4)
98
+ rspec-support (~> 3.11.0)
99
+ rspec-support (3.11.0)
100
+ ruby2_keywords (0.0.5)
87
101
  ruby_gpg2 (0.8.0)
88
102
  lino (>= 1.5)
89
- rubyzip (2.3.0)
103
+ rubyzip (2.3.2)
90
104
  sawyer (0.8.2)
91
105
  addressable (>= 2.3.5)
92
106
  faraday (> 0.8, < 2.0)
@@ -95,11 +109,11 @@ GEM
95
109
  simplecov-html (~> 0.11)
96
110
  simplecov_json_formatter (~> 0.1)
97
111
  simplecov-html (0.12.3)
98
- simplecov_json_formatter (0.1.2)
112
+ simplecov_json_formatter (0.1.3)
99
113
  sshkey (2.0.0)
100
114
  tzinfo (2.0.4)
101
115
  concurrent-ruby (~> 1.0)
102
- zeitwerk (2.4.2)
116
+ zeitwerk (2.5.4)
103
117
 
104
118
  PLATFORMS
105
119
  ruby
@@ -120,4 +134,4 @@ DEPENDENCIES
120
134
  simplecov (~> 0.17)
121
135
 
122
136
  BUNDLED WITH
123
- 2.2.17
137
+ 2.3.9
data/Rakefile CHANGED
@@ -62,7 +62,7 @@ end
62
62
  RakeGithub.define_repository_tasks(
63
63
  namespace: :github,
64
64
  repository: 'infrablocks/rake_dependencies',
65
- ) do |t|
65
+ ) do |t, args|
66
66
  github_config =
67
67
  YAML.load_file('config/secrets/github/config.yaml')
68
68
 
@@ -73,6 +73,8 @@ RakeGithub.define_repository_tasks(
73
73
  public_key: File.read('config/secrets/ci/ssh.public')
74
74
  }
75
75
  ]
76
+ t.branch_name = args.branch_name
77
+ t.commit_message = args.commit_message
76
78
  end
77
79
 
78
80
  namespace :pipeline do
@@ -14,7 +14,7 @@ module RakeDependencies
14
14
  Template.new(@template, @parameters.put(key, value))
15
15
  end
16
16
 
17
- def with_parameters **pairs
17
+ def with_parameters pairs
18
18
  pairs.to_a.reduce(self) do |memo, parameter|
19
19
  memo.with_parameter(*parameter)
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module RakeDependencies
2
- VERSION = "2.11.0"
2
+ VERSION = "2.12.0.pre.3"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_dependencies
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.12.0.pre.3
5
5
  platform: ruby
6
6
  authors:
7
- - Toby Clemson
7
+ - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -223,7 +223,7 @@ dependencies:
223
223
  description: Provides rake tasks for downloading and extracting tools depended on
224
224
  for further build activities.
225
225
  email:
226
- - tobyclemson@gmail.com
226
+ - maintainers@infrablocks.io
227
227
  executables: []
228
228
  extensions: []
229
229
  extra_rdoc_files: []
@@ -250,7 +250,7 @@ files:
250
250
  - lib/rake_dependencies/tasks/install.rb
251
251
  - lib/rake_dependencies/template.rb
252
252
  - lib/rake_dependencies/version.rb
253
- homepage: https://github.com/tobyclemson/rake_dependencies
253
+ homepage: https://github.com/infrablocks/rake_dependencies
254
254
  licenses:
255
255
  - MIT
256
256
  metadata: {}
@@ -262,14 +262,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
262
262
  requirements:
263
263
  - - ">="
264
264
  - !ruby/object:Gem::Version
265
- version: '2.6'
265
+ version: '2.7'
266
266
  required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  requirements:
268
- - - ">="
268
+ - - ">"
269
269
  - !ruby/object:Gem::Version
270
- version: '0'
270
+ version: 1.3.1
271
271
  requirements: []
272
- rubygems_version: 3.0.1
272
+ rubygems_version: 3.1.6
273
273
  signing_key:
274
274
  specification_version: 4
275
275
  summary: Rake tasks for managing build dependencies.