ruby_fly 0.36.0.pre.2 → 0.36.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: 0e9fe1ddf1da04d60a1d2c2a21cfd7d293d8e457c2687f9ef855b58e351a1c01
4
- data.tar.gz: c2c7dbc4ef6cd6a1f553127ad5445c7dde3679a2f280be2ebdedd943f4606b80
3
+ metadata.gz: bb7748c0276fa13d17b3f7eb4c589d75ecfe42a0cdf2f341902961bc0f7d3dee
4
+ data.tar.gz: 22d2984ae50b3ffac996e175986d295121250f430fe577036459ad151a0bab97
5
5
  SHA512:
6
- metadata.gz: dfe3b64fa1ae6fe0f082191f20dc5308a9593c9028f27cb50086d038ad3e904f94c2dd2b88b15772a50236feff79983b2f48bde7f2d1d5532b68d277d00d5760
7
- data.tar.gz: 7dbe8301d33f6f16cbc0c905e9b938022411e5edf9fec31e34daf8d594d7b6307e87abffb00447c49ad31c915cc15055a97f6b307e63a2bc9e60a97b75c592b9
6
+ metadata.gz: ff200dbd3b5911f170e139080c53d5efbaf7543b873376dde1ff83d5836aa58c84b30269ba171739a1136899fc0dba1d7cb37e805e24a3d265282507872d0d17
7
+ data.tar.gz: 0edab0620c3c823f0eaf6cbb12072cb84b381a481ef134a48cafc1a1e3b624271f7e8d4218cfe26dfed57ab2415f7405366348e2f670868ef1d335818dc38d8f
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_fly (0.36.0.pre.2)
4
+ ruby_fly (0.36.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)
@@ -22,30 +22,40 @@ GEM
22
22
  fakefs (1.4.0)
23
23
  faker (2.19.0)
24
24
  i18n (>= 1.6, < 2)
25
- faraday (1.4.2)
25
+ faraday (1.9.3)
26
26
  faraday-em_http (~> 1.0)
27
27
  faraday-em_synchrony (~> 1.0)
28
28
  faraday-excon (~> 1.1)
29
+ faraday-httpclient (~> 1.0)
30
+ faraday-multipart (~> 1.0)
29
31
  faraday-net_http (~> 1.0)
30
- faraday-net_http_persistent (~> 1.1)
31
- multipart-post (>= 1.2, < 3)
32
+ faraday-net_http_persistent (~> 1.0)
33
+ faraday-patron (~> 1.0)
34
+ faraday-rack (~> 1.0)
35
+ faraday-retry (~> 1.0)
32
36
  ruby2_keywords (>= 0.0.4)
33
37
  faraday-em_http (1.0.0)
34
38
  faraday-em_synchrony (1.0.0)
35
39
  faraday-excon (1.1.0)
40
+ faraday-httpclient (1.0.1)
41
+ faraday-multipart (1.0.3)
42
+ multipart-post (>= 1.2, < 3)
36
43
  faraday-net_http (1.0.1)
37
- faraday-net_http_persistent (1.1.0)
44
+ faraday-net_http_persistent (1.2.0)
45
+ faraday-patron (1.0.0)
46
+ faraday-rack (1.0.0)
47
+ faraday-retry (1.0.3)
38
48
  gem-release (2.2.2)
39
49
  hamster (3.0.0)
40
50
  concurrent-ruby (~> 1.0)
41
- i18n (1.8.11)
51
+ i18n (1.9.1)
42
52
  concurrent-ruby (~> 1.0)
43
53
  lino (3.0.0)
44
54
  hamster (~> 3.0)
45
55
  open4 (~> 1.3)
46
- minitest (5.14.4)
56
+ minitest (5.15.0)
47
57
  multipart-post (2.1.1)
48
- octokit (4.21.0)
58
+ octokit (4.22.0)
49
59
  faraday (>= 0.9)
50
60
  sawyer (~> 0.8.0, >= 0.5.3)
51
61
  open4 (1.3.4)
@@ -59,7 +69,7 @@ GEM
59
69
  rake_factory (0.29.0)
60
70
  activesupport (>= 4)
61
71
  rake (~> 13.0)
62
- rake_github (0.7.0)
72
+ rake_github (0.9.0)
63
73
  colored2 (~> 3.1)
64
74
  octokit (~> 4.16)
65
75
  rake_factory (~> 0.23)
@@ -84,7 +94,7 @@ GEM
84
94
  diff-lcs (>= 1.2.0, < 2.0)
85
95
  rspec-support (~> 3.10.0)
86
96
  rspec-support (3.10.2)
87
- ruby2_keywords (0.0.4)
97
+ ruby2_keywords (0.0.5)
88
98
  ruby_gpg2 (0.8.0)
89
99
  lino (>= 1.5)
90
100
  sawyer (0.8.2)
@@ -93,7 +103,7 @@ GEM
93
103
  sshkey (2.0.0)
94
104
  tzinfo (2.0.4)
95
105
  concurrent-ruby (~> 1.0)
96
- zeitwerk (2.4.2)
106
+ zeitwerk (2.5.4)
97
107
 
98
108
  PLATFORMS
99
109
  ruby
@@ -112,4 +122,4 @@ DEPENDENCIES
112
122
  ruby_fly!
113
123
 
114
124
  BUNDLED WITH
115
- 2.2.32
125
+ 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_fly',
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 RubyFly
2
- VERSION = '0.36.0.pre.2'
2
+ VERSION = '0.36.0.pre.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_fly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0.pre.2
4
+ version: 0.36.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