highline_wrapper 1.3.0 → 1.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 380bac98137ba1ffb3ffded9336dc97b0b92b6f75f152a20cbc7355ce601feb9
4
- data.tar.gz: 6ff8a1a2cf154e7f7cfa9b9937aa17ece09b0ccb3dfc168c258d068fe0a6a8ca
3
+ metadata.gz: 66af787768004458acb367ed5a5d6ec626a430d7e7edda628b74f484f49cc20d
4
+ data.tar.gz: a7df04084c4344b00fd4185a9b608a62be31a55d2cdd9e325ed9ac9ccb2ad93d
5
5
  SHA512:
6
- metadata.gz: 79b809ec51c6db6122bf12ed43c14eef0f24ea14d9e9f9166f0e648fb9a45698645f91a368e36fd2e230a3f45655847a9438126584b8b8f941723d150191c546
7
- data.tar.gz: 926256c87d483ee1a5b2024271a59e7df2acbaef72c19461827cfa6e69e20cfa35de366cd2eea7ee322dce0c1ead6bbe6c229bd5918a1d79e80f972e9358e634
6
+ metadata.gz: a9a42c0af6740fd2dbac80d338ac47f5055d934fbd9f60f4ee12ee7a2bd7d025f215166d36676376c6184f82ee7b3f54963e5ef01872f0d85bcc6ce4b0b0e055
7
+ data.tar.gz: a156ebe78d6f8949d1c37e1651313ddc98468762385dba2dbdf34c4efc69cd8e5b6314bbb7c1b00e86a6529c7d882169a887a8c441dd55ead2a06adb7437a820
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- highline_wrapper (1.3.0)
4
+ highline_wrapper (1.3.1)
5
5
  highline (~> 2.0)
6
6
 
7
7
  GEM
@@ -11,17 +11,17 @@ GEM
11
11
  coderay (1.1.3)
12
12
  concurrent-ruby (1.1.9)
13
13
  diff-lcs (1.4.4)
14
- faker (2.18.0)
14
+ faker (2.19.0)
15
15
  i18n (>= 1.6, < 2)
16
- ffi (1.15.3)
16
+ ffi (1.15.4)
17
17
  formatador (0.3.0)
18
- guard (2.17.0)
18
+ guard (2.18.0)
19
19
  formatador (>= 0.2.4)
20
20
  listen (>= 2.7, < 4.0)
21
21
  lumberjack (>= 1.0.12, < 2.0)
22
22
  nenv (~> 0.1)
23
23
  notiffany (~> 0.0)
24
- pry (>= 0.9.12)
24
+ pry (>= 0.13.0)
25
25
  shellany (~> 0.0)
26
26
  thor (>= 0.18.1)
27
27
  guard-compat (1.2.1)
@@ -30,9 +30,9 @@ GEM
30
30
  guard-compat (~> 1.1)
31
31
  rspec (>= 2.99.0, < 4.0)
32
32
  highline (2.0.3)
33
- i18n (1.8.10)
33
+ i18n (1.8.11)
34
34
  concurrent-ruby (~> 1.0)
35
- listen (3.5.1)
35
+ listen (3.7.0)
36
36
  rb-fsevent (~> 0.10, >= 0.10.3)
37
37
  rb-inotify (~> 0.9, >= 0.9.10)
38
38
  lumberjack (1.2.8)
@@ -41,8 +41,8 @@ GEM
41
41
  notiffany (0.1.3)
42
42
  nenv (~> 0.1)
43
43
  shellany (~> 0.0)
44
- parallel (1.20.1)
45
- parser (3.0.1.1)
44
+ parallel (1.21.0)
45
+ parser (3.0.2.0)
46
46
  ast (~> 2.4.1)
47
47
  pry (0.14.1)
48
48
  coderay (~> 1.1)
@@ -65,22 +65,22 @@ GEM
65
65
  rspec-mocks (3.10.2)
66
66
  diff-lcs (>= 1.2.0, < 2.0)
67
67
  rspec-support (~> 3.10.0)
68
- rspec-support (3.10.2)
69
- rubocop (1.18.2)
68
+ rspec-support (3.10.3)
69
+ rubocop (1.22.3)
70
70
  parallel (~> 1.10)
71
71
  parser (>= 3.0.0.0)
72
72
  rainbow (>= 2.2.2, < 4.0)
73
73
  regexp_parser (>= 1.8, < 3.0)
74
74
  rexml
75
- rubocop-ast (>= 1.7.0, < 2.0)
75
+ rubocop-ast (>= 1.12.0, < 2.0)
76
76
  ruby-progressbar (~> 1.7)
77
77
  unicode-display_width (>= 1.4.0, < 3.0)
78
- rubocop-ast (1.7.0)
78
+ rubocop-ast (1.13.0)
79
79
  parser (>= 3.0.1.1)
80
80
  ruby-progressbar (1.11.0)
81
81
  shellany (0.0.1)
82
82
  thor (1.1.0)
83
- unicode-display_width (2.0.0)
83
+ unicode-display_width (2.1.0)
84
84
 
85
85
  PLATFORMS
86
86
  x86_64-darwin-19
@@ -95,4 +95,4 @@ DEPENDENCIES
95
95
  rubocop (~> 1.10)
96
96
 
97
97
  BUNDLED WITH
98
- 2.2.21
98
+ 2.2.31
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Highline Wrapper [![Main](https://github.com/emmahsax/highline_wrapper/actions/workflows/main.yml/badge.svg)](https://github.com/emmahsax/highline_wrapper/actions/workflows/main.yml)
1
+ # Highline Wrapper
2
2
 
3
3
  A little wrapper to help ask some easy questions via the command-line with Highline. The types of questions this wrapper supports is:
4
4
 
@@ -17,7 +17,7 @@ class HighlineWrapper
17
17
 
18
18
  private def ask_highline(prompt)
19
19
  indices = []
20
- super(prompt).to_s.split(',').each { |i| indices << i.strip.to_i - 1 }
20
+ super(prompt).to_s.split(',').each { |i| indices << (i.strip.to_i - 1) }
21
21
  indices
22
22
  end
23
23
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class HighlineWrapper
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highline_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Sax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-06 00:00:00.000000000 Z
11
+ date: 2021-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline
@@ -137,7 +137,8 @@ files:
137
137
  homepage: https://github.com/emmahsax/highline_wrapper
138
138
  licenses:
139
139
  - BSD-3-Clause
140
- metadata: {}
140
+ metadata:
141
+ rubygems_mfa_required: 'true'
141
142
  post_install_message:
142
143
  rdoc_options: []
143
144
  require_paths:
@@ -153,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
154
  - !ruby/object:Gem::Version
154
155
  version: '0'
155
156
  requirements: []
156
- rubygems_version: 3.2.15
157
+ rubygems_version: 3.2.22
157
158
  signing_key:
158
159
  specification_version: 4
159
160
  summary: A little HighLine wrapper