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 CHANGED
@@ -1 +1 @@
1
- 0.3.18
1
+ 0.3.19
@@ -1,7 +1,7 @@
1
1
  # Required interface for existing parser implementations
2
2
  module Sparkql::ParserCompatibility
3
3
 
4
- MAXIMUM_MULTIPLE_VALUES = 100
4
+ MAXIMUM_MULTIPLE_VALUES = 200
5
5
  MAXIMUM_EXPRESSIONS = 50
6
6
  MAXIMUM_LEVEL_DEPTH = 2
7
7
 
@@ -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
- 110.times do |x|
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 100, vals.size
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
- 101.times do |x|
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 18
10
- version: 0.3.18
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-10 00:00:00 Z
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