lino 3.0.0 → 3.1.0.pre.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +17 -13
  3. data/lib/lino/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b8acecfb0b51481146c811b0b0f6be2686bd17a3afe05409e547d41dcbf876d
4
- data.tar.gz: 1f2d88ad264d3ca6569a1883400866a32b8640b3bc31192f9a6032f7f398a673
3
+ metadata.gz: f33b5fd0e5939e88c4d9ae9732d0e84271656f4c73ff8aca284d13ee7643bc47
4
+ data.tar.gz: 5e98a6c34c076cb4c18eb2074b5e45b5d52e4860f77ab74f34c6bdc6c8fb7eb3
5
5
  SHA512:
6
- metadata.gz: 0f8c4ddb8fe646094d5049b3495c25ea71a4ad95b283f1c82f2f6458f96498ff06f0a3ad250b06f94ef0cf93193f862bf3f87bae05929c2088940679780d65a5
7
- data.tar.gz: c72b855dadb1d99fa7fadd3dbcbedaa98dd4fb52f5d464f004b350778352d50f2459c56f3d2620346d5c56393d7b568dc77003ef9b2cc7410fe93469ff26855f
6
+ metadata.gz: 753949ef4e2a1d2479dbfc312375649abf4e3fdff893d07224d1094212984ecc77a95ff6273a1bb16ea41dfcb61fe0c172c21405c70aa7fd4cdc1237bfe265c5
7
+ data.tar.gz: eae6bb372ee98eca364607bb040ba0e0a43f3484514c87259cfb51fd0c753b92777b658ef396fb0244ce7628213a6e39e40ff7796d1b41f916b12fbf4f96fbb6
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lino (3.0.0)
4
+ lino (3.1.0.pre.1)
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.1)
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)
@@ -20,14 +20,18 @@ GEM
20
20
  colored2 (3.1.2)
21
21
  concurrent-ruby (1.1.8)
22
22
  diff-lcs (1.4.4)
23
- docile (1.3.5)
24
- excon (0.81.0)
25
- faraday (1.4.1)
23
+ docile (1.4.0)
24
+ excon (0.82.0)
25
+ faraday (1.4.2)
26
+ faraday-em_http (~> 1.0)
27
+ faraday-em_synchrony (~> 1.0)
26
28
  faraday-excon (~> 1.1)
27
29
  faraday-net_http (~> 1.0)
28
30
  faraday-net_http_persistent (~> 1.1)
29
31
  multipart-post (>= 1.2, < 3)
30
32
  ruby2_keywords (>= 0.0.4)
33
+ faraday-em_http (1.0.0)
34
+ faraday-em_synchrony (1.0.0)
31
35
  faraday-excon (1.1.0)
32
36
  faraday-net_http (1.0.1)
33
37
  faraday-net_http_persistent (1.1.0)
@@ -43,7 +47,7 @@ GEM
43
47
  sawyer (~> 0.8.0, >= 0.5.3)
44
48
  open4 (1.3.4)
45
49
  parallel (1.20.1)
46
- parser (3.0.1.0)
50
+ parser (3.0.1.1)
47
51
  ast (~> 2.4.1)
48
52
  public_suffix (4.0.6)
49
53
  rainbow (3.0.0)
@@ -61,7 +65,7 @@ GEM
61
65
  octokit (~> 4.16)
62
66
  rake_factory (~> 0.23)
63
67
  sshkey (~> 2.0)
64
- rake_gpg (0.14.0)
68
+ rake_gpg (0.16.0)
65
69
  rake_factory (>= 0.23, < 1)
66
70
  ruby_gpg2 (>= 0.6, < 1)
67
71
  rake_ssh (0.6.0)
@@ -83,17 +87,17 @@ GEM
83
87
  diff-lcs (>= 1.2.0, < 2.0)
84
88
  rspec-support (~> 3.10.0)
85
89
  rspec-support (3.10.2)
86
- rubocop (1.13.0)
90
+ rubocop (1.15.0)
87
91
  parallel (~> 1.10)
88
92
  parser (>= 3.0.0.0)
89
93
  rainbow (>= 2.2.2, < 4.0)
90
94
  regexp_parser (>= 1.8, < 3.0)
91
95
  rexml
92
- rubocop-ast (>= 1.2.0, < 2.0)
96
+ rubocop-ast (>= 1.5.0, < 2.0)
93
97
  ruby-progressbar (~> 1.7)
94
98
  unicode-display_width (>= 1.4.0, < 3.0)
95
- rubocop-ast (1.4.1)
96
- parser (>= 2.7.1.5)
99
+ rubocop-ast (1.7.0)
100
+ parser (>= 3.0.1.1)
97
101
  rubocop-rake (0.5.1)
98
102
  rubocop
99
103
  rubocop-rspec (2.3.0)
@@ -111,7 +115,7 @@ GEM
111
115
  simplecov-html (~> 0.11)
112
116
  simplecov_json_formatter (~> 0.1)
113
117
  simplecov-html (0.12.3)
114
- simplecov_json_formatter (0.1.2)
118
+ simplecov_json_formatter (0.1.3)
115
119
  sshkey (2.0.0)
116
120
  tzinfo (2.0.4)
117
121
  concurrent-ruby (~> 1.0)
@@ -137,4 +141,4 @@ DEPENDENCIES
137
141
  simplecov (~> 0.16)
138
142
 
139
143
  BUNDLED WITH
140
- 2.2.17
144
+ 2.2.18
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.0.0'
4
+ VERSION = '3.1.0.pre.1'
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.0.0
4
+ version: 3.1.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-05-10 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: hamster
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '0.16'
209
209
  description: Command line builders and executors.
210
210
  email:
211
- - tobyclemson@gmail.com
211
+ - maintainers@infrablocks.io
212
212
  executables: []
213
213
  extensions: []
214
214
  extra_rdoc_files: []
@@ -244,9 +244,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
244
244
  version: '2.6'
245
245
  required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  requirements:
247
- - - ">="
247
+ - - ">"
248
248
  - !ruby/object:Gem::Version
249
- version: '0'
249
+ version: 1.3.1
250
250
  requirements: []
251
251
  rubygems_version: 3.0.1
252
252
  signing_key: