path_expander 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed120692b50f83bb61e393ffc35e08a49bb71dfda9249fea4f6ec1bc61e5ee3a
4
- data.tar.gz: c9c2a465c122a03011eb2484b95fab74d9074c4f84b6018571ec856a35dc28bd
3
+ metadata.gz: ed735c31f663a48f088d47a6de1ded3de2944a209cdd43de28299498da7f4f2d
4
+ data.tar.gz: c0752e73ec8e3a12157aecf9b42bce92edbfb174f3e1a13804b4d99f5b80c53a
5
5
  SHA512:
6
- metadata.gz: ea6b7c3be8e65bc0ee3b88f2f036fafddd91181cb5a2e166695b503ad40d4aea40bf1ed14b3bb668bd13696702d0643a5d3bcfad6a0abef0823e0c8125a9b758
7
- data.tar.gz: de812b35a9e648cb2f3ca4e64da9007f4c2ad1f4dcf2b89e27d2c9c5f27cd8115c19e1d1b8b94023801a76c0ab0e26642dced689884a34df8cecd8b6680b3ae9
6
+ metadata.gz: 3f02173165eeb07e29a03c235583ae327a9b3e329a3a7f66ca66bc3aa33eaa7298b03f04f3f06c9af76199fac1a2bd460e759bf2dfcd092ae121873c237ef547
7
+ data.tar.gz: caee8354046efd7e537d9753e6623713e04a0a493ecdf2e98e7cfa30d7c87b9286304be06de30e2bcf849a9e4124de882e7a330468f0135b7df47b2ad830e81c
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 1.0.5 / 2019-09-14
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed a deprecation warning from File.exists?
6
+
1
7
  === 1.0.4 / 2019-05-26
2
8
 
3
9
  * 1 bug fix:
@@ -13,7 +13,7 @@
13
13
  # PathExpander.
14
14
 
15
15
  class PathExpander
16
- VERSION = "1.0.4" # :nodoc:
16
+ VERSION = "1.0.5" # :nodoc:
17
17
 
18
18
  ##
19
19
  # The args array to process.
@@ -144,7 +144,7 @@ class PathExpander
144
144
  def filter_files files, ignore
145
145
  ignore_paths = if ignore.respond_to? :read then
146
146
  ignore.read
147
- elsif File.exists? ignore then
147
+ elsif File.exist? ignore then
148
148
  File.read ignore
149
149
  end
150
150
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: path_expander
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -29,7 +29,7 @@ cert_chain:
29
29
  Em82dBUFsipwMLCYj39kcyHWAxyl6Ae1Cn9r/ItVBCxoeFdrHjfavnrIEoXUt4bU
30
30
  UfBugfLD19bu3nvL+zTAGx/U
31
31
  -----END CERTIFICATE-----
32
- date: 2019-05-26 00:00:00.000000000 Z
32
+ date: 2019-09-15 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: rdoc
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '3.17'
60
+ version: '3.18'
61
61
  type: :development
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '3.17'
67
+ version: '3.18'
68
68
  description: |-
69
69
  PathExpander helps pre-process command-line arguments expanding
70
70
  directories into their constituent files. It further helps by
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  requirements: []
120
- rubygems_version: 3.0.2
120
+ rubygems_version: 3.0.6
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: PathExpander helps pre-process command-line arguments expanding directories
metadata.gz.sig CHANGED
Binary file