mambanation 0.1.8 → 0.1.9

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.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/mambanation/base.rb +2 -2
  3. metadata +3 -3
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 8
3
+ :patch: 9
4
4
  :build:
5
5
  :major: 0
@@ -131,8 +131,8 @@ module MambaNation
131
131
  perform_get("/users/#{id.to_i}/posts.json")
132
132
  end
133
133
 
134
- def create_post(post,user_id)
135
- perform_post("/posts", :body => { :post => post , :user_id => user_id })
134
+ def create_post(post,user_id,app_id)
135
+ perform_post("/posts", :body => { :post => post , :user_id => user_id , :fb_sig_app_id => app_id})
136
136
  end
137
137
 
138
138
  def posts(id, query = {})
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mambanation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Van de Wyngaert