nib 2.0.1 → 2.0.2

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
  SHA1:
3
- metadata.gz: 3a530144db0f77985c7ccb94753ee135c0da31fc
4
- data.tar.gz: ea52052132b01ef750b4f9a72b4d7a3f5b6aa397
3
+ metadata.gz: aa4a99f7fc4e35b7c6066e370109a3224a16fd72
4
+ data.tar.gz: 4908688bea75ee09689367a0d2f5e01822166149
5
5
  SHA512:
6
- metadata.gz: cbcceb1be4b3c10ea873ac59f67583a4ea13d6b7e3c642354697c62d022198e6b973dc343ea53fb4948a55cd269a822ff777670b5a017df258a66e35c405b358
7
- data.tar.gz: de2ead11b0aadd1e1a06489ebe24dd973b4a1778c749a89f04f75934ee204b9d6bad5436e6901fc449585b88e8de7cfb0b8182865651f509e64b7e374ecd2dbb
6
+ metadata.gz: 29ef4c80e1ca417ae08b47250a81fd95df9261e7091eff5e6de2fa04a4bf3b096bda03a037acd9ab8a461861ef708edd3a1b56c62ab04443d9d5d53e2b8a3210
7
+ data.tar.gz: 150c49f5ce361101f511e6b17ab071c8b2f6f9cadbba38267beee78fbbc7fe5bd97e797737701a2379b0c97536526300603cbb544e0a60678350d26caa1dfa17
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.0.2
@@ -15,3 +15,5 @@ Pry.config.ls.heading_color = :magenta
15
15
  Pry.config.ls.public_method_color = :green
16
16
  Pry.config.ls.protected_method_color = :yellow
17
17
  Pry.config.ls.private_method_color = :bright_black
18
+ # Disable paging - paging is broken in when using Alpine `less`
19
+ Pry.config.pager = false
data/lib/nib.rb CHANGED
@@ -26,7 +26,7 @@ require 'nib/shell'
26
26
  require 'nib/update'
27
27
 
28
28
  module Nib
29
- GEM_ROOT = File.expand_path('../..', __FILE__)
29
+ GEM_ROOT = File.expand_path('..', __dir__)
30
30
 
31
31
  module_function
32
32
 
@@ -1,3 +1,3 @@
1
1
  module Nib
2
- VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).freeze
2
+ VERSION = File.read(File.expand_path('../../VERSION', __dir__)).freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nib
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Allen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-02-02 00:00:00.000000000 Z
12
+ date: 2019-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gli
@@ -186,7 +186,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
186
186
  requirements:
187
187
  - - ">="
188
188
  - !ruby/object:Gem::Version
189
- version: 2.2.0
189
+ version: 2.3.0
190
190
  required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  requirements:
192
192
  - - ">="
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  requirements: []
196
196
  rubyforge_project:
197
- rubygems_version: 2.5.2.2
197
+ rubygems_version: 2.5.2.3
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: The tip of the pen (compose)