lino 3.1.0.pre.1 → 3.1.0.pre.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f33b5fd0e5939e88c4d9ae9732d0e84271656f4c73ff8aca284d13ee7643bc47
4
- data.tar.gz: 5e98a6c34c076cb4c18eb2074b5e45b5d52e4860f77ab74f34c6bdc6c8fb7eb3
3
+ metadata.gz: 5d20877f69bbf74eb48ba17e06a78d6cc3a348cb66bcb2188444b1e4cb5e0ab4
4
+ data.tar.gz: 404a89fb7e037845e659548125cb7adba786487090c7ea5a9a21d5cad7c0aeb8
5
5
  SHA512:
6
- metadata.gz: 753949ef4e2a1d2479dbfc312375649abf4e3fdff893d07224d1094212984ecc77a95ff6273a1bb16ea41dfcb61fe0c172c21405c70aa7fd4cdc1237bfe265c5
7
- data.tar.gz: eae6bb372ee98eca364607bb040ba0e0a43f3484514c87259cfb51fd0c753b92777b658ef396fb0244ce7628213a6e39e40ff7796d1b41f916b12fbf4f96fbb6
6
+ metadata.gz: 51d662d01e2439efb0c5ec42a113de39c02128f2ec08e7fc027a666cc8f21628689e6c8d01cbeb90bdc726cb4c1b9f6d0ce254872822c7d2e0c2f9cb8f59f013
7
+ data.tar.gz: 7061061a92a4b0bb64a6499ccad4adf3b5337b31049a95bd429eb17f54eab1dd4164d2c8185a7b1e1b39402d7a77f7973061ba756748ee15e6a50d7a72ffcbaf
data/Gemfile.lock CHANGED
@@ -1,57 +1,67 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lino (3.1.0.pre.1)
4
+ lino (3.1.0.pre.5)
5
5
  hamster (~> 3.0)
6
6
  open4 (~> 1.3)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.1.3.2)
11
+ activesupport (6.1.4.1)
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
  ast (2.4.2)
20
20
  colored2 (3.1.2)
21
- concurrent-ruby (1.1.8)
21
+ concurrent-ruby (1.1.9)
22
22
  diff-lcs (1.4.4)
23
23
  docile (1.4.0)
24
- excon (0.82.0)
25
- faraday (1.4.2)
24
+ excon (0.87.0)
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)
38
- gem-release (2.2.1)
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)
48
+ gem-release (2.2.2)
39
49
  hamster (3.0.0)
40
50
  concurrent-ruby (~> 1.0)
41
51
  i18n (1.8.10)
42
52
  concurrent-ruby (~> 1.0)
43
53
  minitest (5.14.4)
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)
49
- parallel (1.20.1)
50
- parser (3.0.1.1)
59
+ parallel (1.21.0)
60
+ parser (3.0.3.1)
51
61
  ast (~> 2.4.1)
52
62
  public_suffix (4.0.6)
53
63
  rainbow (3.0.0)
54
- rake (13.0.3)
64
+ rake (13.0.6)
55
65
  rake_circle_ci (0.9.0)
56
66
  colored2 (~> 3.1)
57
67
  excon (~> 0.72)
@@ -60,7 +70,7 @@ GEM
60
70
  rake_factory (0.29.0)
61
71
  activesupport (>= 4)
62
72
  rake (~> 13.0)
63
- rake_github (0.7.0)
73
+ rake_github (0.8.0.pre.10)
64
74
  colored2 (~> 3.1)
65
75
  octokit (~> 4.16)
66
76
  rake_factory (~> 0.23)
@@ -87,24 +97,23 @@ GEM
87
97
  diff-lcs (>= 1.2.0, < 2.0)
88
98
  rspec-support (~> 3.10.0)
89
99
  rspec-support (3.10.2)
90
- rubocop (1.15.0)
100
+ rubocop (1.22.1)
91
101
  parallel (~> 1.10)
92
102
  parser (>= 3.0.0.0)
93
103
  rainbow (>= 2.2.2, < 4.0)
94
104
  regexp_parser (>= 1.8, < 3.0)
95
105
  rexml
96
- rubocop-ast (>= 1.5.0, < 2.0)
106
+ rubocop-ast (>= 1.12.0, < 2.0)
97
107
  ruby-progressbar (~> 1.7)
98
108
  unicode-display_width (>= 1.4.0, < 3.0)
99
- rubocop-ast (1.7.0)
109
+ rubocop-ast (1.14.0)
100
110
  parser (>= 3.0.1.1)
101
- rubocop-rake (0.5.1)
102
- rubocop
103
- rubocop-rspec (2.3.0)
111
+ rubocop-rake (0.6.0)
104
112
  rubocop (~> 1.0)
105
- rubocop-ast (>= 1.1.0)
113
+ rubocop-rspec (2.6.0)
114
+ rubocop (~> 1.19)
106
115
  ruby-progressbar (1.11.0)
107
- ruby2_keywords (0.0.4)
116
+ ruby2_keywords (0.0.5)
108
117
  ruby_gpg2 (0.8.0)
109
118
  lino (>= 1.5)
110
119
  sawyer (0.8.2)
@@ -119,7 +128,7 @@ GEM
119
128
  sshkey (2.0.0)
120
129
  tzinfo (2.0.4)
121
130
  concurrent-ruby (~> 1.0)
122
- unicode-display_width (2.0.0)
131
+ unicode-display_width (2.1.0)
123
132
  zeitwerk (2.4.2)
124
133
 
125
134
  PLATFORMS
@@ -131,7 +140,7 @@ DEPENDENCIES
131
140
  lino!
132
141
  rake (~> 13.0)
133
142
  rake_circle_ci (~> 0.9)
134
- rake_github (~> 0.5)
143
+ rake_github (= 0.8.0.pre.10)
135
144
  rake_gpg (~> 0.12)
136
145
  rake_ssh (~> 0.4)
137
146
  rspec (~> 3.9)
@@ -141,4 +150,4 @@ DEPENDENCIES
141
150
  simplecov (~> 0.16)
142
151
 
143
152
  BUNDLED WITH
144
- 2.2.18
153
+ 2.3.6
data/Rakefile CHANGED
@@ -83,7 +83,7 @@ end
83
83
  RakeGithub.define_repository_tasks(
84
84
  namespace: :github,
85
85
  repository: 'infrablocks/lino'
86
- ) do |t|
86
+ ) do |t, args|
87
87
  github_config =
88
88
  YAML.load_file('config/secrets/github/config.yaml')
89
89
 
@@ -94,6 +94,7 @@ RakeGithub.define_repository_tasks(
94
94
  public_key: File.read('config/secrets/ci/ssh.public')
95
95
  }
96
96
  ]
97
+ t.branch_name = args.branch_name
97
98
  end
98
99
 
99
100
  namespace :pipeline do
@@ -11,7 +11,7 @@ module Lino
11
11
  include Lino::Options
12
12
  include Lino::Appliables
13
13
 
14
- class <<self
14
+ class << self
15
15
  def for_subcommand(subcommand)
16
16
  SubcommandBuilder.new(subcommand: subcommand)
17
17
  end
data/lib/lino/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lino
4
- VERSION = '3.1.0.pre.1'
4
+ VERSION = '3.1.0.pre.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lino
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.pre.1
4
+ version: 3.1.0.pre.5
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-05-30 00:00:00.000000000 Z
11
+ date: 2022-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hamster
@@ -98,16 +98,16 @@ dependencies:
98
98
  name: rake_github
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: '0.5'
103
+ version: 0.8.0.pre.10
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: '0.5'
110
+ version: 0.8.0.pre.10
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rake_gpg
113
113
  requirement: !ruby/object:Gem::Requirement