ruby_leiningen 0.22.0.pre.1 → 0.24.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: c478603e2fdd937c4a37865fcb1758aaa7b373321577c33552f307765f86ea81
4
- data.tar.gz: b4378b6c730e287c19ca281b50631b367a9784f873fdebe85aee18a01c665d46
3
+ metadata.gz: 2d0961ac516cc32d3d13983746b6cb4980e026a0dd30e5f867a016cfe3d27fd7
4
+ data.tar.gz: f091ecdd67c52545befc1092b19af70b77b0e6a0e23531483c47bbe4d2e59c6f
5
5
  SHA512:
6
- metadata.gz: 050255b6943b8314d4eea5d1ad667dc20905dcabfd21fe083381646bebde8ec4be1f5df2f25dd7bf5d53346e5b7e1d1a8f43bb10ad017a60e78b8ca470685ed6
7
- data.tar.gz: 810f34a3e1d29bd14ff377f39531eac5b7adb136dc2de282325a5e9e179bd862474b2dfcd24bbf72b420c758d23b9de8dd638aa2e7c3c1be76ade9a88d688296
6
+ metadata.gz: c9498cd23b1162a0b2b22519fd4509695fd64ccbd7e5a27194b440c92b461831fa8ba2bf3048a5d225a384dfbf7f74dcd80617a6a70e5dbb06f9ec8fe42e0312
7
+ data.tar.gz: 379c3f03a0931312ecc89534d932756cafb570e707744d5af648cd444e053d88c3844ce6e96ecda395c1d494d85c3e3db1bd8aefd3379e700b71a5d15fa75215
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,46 +1,64 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_leiningen (0.22.0.pre.1)
4
+ ruby_leiningen (0.24.0.pre.3)
5
5
  activesupport (~> 6.0, >= 6.0.2)
6
6
  lino (>= 1.5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.1.0)
11
+ activesupport (6.1.4.4)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
16
  zeitwerk (~> 2.3)
17
- addressable (2.7.0)
17
+ addressable (2.8.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  colored2 (3.1.2)
20
- concurrent-ruby (1.1.7)
20
+ concurrent-ruby (1.1.9)
21
21
  diff-lcs (1.4.4)
22
- excon (0.78.1)
23
- faraday (1.3.0)
22
+ excon (0.82.0)
23
+ faraday (1.9.3)
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)
24
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)
34
+ 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)
25
40
  multipart-post (>= 1.2, < 3)
26
- ruby2_keywords
27
- faraday-net_http (1.0.0)
28
- gem-release (2.2.0)
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)
46
+ gem-release (2.2.2)
29
47
  hamster (3.0.0)
30
48
  concurrent-ruby (~> 1.0)
31
- i18n (1.8.6)
49
+ i18n (1.9.1)
32
50
  concurrent-ruby (~> 1.0)
33
- lino (1.7.0)
51
+ lino (3.0.0)
34
52
  hamster (~> 3.0)
35
53
  open4 (~> 1.3)
36
- minitest (5.14.2)
54
+ minitest (5.15.0)
37
55
  multipart-post (2.1.1)
38
- octokit (4.20.0)
56
+ octokit (4.22.0)
39
57
  faraday (>= 0.9)
40
58
  sawyer (~> 0.8.0, >= 0.5.3)
41
59
  open4 (1.3.4)
42
60
  public_suffix (4.0.6)
43
- rake (13.0.3)
61
+ rake (13.0.6)
44
62
  rake_circle_ci (0.9.0)
45
63
  colored2 (~> 3.1)
46
64
  excon (~> 0.72)
@@ -49,12 +67,12 @@ GEM
49
67
  rake_factory (0.29.0)
50
68
  activesupport (>= 4)
51
69
  rake (~> 13.0)
52
- rake_github (0.7.0)
70
+ rake_github (0.9.0)
53
71
  colored2 (~> 3.1)
54
72
  octokit (~> 4.16)
55
73
  rake_factory (~> 0.23)
56
74
  sshkey (~> 2.0)
57
- rake_gpg (0.14.0)
75
+ rake_gpg (0.16.0)
58
76
  rake_factory (>= 0.23, < 1)
59
77
  ruby_gpg2 (>= 0.6, < 1)
60
78
  rake_ssh (0.6.0)
@@ -70,12 +88,12 @@ GEM
70
88
  rspec-expectations (3.10.1)
71
89
  diff-lcs (>= 1.2.0, < 2.0)
72
90
  rspec-support (~> 3.10.0)
73
- rspec-mocks (3.10.1)
91
+ rspec-mocks (3.10.2)
74
92
  diff-lcs (>= 1.2.0, < 2.0)
75
93
  rspec-support (~> 3.10.0)
76
- rspec-support (3.10.1)
77
- ruby2_keywords (0.0.2)
78
- ruby_gpg2 (0.6.0)
94
+ rspec-support (3.10.2)
95
+ ruby2_keywords (0.0.5)
96
+ ruby_gpg2 (0.8.0)
79
97
  lino (>= 1.5)
80
98
  sawyer (0.8.2)
81
99
  addressable (>= 2.3.5)
@@ -83,7 +101,7 @@ GEM
83
101
  sshkey (2.0.0)
84
102
  tzinfo (2.0.4)
85
103
  concurrent-ruby (~> 1.0)
86
- zeitwerk (2.4.2)
104
+ zeitwerk (2.5.4)
87
105
 
88
106
  PLATFORMS
89
107
  ruby
@@ -102,4 +120,4 @@ DEPENDENCIES
102
120
  ruby_leiningen!
103
121
 
104
122
  BUNDLED WITH
105
- 2.2.4
123
+ 2.3.7
data/Rakefile CHANGED
@@ -62,7 +62,7 @@ end
62
62
  RakeGithub.define_repository_tasks(
63
63
  namespace: :github,
64
64
  repository: 'infrablocks/ruby_leiningen',
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
@@ -1,3 +1,3 @@
1
1
  module RubyLeiningen
2
- VERSION = '0.22.0.pre.1'
2
+ VERSION = '0.24.0.pre.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_leiningen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0.pre.1
4
+ version: 0.24.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: []
11
- date: 2021-01-02 00:00:00.000000000 Z
11
+ date: 2022-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino
@@ -159,7 +159,7 @@ dependencies:
159
159
  description: Wraps the leiningen CLI so that leiningen can be invoked from a Ruby
160
160
  script or Rakefile.
161
161
  email:
162
- - tobyclemson@gmail.com
162
+ - maintainers@infrablocks.io
163
163
  executables: []
164
164
  extensions: []
165
165
  extra_rdoc_files: []