ruby_gpg2 0.9.0.pre.2 → 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: 77a580b74e99a4bbe992c44415f8e3747fa9a9968647bf0951adb5c4e85640c6
4
- data.tar.gz: 470b40dd01ec2ef8c78ca4fe16021beec16a19ded8dbbbf7748a9e599f624253
3
+ metadata.gz: 508c4a22c10911d0852bac30c08f6c8674e199a9b28f2f469050174ae2906c45
4
+ data.tar.gz: 166cbd8a287ad07d938e8566e00d6eed0351de6f5b272e34cb1151b09167b97d
5
5
  SHA512:
6
- metadata.gz: 0a9639120903fb1ea591ae65743ef8466fb4e25d3df481afba1f1585c801d7e35654d589031e592e59e77dba380edb0b35ecc0b538bae3302bbb7eaa9cd8b003
7
- data.tar.gz: 1e49584a44a3c221b793eb47d0a1b74251b5ffdbf4ba4f19fb16f2a88e9cd51add1e3353a09d6eb814cd37db3eff393c78ad7fcd6d7fa8c86b4f6e3e25668faa
6
+ metadata.gz: d60831aea46bc2d8870a26441acda5c64c13f6f5bdb37dc5339fe38b6c0d7246aceb11dc36119754ee351c9370ba2df6b947b89b00798036a6d7e8930c7218cd
7
+ data.tar.gz: 07771d6a9d52df5e4496135eb77244ca62258f858fef75d76dd299bce40b2a8cf6591a19102d17d4b44d90a3b16f90786d442ec61d01d783b631104110b91a01
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_gpg2 (0.9.0.pre.2)
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.3.2)
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)
@@ -16,33 +16,43 @@ GEM
16
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.8)
19
+ concurrent-ruby (1.1.9)
20
20
  diff-lcs (1.4.4)
21
21
  excon (0.82.0)
22
- faraday (1.4.2)
22
+ faraday (1.9.3)
23
23
  faraday-em_http (~> 1.0)
24
24
  faraday-em_synchrony (~> 1.0)
25
25
  faraday-excon (~> 1.1)
26
+ faraday-httpclient (~> 1.0)
27
+ faraday-multipart (~> 1.0)
26
28
  faraday-net_http (~> 1.0)
27
- faraday-net_http_persistent (~> 1.1)
28
- multipart-post (>= 1.2, < 3)
29
+ faraday-net_http_persistent (~> 1.0)
30
+ faraday-patron (~> 1.0)
31
+ faraday-rack (~> 1.0)
32
+ faraday-retry (~> 1.0)
29
33
  ruby2_keywords (>= 0.0.4)
30
34
  faraday-em_http (1.0.0)
31
35
  faraday-em_synchrony (1.0.0)
32
36
  faraday-excon (1.1.0)
37
+ faraday-httpclient (1.0.1)
38
+ faraday-multipart (1.0.3)
39
+ multipart-post (>= 1.2, < 3)
33
40
  faraday-net_http (1.0.1)
34
- faraday-net_http_persistent (1.1.0)
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)
35
45
  gem-release (2.2.2)
36
46
  hamster (3.0.0)
37
47
  concurrent-ruby (~> 1.0)
38
- i18n (1.8.10)
48
+ i18n (1.9.1)
39
49
  concurrent-ruby (~> 1.0)
40
50
  lino (3.0.0)
41
51
  hamster (~> 3.0)
42
52
  open4 (~> 1.3)
43
- minitest (5.14.4)
53
+ minitest (5.15.0)
44
54
  multipart-post (2.1.1)
45
- octokit (4.21.0)
55
+ octokit (4.22.0)
46
56
  faraday (>= 0.9)
47
57
  sawyer (~> 0.8.0, >= 0.5.3)
48
58
  open4 (1.3.4)
@@ -56,7 +66,7 @@ GEM
56
66
  rake_factory (0.29.0)
57
67
  activesupport (>= 4)
58
68
  rake (~> 13.0)
59
- rake_github (0.7.0)
69
+ rake_github (0.9.0)
60
70
  colored2 (~> 3.1)
61
71
  octokit (~> 4.16)
62
72
  rake_factory (~> 0.23)
@@ -81,14 +91,14 @@ GEM
81
91
  diff-lcs (>= 1.2.0, < 2.0)
82
92
  rspec-support (~> 3.10.0)
83
93
  rspec-support (3.10.2)
84
- ruby2_keywords (0.0.4)
94
+ ruby2_keywords (0.0.5)
85
95
  sawyer (0.8.2)
86
96
  addressable (>= 2.3.5)
87
97
  faraday (> 0.8, < 2.0)
88
98
  sshkey (2.0.0)
89
99
  tzinfo (2.0.4)
90
100
  concurrent-ruby (~> 1.0)
91
- zeitwerk (2.4.2)
101
+ zeitwerk (2.5.4)
92
102
 
93
103
  PLATFORMS
94
104
  ruby
@@ -107,4 +117,4 @@ DEPENDENCIES
107
117
  ruby_gpg2!
108
118
 
109
119
  BUNDLED WITH
110
- 2.2.32
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.9.0.pre.2'
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.9.0.pre.2
4
+ version: 0.9.0.pre.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-07 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