lino 3.1.0.pre.15 → 3.1.0.pre.17

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: 4c49b4026c4c5d5ebdce1534d29f8351ac142bf2ac85ab5ed2ca08bafb246abf
4
- data.tar.gz: ccc33b370576d5ec8e7948fca6e57049a3e2e03cffb00cb7cbdb9b802e0ab024
3
+ metadata.gz: 245955f00d873c7d852f21cfbb480c82a687d4ebe6279312a99819268c692ca1
4
+ data.tar.gz: b2aa02e96ba7a1e31fac838584f1a644e112ea1615b89bfc304950289b8b30f8
5
5
  SHA512:
6
- metadata.gz: c56e667969e26f40fa2bcbd1b2bdc48c9a234ec98ed32472cd9368b58ccca45baac80311a9bcda077a59822a38e6a170d45a6745ee8002863e99dabd09d53607
7
- data.tar.gz: b9d934f729b865818cbdc54254259a974dde9b7136ce5dc9400232b9b92e2e5254bd9b9137c9a6cbb4c2afefe30b21bef9d61ef165996effba6f7d19a7ae6014
6
+ metadata.gz: 481c73a994103c96f966c76e93fb33ef5325568a559c0abe9528579321d00e259f65261b17b015c50c3bca6b8168ddf887ee6d855f7a1590824bc278451db909
7
+ data.tar.gz: bfdab2ca416b813f1f3f48bc422a7e16df913634d7307e18ee0d44a07d61f2ed304110fabfadc9624cfceed7391d2158dfd7052ae8ec1842ffd87e0eee9d98f6
data/Gemfile.lock CHANGED
@@ -1,65 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lino (3.1.0.pre.15)
4
+ lino (3.1.0.pre.17)
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 (7.0.2.3)
11
+ activesupport (7.0.4)
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
- addressable (2.8.0)
17
- public_suffix (>= 2.0.2, < 5.0)
16
+ addressable (2.8.1)
17
+ public_suffix (>= 2.0.2, < 6.0)
18
18
  ast (2.4.2)
19
19
  colored2 (3.1.2)
20
- concurrent-ruby (1.1.9)
20
+ concurrent-ruby (1.1.10)
21
21
  diff-lcs (1.5.0)
22
22
  docile (1.4.0)
23
- excon (0.91.0)
24
- faraday (1.10.0)
25
- faraday-em_http (~> 1.0)
26
- faraday-em_synchrony (~> 1.0)
27
- faraday-excon (~> 1.1)
28
- faraday-httpclient (~> 1.0)
29
- faraday-multipart (~> 1.0)
30
- faraday-net_http (~> 1.0)
31
- faraday-net_http_persistent (~> 1.0)
32
- faraday-patron (~> 1.0)
33
- faraday-rack (~> 1.0)
34
- faraday-retry (~> 1.0)
23
+ excon (0.95.0)
24
+ faraday (2.7.2)
25
+ faraday-net_http (>= 2.0, < 3.1)
35
26
  ruby2_keywords (>= 0.0.4)
36
- faraday-em_http (1.0.0)
37
- faraday-em_synchrony (1.0.0)
38
- faraday-excon (1.1.0)
39
- faraday-httpclient (1.0.1)
40
- faraday-multipart (1.0.3)
41
- multipart-post (>= 1.2, < 3)
42
- faraday-net_http (1.0.1)
43
- faraday-net_http_persistent (1.2.0)
44
- faraday-patron (1.0.0)
45
- faraday-rack (1.0.0)
46
- faraday-retry (1.0.3)
27
+ faraday-net_http (3.0.2)
47
28
  gem-release (2.2.2)
48
29
  hamster (3.0.0)
49
30
  concurrent-ruby (~> 1.0)
50
- i18n (1.10.0)
31
+ i18n (1.12.0)
51
32
  concurrent-ruby (~> 1.0)
52
- json (2.6.2)
53
- minitest (5.15.0)
54
- multipart-post (2.1.1)
55
- octokit (4.22.0)
56
- faraday (>= 0.9)
57
- sawyer (~> 0.8.0, >= 0.5.3)
33
+ json (2.6.3)
34
+ minitest (5.16.3)
35
+ octokit (4.25.1)
36
+ faraday (>= 1, < 3)
37
+ sawyer (~> 0.9)
58
38
  open4 (1.3.4)
59
39
  parallel (1.22.1)
60
- parser (3.1.2.0)
40
+ parser (3.1.3.0)
61
41
  ast (~> 2.4.1)
62
- public_suffix (4.0.6)
42
+ public_suffix (5.0.1)
63
43
  rainbow (3.1.1)
64
44
  rake (13.0.6)
65
45
  rake_circle_ci (0.9.0)
@@ -82,44 +62,44 @@ GEM
82
62
  colored2 (~> 3.1)
83
63
  rake_factory (~> 0.23)
84
64
  sshkey (~> 2.0)
85
- regexp_parser (2.5.0)
65
+ regexp_parser (2.6.1)
86
66
  rexml (3.2.5)
87
- rspec (3.11.0)
88
- rspec-core (~> 3.11.0)
89
- rspec-expectations (~> 3.11.0)
90
- rspec-mocks (~> 3.11.0)
91
- rspec-core (3.11.0)
92
- rspec-support (~> 3.11.0)
93
- rspec-expectations (3.11.0)
67
+ rspec (3.12.0)
68
+ rspec-core (~> 3.12.0)
69
+ rspec-expectations (~> 3.12.0)
70
+ rspec-mocks (~> 3.12.0)
71
+ rspec-core (3.12.0)
72
+ rspec-support (~> 3.12.0)
73
+ rspec-expectations (3.12.1)
94
74
  diff-lcs (>= 1.2.0, < 2.0)
95
- rspec-support (~> 3.11.0)
96
- rspec-mocks (3.11.0)
75
+ rspec-support (~> 3.12.0)
76
+ rspec-mocks (3.12.1)
97
77
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.11.0)
99
- rspec-support (3.11.0)
100
- rubocop (1.33.0)
78
+ rspec-support (~> 3.12.0)
79
+ rspec-support (3.12.0)
80
+ rubocop (1.41.1)
101
81
  json (~> 2.3)
102
82
  parallel (~> 1.10)
103
- parser (>= 3.1.0.0)
83
+ parser (>= 3.1.2.1)
104
84
  rainbow (>= 2.2.2, < 4.0)
105
85
  regexp_parser (>= 1.8, < 3.0)
106
86
  rexml (>= 3.2.5, < 4.0)
107
- rubocop-ast (>= 1.19.1, < 2.0)
87
+ rubocop-ast (>= 1.23.0, < 2.0)
108
88
  ruby-progressbar (~> 1.7)
109
89
  unicode-display_width (>= 1.4.0, < 3.0)
110
- rubocop-ast (1.19.1)
90
+ rubocop-ast (1.24.0)
111
91
  parser (>= 3.1.1.0)
112
92
  rubocop-rake (0.6.0)
113
93
  rubocop (~> 1.0)
114
- rubocop-rspec (2.12.1)
115
- rubocop (~> 1.31)
94
+ rubocop-rspec (2.16.0)
95
+ rubocop (~> 1.33)
116
96
  ruby-progressbar (1.11.0)
117
97
  ruby2_keywords (0.0.5)
118
98
  ruby_gpg2 (0.8.0)
119
99
  lino (>= 1.5)
120
- sawyer (0.8.2)
100
+ sawyer (0.9.2)
121
101
  addressable (>= 2.3.5)
122
- faraday (> 0.8, < 2.0)
102
+ faraday (>= 0.17.3, < 3)
123
103
  simplecov (0.21.2)
124
104
  docile (~> 1.1)
125
105
  simplecov-html (~> 0.11)
@@ -127,9 +107,9 @@ GEM
127
107
  simplecov-html (0.12.3)
128
108
  simplecov_json_formatter (0.1.4)
129
109
  sshkey (2.0.0)
130
- tzinfo (2.0.4)
110
+ tzinfo (2.0.5)
131
111
  concurrent-ruby (~> 1.0)
132
- unicode-display_width (2.2.0)
112
+ unicode-display_width (2.3.0)
133
113
 
134
114
  PLATFORMS
135
115
  ruby
@@ -150,4 +130,4 @@ DEPENDENCIES
150
130
  simplecov
151
131
 
152
132
  BUNDLED WITH
153
- 2.3.19
133
+ 2.3.26
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'pp'
4
-
5
3
  module Lino
6
4
  module Utilities
7
5
  def map_and_join(collection, &block)
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.15'
4
+ VERSION = '3.1.0.pre.17'
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.15
4
+ version: 3.1.0.pre.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hamster