sparkql 0.3.18 → 0.3.19
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.
- data/VERSION +1 -1
- data/lib/sparkql/parser_compatibility.rb +1 -1
- data/test/unit/parser_compatability_test.rb +3 -3
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.19
|
@@ -301,12 +301,12 @@ class ParserCompatabilityTest < Test::Unit::TestCase
|
|
301
301
|
test "max out values" do
|
302
302
|
parser = Parser.new
|
303
303
|
to_the_max = []
|
304
|
-
|
304
|
+
210.times do |x|
|
305
305
|
to_the_max << x
|
306
306
|
end
|
307
307
|
ex = parser.tokenize("City Eq #{to_the_max.join(',')}")
|
308
308
|
vals = ex.first[:value]
|
309
|
-
assert_equal
|
309
|
+
assert_equal 200, vals.size
|
310
310
|
assert parser.errors?
|
311
311
|
end
|
312
312
|
|
@@ -324,7 +324,7 @@ class ParserCompatabilityTest < Test::Unit::TestCase
|
|
324
324
|
test "max out function args" do
|
325
325
|
parser = Parser.new
|
326
326
|
to_the_max = []
|
327
|
-
|
327
|
+
201.times do |x|
|
328
328
|
to_the_max << "1"
|
329
329
|
end
|
330
330
|
vals = parser.tokenize("Args Eq myfunc(#{to_the_max.join(",")})")
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sparkql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 53
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 19
|
10
|
+
version: 0.3.19
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Wade McEwen
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2015-04-
|
18
|
+
date: 2015-04-17 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|