querly 0.8.4 → 0.9.0

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: 4850cf571e99457d4f3ad826ad6f548f45b2a293
4
- data.tar.gz: 53340cb2a6ccc2deb61d411ad87a31cb48ba11ed
3
+ metadata.gz: 6f854dca722775d1d47a39a411eb51a57c1fa386
4
+ data.tar.gz: e0116ab0aa8aba77c0d4cafb4b49ebab331b7a50
5
5
  SHA512:
6
- metadata.gz: 3fed5caca93952f3162f44cccec6c722081ba50c9daee09f23292ad39cd37e2c3a00af0a74492854bdeb6401083c89ffa48409d7312a9695cf338221847d909e
7
- data.tar.gz: 406c93bcb9f1f390ab503847194592bd32ed30a2fd7691554e2a304e7aa7b6c70a0330586fae5d78d7799c13ac2e8ebae8ec63c702cbcd1415bd6aadd13b96ca
6
+ metadata.gz: 51b375dbb07c518ad7af4ecb7abceb106eab2cedafb3904386dc5a599afd54f4195c17081f46f92fa3fcd89a4cf247b7cd52a68e109f6c2b1555be69ed43c2be
7
+ data.tar.gz: 427657db5c0bea27791a0dd22a26d5a7a4a24e4b16628768fe54fc9389c394ea9f359859a8f8a585075313f568ce2a93374cfca97b34e3e378fcea5e3b19eaf9
data/CHANGELOG.md CHANGED
@@ -2,9 +2,13 @@
2
2
 
3
3
  ## master
4
4
 
5
- ## 0.84 (2018-02-11)
5
+ ## 0.9.0 (2018-03-02)
6
6
 
7
- * Loosen the restriction of `thor` version (shinnn) #36
7
+ * Fix literal testing (@pocke) #37
8
+
9
+ ## 0.8.4 (2018-02-11)
10
+
11
+ * Loosen the restriction of `thor` version (@shinnn) #36
8
12
 
9
13
  ## 0.8.3 (2018-01-16)
10
14
 
@@ -125,7 +125,7 @@ module Querly
125
125
  test_value(node.children.first)
126
126
 
127
127
  when :regexp
128
- type == :regexp
128
+ return false unless type == :regexp
129
129
  test_value(node.children.first)
130
130
 
131
131
  end
@@ -1,3 +1,3 @@
1
1
  module Querly
2
- VERSION = "0.8.4"
2
+ VERSION = "0.9.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: querly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Soutaro Matsumoto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-11 00:00:00.000000000 Z
11
+ date: 2018-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  version: '0'
213
213
  requirements: []
214
214
  rubyforge_project:
215
- rubygems_version: 2.6.8
215
+ rubygems_version: 2.6.13
216
216
  signing_key:
217
217
  specification_version: 4
218
218
  summary: Pattern Based Checking Tool for Ruby