watson-ruby 1.1.2 → 1.1.3

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: 8a65947ab759c4844295dddd2d5c907ae7712ca8
4
- data.tar.gz: e49e231ba4cf0cb5c98a7ce3e69af5000350119a
3
+ metadata.gz: aed185a7a70ff98378f975ffb12794bda13dc75b
4
+ data.tar.gz: ad4b6c8f0c1a60d3b2c937650709890289b99a39
5
5
  SHA512:
6
- metadata.gz: a62c2fa1a530131b54fd43bb6893a33bfa3fdf3d57d3f09b8f1f600e9d888a8dd1739456573a052fbb01bf430a9923670cf20a92921fafbfbd24127eb3ddd025
7
- data.tar.gz: c623d74ef56e48cf65e00de763c6efc82e13ed2a1cc780be9af90be0227f9eedcfb6b055d9f39a4455ece375b7a3ef76b51321973b8959dc90e06070a80dc6a3
6
+ metadata.gz: 2e2a9cb224f671452bd2184151099644d7061ffb8a76fa2808a8234b0f38527ec1cdd8957d385a0f3de3c6290672b928c21b8c2ce831e9f8903f2ad16c1bc870
7
+ data.tar.gz: 8f078dd73fc44966cb4c2ffe2df577b3c6ea3fe36923f1ef1783244dfacd5726ec5d446e77943871cd5e8956d40b8031f6cb652ade5b1109ae0f1d79d40e4ae5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- watson-ruby (1.1.2)
4
+ watson-ruby (1.1.3)
5
5
  json
6
6
 
7
7
  GEM
data/lib/watson/config.rb CHANGED
@@ -234,9 +234,7 @@ module Watson
234
234
  # [review] - Keep *.swp in there?
235
235
  # [todo] - Add conditional to @rc_file such that if passed by -f we accept it
236
236
  # [todo] - Add current file (watson) to avoid accidentally printing app tags
237
- @ignore_list.push(".")
238
237
  @ignore_list.push("..")
239
- @ignore_list.push("*.swp")
240
238
  @ignore_list.push(@rc_file)
241
239
  @ignore_list.push(@tmp_file)
242
240
 
data/lib/watson/parser.rb CHANGED
@@ -145,11 +145,7 @@ module Watson
145
145
  end
146
146
 
147
147
  # If directory is on the ignore list then skip
148
- if _skip == true
149
- _completed_dirs = []
150
- _completed_files = []
151
- next
152
- end
148
+ next if _skip == true
153
149
 
154
150
  ## Depth limit logic
155
151
  # Current depth is depth of previous parse_dir (passed in as second param) + 1
@@ -1,3 +1,3 @@
1
1
  module Watson
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watson-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - nhmood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-26 00:00:00.000000000 Z
11
+ date: 2013-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json