lino 3.1.0.pre.15 → 3.1.0.pre.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +22 -22
  3. data/lib/lino/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c49b4026c4c5d5ebdce1534d29f8351ac142bf2ac85ab5ed2ca08bafb246abf
4
- data.tar.gz: ccc33b370576d5ec8e7948fca6e57049a3e2e03cffb00cb7cbdb9b802e0ab024
3
+ metadata.gz: fed007ad793e72426257e952d021c26094dbfde2131b4466456f4f620e16dc41
4
+ data.tar.gz: '078e8d3ce4b7e55f2ae52c82e0a63d45a9031fa8675e0d4b9f02c6f4700ef201'
5
5
  SHA512:
6
- metadata.gz: c56e667969e26f40fa2bcbd1b2bdc48c9a234ec98ed32472cd9368b58ccca45baac80311a9bcda077a59822a38e6a170d45a6745ee8002863e99dabd09d53607
7
- data.tar.gz: b9d934f729b865818cbdc54254259a974dde9b7136ce5dc9400232b9b92e2e5254bd9b9137c9a6cbb4c2afefe30b21bef9d61ef165996effba6f7d19a7ae6014
6
+ metadata.gz: 692290303d58e0c247c0d925e2b67b63a5ef8be868f212dbe905e01a8e2030ed29aeae166387e39d09a7ef25932b5583d5651ab191ee3b85315b513c1008af3d
7
+ data.tar.gz: c36ab43c7fecd26278cfc4c4fdbb165d69700fe89d74f7af2323bda811b8e2a73983d4e71963c8c99806c0ef00c5834fd2564738e03bd770447b5adb49fff127
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lino (3.1.0.pre.15)
4
+ lino (3.1.0.pre.16)
5
5
  hamster (~> 3.0)
6
6
  open4 (~> 1.3)
7
7
 
@@ -57,7 +57,7 @@ GEM
57
57
  sawyer (~> 0.8.0, >= 0.5.3)
58
58
  open4 (1.3.4)
59
59
  parallel (1.22.1)
60
- parser (3.1.2.0)
60
+ parser (3.1.2.1)
61
61
  ast (~> 2.4.1)
62
62
  public_suffix (4.0.6)
63
63
  rainbow (3.1.1)
@@ -82,37 +82,37 @@ GEM
82
82
  colored2 (~> 3.1)
83
83
  rake_factory (~> 0.23)
84
84
  sshkey (~> 2.0)
85
- regexp_parser (2.5.0)
85
+ regexp_parser (2.6.0)
86
86
  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)
87
+ rspec (3.12.0)
88
+ rspec-core (~> 3.12.0)
89
+ rspec-expectations (~> 3.12.0)
90
+ rspec-mocks (~> 3.12.0)
91
+ rspec-core (3.12.0)
92
+ rspec-support (~> 3.12.0)
93
+ rspec-expectations (3.12.0)
94
94
  diff-lcs (>= 1.2.0, < 2.0)
95
- rspec-support (~> 3.11.0)
96
- rspec-mocks (3.11.0)
95
+ rspec-support (~> 3.12.0)
96
+ rspec-mocks (3.12.0)
97
97
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.11.0)
99
- rspec-support (3.11.0)
100
- rubocop (1.33.0)
98
+ rspec-support (~> 3.12.0)
99
+ rspec-support (3.12.0)
100
+ rubocop (1.36.0)
101
101
  json (~> 2.3)
102
102
  parallel (~> 1.10)
103
- parser (>= 3.1.0.0)
103
+ parser (>= 3.1.2.1)
104
104
  rainbow (>= 2.2.2, < 4.0)
105
105
  regexp_parser (>= 1.8, < 3.0)
106
106
  rexml (>= 3.2.5, < 4.0)
107
- rubocop-ast (>= 1.19.1, < 2.0)
107
+ rubocop-ast (>= 1.20.1, < 2.0)
108
108
  ruby-progressbar (~> 1.7)
109
109
  unicode-display_width (>= 1.4.0, < 3.0)
110
- rubocop-ast (1.19.1)
110
+ rubocop-ast (1.23.0)
111
111
  parser (>= 3.1.1.0)
112
112
  rubocop-rake (0.6.0)
113
113
  rubocop (~> 1.0)
114
- rubocop-rspec (2.12.1)
115
- rubocop (~> 1.31)
114
+ rubocop-rspec (2.14.2)
115
+ rubocop (~> 1.33)
116
116
  ruby-progressbar (1.11.0)
117
117
  ruby2_keywords (0.0.5)
118
118
  ruby_gpg2 (0.8.0)
@@ -129,7 +129,7 @@ GEM
129
129
  sshkey (2.0.0)
130
130
  tzinfo (2.0.4)
131
131
  concurrent-ruby (~> 1.0)
132
- unicode-display_width (2.2.0)
132
+ unicode-display_width (2.3.0)
133
133
 
134
134
  PLATFORMS
135
135
  ruby
@@ -150,4 +150,4 @@ DEPENDENCIES
150
150
  simplecov
151
151
 
152
152
  BUNDLED WITH
153
- 2.3.19
153
+ 2.3.24
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.16'
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.16
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-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hamster