fb_graph 2.5.2 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.2
1
+ 2.5.3
@@ -21,7 +21,8 @@ module FbGraph
21
21
  :url_tags,
22
22
  :related_fan_page,
23
23
  :auto_update,
24
- :action_spec
24
+ :action_spec,
25
+ :query_templates
25
26
  ]
26
27
 
27
28
  attr_accessor *ATTRS
@@ -23,7 +23,8 @@ describe FbGraph::AdCreative, '.new' do
23
23
  :url_tags => "url=tags",
24
24
  :related_fan_page => 5799040003,
25
25
  :auto_update => 1,
26
- :action_spec => '{"action.type":["flightsim:fly"], "application":[174829001234]}'
26
+ :action_spec => '{"action.type":["flightsim:fly"], "application":[174829001234]}',
27
+ :query_templates => ["6"]
27
28
  }
28
29
  ad_creative = FbGraph::AdCreative.new(attributes.delete(:id), attributes)
29
30
  ad_creative.identifier.should == "6003590469668"
@@ -45,6 +46,7 @@ describe FbGraph::AdCreative, '.new' do
45
46
  ad_creative.related_fan_page.should == 5799040003
46
47
  ad_creative.auto_update.should == 1
47
48
  ad_creative.action_spec.should == '{"action.type":["flightsim:fly"], "application":[174829001234]}'
49
+ ad_creative.query_templates.should == ["6"]
48
50
  end
49
51
  end
50
52
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb_graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.2
4
+ version: 2.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-03 00:00:00.000000000 Z
12
+ date: 2012-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httpclient