ruby_gpg2 0.7.0.pre.1 → 0.9.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: b8509b5f117bc2a3230275c8689f219b5ebd68b8b83c0ff301a30086849454a3
4
- data.tar.gz: 6fc20ce619fbc62708164b10cc5dea728e48340e4e4888e162479f3abf6e5c58
3
+ metadata.gz: 508c4a22c10911d0852bac30c08f6c8674e199a9b28f2f469050174ae2906c45
4
+ data.tar.gz: 166cbd8a287ad07d938e8566e00d6eed0351de6f5b272e34cb1151b09167b97d
5
5
  SHA512:
6
- metadata.gz: aa5ab9cff7001ff7ae983a29b94af4d931018f3424795704d10101df42cf05889927f11ab831c16c9db5ba0849f3fdce59fc942749e6f5f942d5bbe36115d934
7
- data.tar.gz: b77e11ae5d9eedcca2de7fb88773ac763f1eae7cb176531fee579bde7b2e6d5c0446c0b4e113e58d7d18647a152ed58f0c2ebeb14b3403cce88c69d2cf4da4dc
6
+ metadata.gz: d60831aea46bc2d8870a26441acda5c64c13f6f5bdb37dc5339fe38b6c0d7246aceb11dc36119754ee351c9370ba2df6b947b89b00798036a6d7e8930c7218cd
7
+ data.tar.gz: 07771d6a9d52df5e4496135eb77244ca62258f858fef75d76dd299bce40b2a8cf6591a19102d17d4b44d90a3b16f90786d442ec61d01d783b631104110b91a01
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,60 +1,80 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_gpg2 (0.7.0.pre.1)
4
+ ruby_gpg2 (0.9.0.pre.3)
5
5
  lino (>= 1.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.1.0)
10
+ activesupport (6.1.4.4)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
15
  zeitwerk (~> 2.3)
16
- addressable (2.7.0)
16
+ addressable (2.8.0)
17
17
  public_suffix (>= 2.0.2, < 5.0)
18
18
  colored2 (3.1.2)
19
- concurrent-ruby (1.1.7)
19
+ concurrent-ruby (1.1.9)
20
20
  diff-lcs (1.4.4)
21
- excon (0.78.1)
22
- faraday (1.1.0)
21
+ excon (0.82.0)
22
+ faraday (1.9.3)
23
+ faraday-em_http (~> 1.0)
24
+ faraday-em_synchrony (~> 1.0)
25
+ faraday-excon (~> 1.1)
26
+ faraday-httpclient (~> 1.0)
27
+ faraday-multipart (~> 1.0)
28
+ faraday-net_http (~> 1.0)
29
+ faraday-net_http_persistent (~> 1.0)
30
+ faraday-patron (~> 1.0)
31
+ faraday-rack (~> 1.0)
32
+ faraday-retry (~> 1.0)
33
+ ruby2_keywords (>= 0.0.4)
34
+ faraday-em_http (1.0.0)
35
+ faraday-em_synchrony (1.0.0)
36
+ faraday-excon (1.1.0)
37
+ faraday-httpclient (1.0.1)
38
+ faraday-multipart (1.0.3)
23
39
  multipart-post (>= 1.2, < 3)
24
- ruby2_keywords
25
- gem-release (2.2.0)
40
+ faraday-net_http (1.0.1)
41
+ faraday-net_http_persistent (1.2.0)
42
+ faraday-patron (1.0.0)
43
+ faraday-rack (1.0.0)
44
+ faraday-retry (1.0.3)
45
+ gem-release (2.2.2)
26
46
  hamster (3.0.0)
27
47
  concurrent-ruby (~> 1.0)
28
- i18n (1.8.5)
48
+ i18n (1.9.1)
29
49
  concurrent-ruby (~> 1.0)
30
- lino (1.5.0)
50
+ lino (3.0.0)
31
51
  hamster (~> 3.0)
32
52
  open4 (~> 1.3)
33
- minitest (5.14.2)
53
+ minitest (5.15.0)
34
54
  multipart-post (2.1.1)
35
- octokit (4.19.0)
55
+ octokit (4.22.0)
36
56
  faraday (>= 0.9)
37
57
  sawyer (~> 0.8.0, >= 0.5.3)
38
58
  open4 (1.3.4)
39
59
  public_suffix (4.0.6)
40
- rake (13.0.2)
60
+ rake (13.0.6)
41
61
  rake_circle_ci (0.9.0)
42
62
  colored2 (~> 3.1)
43
63
  excon (~> 0.72)
44
64
  rake_factory (~> 0.23)
45
65
  sshkey (~> 2.0)
46
- rake_factory (0.27.0)
66
+ rake_factory (0.29.0)
47
67
  activesupport (>= 4)
48
68
  rake (~> 13.0)
49
- rake_github (0.5.0)
69
+ rake_github (0.9.0)
50
70
  colored2 (~> 3.1)
51
71
  octokit (~> 4.16)
52
72
  rake_factory (~> 0.23)
53
73
  sshkey (~> 2.0)
54
- rake_gpg (0.14.0)
74
+ rake_gpg (0.16.0)
55
75
  rake_factory (>= 0.23, < 1)
56
76
  ruby_gpg2 (>= 0.6, < 1)
57
- rake_ssh (0.4.0)
77
+ rake_ssh (0.6.0)
58
78
  colored2 (~> 3.1)
59
79
  rake_factory (~> 0.23)
60
80
  sshkey (~> 2.0)
@@ -62,23 +82,23 @@ GEM
62
82
  rspec-core (~> 3.10.0)
63
83
  rspec-expectations (~> 3.10.0)
64
84
  rspec-mocks (~> 3.10.0)
65
- rspec-core (3.10.0)
85
+ rspec-core (3.10.1)
66
86
  rspec-support (~> 3.10.0)
67
- rspec-expectations (3.10.0)
87
+ rspec-expectations (3.10.1)
68
88
  diff-lcs (>= 1.2.0, < 2.0)
69
89
  rspec-support (~> 3.10.0)
70
- rspec-mocks (3.10.0)
90
+ rspec-mocks (3.10.2)
71
91
  diff-lcs (>= 1.2.0, < 2.0)
72
92
  rspec-support (~> 3.10.0)
73
- rspec-support (3.10.0)
74
- ruby2_keywords (0.0.2)
93
+ rspec-support (3.10.2)
94
+ ruby2_keywords (0.0.5)
75
95
  sawyer (0.8.2)
76
96
  addressable (>= 2.3.5)
77
97
  faraday (> 0.8, < 2.0)
78
98
  sshkey (2.0.0)
79
99
  tzinfo (2.0.4)
80
100
  concurrent-ruby (~> 1.0)
81
- zeitwerk (2.4.2)
101
+ zeitwerk (2.5.4)
82
102
 
83
103
  PLATFORMS
84
104
  ruby
@@ -97,4 +117,4 @@ DEPENDENCIES
97
117
  ruby_gpg2!
98
118
 
99
119
  BUNDLED WITH
100
- 2.2.4
120
+ 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_gpg2',
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 RubyGPG2
2
- VERSION = '0.7.0.pre.1'
2
+ VERSION = '0.9.0.pre.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_gpg2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.pre.1
4
+ version: 0.9.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
@@ -139,7 +139,7 @@ dependencies:
139
139
  description: Wraps the gpg binary (>= 2.0) so that it can be invoked from a Ruby script
140
140
  or Rakefile.
141
141
  email:
142
- - tobyclemson@gmail.com
142
+ - maintainers@infrablocks.io
143
143
  executables: []
144
144
  extensions: []
145
145
  extra_rdoc_files: []