utils 0.18.0 → 0.18.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: 5d34a30035558c666c0079685fe27e636b8cd261291865f822bd7180473e9a6e
4
- data.tar.gz: d7022c87ebe943e973fcf5e77e7a491111b66a836773c05ba09e91cf2d9b567b
3
+ metadata.gz: 7bee4cb885dc46160028f6011fdf435fffd82234d901fa0b7bf1db3db409245b
4
+ data.tar.gz: 29b8c82dc580506bc25b3097cfdc3a08b585383b3d09f6d41df59b3c0b27498d
5
5
  SHA512:
6
- metadata.gz: 2aa7813acb3887eaf9ee143bce270e8bc5470ecd2a37d6bf18107110674b94f4b99146e0440f208524ddf9a9cd82ac1a86365fdc1429615fbc9952976a4ce92a
7
- data.tar.gz: 987b1c4a98057c7b317cc5ce2d0b0762cbe4e5335f5ac1756d07a1b431bb6730235973e9236241be733a96f034fe138d3dde73e413c57338ed1d989993957dac
6
+ metadata.gz: 63478f0d27f7cedcc8e1d5bf784f88840067647d0f69494d0213800ce62b9d5e61ceeef501a88905dc2edd705ec25c584da0946b31504610682e07301b46d6a4
7
+ data.tar.gz: 6b3f95eccd99acd8054f06fd045c1b0a939e3569ca0dfb62b4be47c15164187b824ad5d3a651be04bdd57da078b7b41840fb68e7a7b6de9f92df6a9cd9142460
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.18.0
1
+ 0.18.1
@@ -83,7 +83,7 @@ when args[?s]
83
83
  pattern = pattern.dup
84
84
  args[?n] = Term::ANSIColor.terminal_lines - 1
85
85
  path = nil
86
- found = Utils::InteractiveSearch.new(
86
+ found = Utils::SearchUI.new(
87
87
  query: -> answer {
88
88
  pattern.replace answer
89
89
  f = finder.()
@@ -1,6 +1,6 @@
1
1
  module Utils
2
2
  # Utils version
3
- VERSION = '0.18.0'
3
+ VERSION = '0.18.1'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: utils 0.18.0 ruby lib
2
+ # stub: utils 0.18.1 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "utils".freeze
6
- s.version = "0.18.0"
6
+ s.version = "0.18.1"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.files = [".gitignore".freeze, "COPYING".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/ascii7".freeze, "bin/blameline".freeze, "bin/brakeman2err".freeze, "bin/chroot-exec".freeze, "bin/chroot-libs".freeze, "bin/classify".freeze, "bin/create_cstags".freeze, "bin/create_tags".freeze, "bin/dialog-pick".freeze, "bin/discover".freeze, "bin/edit".freeze, "bin/edit_wait".freeze, "bin/enum".freeze, "bin/errf".freeze, "bin/git-empty".freeze, "bin/git-versions".freeze, "bin/irb_connect".freeze, "bin/json_check".freeze, "bin/long_lines".freeze, "bin/myex".freeze, "bin/number_files".freeze, "bin/on_change".freeze, "bin/path".freeze, "bin/probe".freeze, "bin/remote_copy".freeze, "bin/rssr".freeze, "bin/same_files".freeze, "bin/search".freeze, "bin/sedit".freeze, "bin/serve".freeze, "bin/ssh-tunnel".freeze, "bin/strip_spaces".freeze, "bin/tmproc".freeze, "bin/unquarantine_apps".freeze, "bin/untest".freeze, "bin/utils-utilsrc".freeze, "bin/vacuum_firefox_sqlite".freeze, "bin/vcf2alias".freeze, "bin/xmp".freeze, "lib/utils.rb".freeze, "lib/utils/config_file.rb".freeze, "lib/utils/editor.rb".freeze, "lib/utils/file_xt.rb".freeze, "lib/utils/finder.rb".freeze, "lib/utils/grepper.rb".freeze, "lib/utils/irb.rb".freeze, "lib/utils/irb/service.rb".freeze, "lib/utils/line_blamer.rb".freeze, "lib/utils/line_formatter.rb".freeze, "lib/utils/md5.rb".freeze, "lib/utils/patterns.rb".freeze, "lib/utils/probe_server.rb".freeze, "lib/utils/search_ui.rb".freeze, "lib/utils/ssh_tunnel_specification.rb".freeze, "lib/utils/version.rb".freeze, "lib/utils/xt/source_location_extension.rb".freeze, "utils.gemspec".freeze]
17
17
  s.homepage = "http://github.com/flori/utils".freeze
18
18
  s.rdoc_options = ["--title".freeze, "Utils - Some useful command line utilities".freeze, "--main".freeze, "README.md".freeze]
19
- s.rubygems_version = "3.0.3".freeze
19
+ s.rubygems_version = "3.0.6".freeze
20
20
  s.summary = "Some useful command line utilities".freeze
21
21
 
22
22
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  - !ruby/object:Gem::Version
257
257
  version: '0'
258
258
  requirements: []
259
- rubygems_version: 3.0.3
259
+ rubygems_version: 3.0.6
260
260
  signing_key:
261
261
  specification_version: 4
262
262
  summary: Some useful command line utilities