ruby_leiningen 0.23.0 → 0.24.0.pre.1

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: d588b296ed00e4954336d12f77a92520bbb78aa52718dd079d164fd040d7209c
4
- data.tar.gz: 8dc73dac151664d608e10dcb4a947f852e7b3f73f8c9a6789ea4af6c1cf33991
3
+ metadata.gz: 50764b2c96b452e8c4859224ec8a321064604d9f74856c976c568c8cbb2964a3
4
+ data.tar.gz: f6a34a8cd1abe9633803e108a56985b8fd300ba253cbf4846445f0ebf211c8b8
5
5
  SHA512:
6
- metadata.gz: 0eeaa408df28ce0330e2be7dd8ba1f02dd889342e3b587c6d87ba22d5b83e879656e42c889cb9d1aa8b3f879ea1713bffb2b35e98b158d08f8913901dfbb2e46
7
- data.tar.gz: 874f9b705ae1d183b0c51a73863e975b43117969ae10a39e7cd5ad0d6a578936536f07b76d5ce877621b17277560501d17ff8935e1010b702d755286b694d965
6
+ metadata.gz: d510d10d20e9afc0e8277cd9348001735bfe51d4590e31185c1049d1ab4734ed1e0d565fbed6ef1c77325bc885ebbc3924801bf25b9ccc1325239205f825be6e
7
+ data.tar.gz: 7dd2ecc41b1649f5c44b8c51a7dfc2450b1de3e0cd314bea840552a4e56a62400fe212642bc55d471172b040704d26c45a71730521035a4ca49203db0d7bad8d
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,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_leiningen (0.23.0)
4
+ ruby_leiningen (0.24.0.pre.1)
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.3.2)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
@@ -17,25 +17,33 @@ GEM
17
17
  addressable (2.7.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.8)
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.4.2)
24
+ faraday-em_http (~> 1.0)
25
+ faraday-em_synchrony (~> 1.0)
26
+ faraday-excon (~> 1.1)
24
27
  faraday-net_http (~> 1.0)
28
+ faraday-net_http_persistent (~> 1.1)
25
29
  multipart-post (>= 1.2, < 3)
26
- ruby2_keywords
27
- faraday-net_http (1.0.0)
28
- gem-release (2.2.0)
30
+ ruby2_keywords (>= 0.0.4)
31
+ faraday-em_http (1.0.0)
32
+ faraday-em_synchrony (1.0.0)
33
+ faraday-excon (1.1.0)
34
+ faraday-net_http (1.0.1)
35
+ faraday-net_http_persistent (1.1.0)
36
+ gem-release (2.2.1)
29
37
  hamster (3.0.0)
30
38
  concurrent-ruby (~> 1.0)
31
- i18n (1.8.6)
39
+ i18n (1.8.10)
32
40
  concurrent-ruby (~> 1.0)
33
- lino (1.7.0)
41
+ lino (3.0.0)
34
42
  hamster (~> 3.0)
35
43
  open4 (~> 1.3)
36
- minitest (5.14.2)
44
+ minitest (5.14.4)
37
45
  multipart-post (2.1.1)
38
- octokit (4.20.0)
46
+ octokit (4.21.0)
39
47
  faraday (>= 0.9)
40
48
  sawyer (~> 0.8.0, >= 0.5.3)
41
49
  open4 (1.3.4)
@@ -54,7 +62,7 @@ GEM
54
62
  octokit (~> 4.16)
55
63
  rake_factory (~> 0.23)
56
64
  sshkey (~> 2.0)
57
- rake_gpg (0.14.0)
65
+ rake_gpg (0.16.0)
58
66
  rake_factory (>= 0.23, < 1)
59
67
  ruby_gpg2 (>= 0.6, < 1)
60
68
  rake_ssh (0.6.0)
@@ -70,12 +78,12 @@ GEM
70
78
  rspec-expectations (3.10.1)
71
79
  diff-lcs (>= 1.2.0, < 2.0)
72
80
  rspec-support (~> 3.10.0)
73
- rspec-mocks (3.10.1)
81
+ rspec-mocks (3.10.2)
74
82
  diff-lcs (>= 1.2.0, < 2.0)
75
83
  rspec-support (~> 3.10.0)
76
- rspec-support (3.10.1)
77
- ruby2_keywords (0.0.2)
78
- ruby_gpg2 (0.6.0)
84
+ rspec-support (3.10.2)
85
+ ruby2_keywords (0.0.4)
86
+ ruby_gpg2 (0.8.0)
79
87
  lino (>= 1.5)
80
88
  sawyer (0.8.2)
81
89
  addressable (>= 2.3.5)
@@ -102,4 +110,4 @@ DEPENDENCIES
102
110
  ruby_leiningen!
103
111
 
104
112
  BUNDLED WITH
105
- 2.2.4
113
+ 2.2.18
@@ -1,3 +1,3 @@
1
1
  module RubyLeiningen
2
- VERSION = '0.23.0'
2
+ VERSION = '0.24.0.pre.1'
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.23.0
4
+ version: 0.24.0.pre.1
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: 2021-05-30 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: []
@@ -207,9 +207,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
207
  version: '2.6'
208
208
  required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  requirements:
210
- - - ">="
210
+ - - ">"
211
211
  - !ruby/object:Gem::Version
212
- version: '0'
212
+ version: 1.3.1
213
213
  requirements: []
214
214
  rubygems_version: 3.0.1
215
215
  signing_key: