watson-ruby 1.1.0 → 1.1.1

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
  SHA1:
3
- metadata.gz: ec33e9094845f5023da89a937a235da967c88d82
4
- data.tar.gz: afd3ea9e2c2a491f7c3e81dd01634502563f3a4b
3
+ metadata.gz: 37f247838098885b504b1c38a06b9776a240ab51
4
+ data.tar.gz: 5d3a653d18d972768b6e172ccb4568f54338faf8
5
5
  SHA512:
6
- metadata.gz: be68174eb42d076b5ed0c063cc972e9b5bf5574be6c22673ee6a432e6df1e2c88dd811965fe44e4f15bd0c9150c88372b0392cd9e838ab88225f0ea413c1bcdc
7
- data.tar.gz: 94ffaf78d6a230ce4402944bbaab9a73ea562b61eae2cc2eb6bafef9051489569ae0e530bddf56e1b45244485ddbab648e1e38b7c9f0a223f62f322802993b02
6
+ metadata.gz: fd8993cb5cfb517b785e5f018effbfd4b8a3aefb251259c54d30d14df0f9a2cd0fcd9c94ac11b0e1ce1fe2a6053816752c319a572c9d74279d8fb3da340066e1
7
+ data.tar.gz: 7734757b7c3b2ba986be3f86c82dcc57d0da2fc0c43f43f20d43d85890de0f22e6390f14a99f0d563d596d0defc3ca469e4d11a186534cff8ac53ffcd2b9d39b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- watson-ruby (1.1.0)
4
+ watson-ruby (1.1.1)
5
5
  json
6
6
 
7
7
  GEM
data/lib/watson/config.rb CHANGED
@@ -349,7 +349,7 @@ module Watson
349
349
  # Don't eliminate trailing / because not sure if dir can have
350
350
  # same name as file (Linux it can't, but not sure about Win/Mac)
351
351
  # [review] - Can Win/Mac have dir + file with same name in same dir?
352
- _mtch = _line.match(/^((\w+)?\.?\/?)+/)[0]
352
+ _mtch = _line.match(/^(\*?)((\w+)?\.?\/?)+/)[0]
353
353
  if !_mtch.empty?
354
354
  @ignore_list.push(_mtch)
355
355
  debug_print "#{ _mtch } added to @ignore_list\n"
@@ -1,3 +1,3 @@
1
1
  module Watson
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watson-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nhmood