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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/watson/config.rb +0 -2
- data/lib/watson/parser.rb +1 -5
- data/lib/watson/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aed185a7a70ff98378f975ffb12794bda13dc75b
|
|
4
|
+
data.tar.gz: ad4b6c8f0c1a60d3b2c937650709890289b99a39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e2a9cb224f671452bd2184151099644d7061ffb8a76fa2808a8234b0f38527ec1cdd8957d385a0f3de3c6290672b928c21b8c2ce831e9f8903f2ad16c1bc870
|
|
7
|
+
data.tar.gz: 8f078dd73fc44966cb4c2ffe2df577b3c6ea3fe36923f1ef1783244dfacd5726ec5d446e77943871cd5e8956d40b8031f6cb652ade5b1109ae0f1d79d40e4ae5
|
data/Gemfile.lock
CHANGED
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
|
data/lib/watson/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2013-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|