utils 0.95.0 → 0.95.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: dd3330bad863906079106f503caa40f83af5dd978e5c4cbec9561cfbf22228b8
4
- data.tar.gz: 1081b4d918807345b36faa44d13b1c5ec287bdaf8156edfa3090ec909c3570a3
3
+ metadata.gz: 7bba639d101ec37e597a7563e2c3f524045a32ed4d2260a05854b8cc1da45b08
4
+ data.tar.gz: 8376c5be9dfad9f442293f5ca4f493735c337a31e764416e258ffd50f200363a
5
5
  SHA512:
6
- metadata.gz: 2fcaa85ef0d3a75b97d6c019c6ffd824e519505204056760956df512e6a85dd41a44787a9a665331c21ff5477cdebbc6c97607749fcabc7d404bcc18654e7b15
7
- data.tar.gz: 2ed4678d7c0b12d96f3d0099ae3563d553e9f571b3e1c6ee12d8d910b22cd0357795fc42ebf3383f34323c00f84c256984f716e25dda4eec91c21ac0b1f8a434
6
+ metadata.gz: a006bf976c08a413af61df53c776860a16f1661551fbf17ef920b7438f34f080b6104ca54355a01b54d549246821532c6cbc0acafb5e2a8a6cdd79bf81f29967
7
+ data.tar.gz: 06a5bf9ffd17e00a210478cabcafca065909689986e7c24093cb178d3646a17311cb1f6a54ada9b3b7171959866e64a4a881f6d32b1e6583b94ec1aec1387282
data/bin/discover CHANGED
@@ -26,7 +26,6 @@ include Utils
26
26
  include Tins::GO
27
27
  require 'search_ui'
28
28
  include SearchUI
29
- require 'pathname'
30
29
 
31
30
  # The edit_files method opens editor windows for specified file paths.
32
31
  #
data/bin/sync_dir CHANGED
@@ -25,7 +25,6 @@
25
25
  # - s: Skip (continue with next file)
26
26
  # - q: Quit (exit script)
27
27
 
28
- require 'pathname'
29
28
  require 'fileutils'
30
29
  include FileUtils::Verbose
31
30
  require 'utils'
data/lib/utils/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Utils
2
2
  # Utils version
3
- VERSION = '0.95.0'
3
+ VERSION = '0.95.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:
data/lib/utils/xdg.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'pathname'
2
1
  require 'fileutils'
3
2
  require 'stringio'
4
3
 
data/utils.gemspec CHANGED
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: utils 0.95.0 ruby lib
2
+ # stub: utils 0.95.1 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "utils".freeze
6
- s.version = "0.95.0".freeze
6
+ s.version = "0.95.1".freeze
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]
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.homepage = "http://github.com/flori/utils".freeze
18
18
  s.licenses = ["GPL-2.0".freeze]
19
19
  s.rdoc_options = ["--title".freeze, "Utils - Some useful command line utilities".freeze, "--main".freeze, "README.md".freeze]
20
- s.rubygems_version = "4.0.3".freeze
20
+ s.rubygems_version = "4.0.10".freeze
21
21
  s.summary = "Some useful command line utilities".freeze
22
22
  s.test_files = ["tests/test_helper.rb".freeze, "tests/utils_test.rb".freeze]
23
23
 
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.95.0
4
+ version: 0.95.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
@@ -430,7 +430,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
430
430
  - !ruby/object:Gem::Version
431
431
  version: '0'
432
432
  requirements: []
433
- rubygems_version: 4.0.3
433
+ rubygems_version: 4.0.10
434
434
  specification_version: 4
435
435
  summary: Some useful command line utilities
436
436
  test_files: