marty 1.0.48 → 1.0.50

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,13 +32,13 @@ describe Marty::RpcController do
32
32
  (0..2).each {
33
33
  tags.each_with_index { |t, i|
34
34
  get 'evaluate', {
35
- format: :json,
36
- script: "B",
37
- node: "B",
38
- attrs: ["b"].to_json,
39
- tag: t.name,
40
- }
41
- response.body.should == [i].to_json
35
+ format: :json,
36
+ script: "B",
37
+ node: "B",
38
+ attrs: "b",
39
+ tag: t.name,
40
+ }
41
+ response.body.should == i.to_json
42
42
  }
43
43
  }
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.48
4
+ version: 1.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arman Bostani
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2017-11-06 00:00:00.000000000 Z
17
+ date: 2017-11-09 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: pg