codeobscure 0.1.3 → 0.1.4

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: 4f0fed590b8e0d0a7cc9ddd175ad10e9cd55835d
4
- data.tar.gz: 3deda2e09f16a629884f683cf58977aba8663ffe
3
+ metadata.gz: 5280318924268adfa05016a9ac84654b231b502e
4
+ data.tar.gz: 5821fa3ac42f11135432ea2b11aadd936b3f5017
5
5
  SHA512:
6
- metadata.gz: d34946f8bf2471ea101f88796b773ba4d971c3736c3a5ffa6449bbb78ed30a4088ad0e7466fe987a95bf9636f851f89b0c311231d10fd9496ef801dad47f61b8
7
- data.tar.gz: 32582c1c8977f7c7d081421ee4157f8f505846edd1a588e3df2f6caaf703dd127788759eeaea67c4f393935d2e78ef9f52a18b37cd9a219f2b8d7791b5ee337c
6
+ metadata.gz: 14411a14420422957836b6ff2a4a8d3ff942a3810bac5b55673ee4f217fe67fa7d08aa4c14611f2f247f9146b59458b4055937114e62ebfc4482ae0673036c50
7
+ data.tar.gz: 9ff4ffff5627331a039676051b9a18fb46aafc106f26d619f6ecfec066fea7c2b47e3fe7e0b58001f585871721cb200ba344411177e0cd7159bd75a175fd3a36
@@ -26,7 +26,7 @@ module Obscure
26
26
  ignore_path = "#{root_dir}/#{@@IGNORE_NAME}"
27
27
  if File.exist? ignore_path
28
28
  ignore_content = File.read ignore_path
29
- ignore_symbols = ignore_content.gsub(" " , "").split ","
29
+ ignore_symbols = ignore_content.gsub(/\s/ , "").split ","
30
30
  end
31
31
 
32
32
  if File.exists? @@HEAD_FILE
@@ -1,3 +1,3 @@
1
1
  module Codeobscure
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeobscure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-03 00:00:00.000000000 Z
11
+ date: 2016-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler