mambanation 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/mambanation/base.rb +1 -1
  3. metadata +4 -4
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 20
3
+ :patch: 21
4
4
  :build:
5
5
  :major: 0
@@ -235,7 +235,7 @@ module MambaNation
235
235
 
236
236
  def request_options(opts={})
237
237
  opts[:headers] ||= {}
238
- opts[:headers].merge! "FB-Cookies" => fbs_cookies if fbs_cookies
238
+ opts[:headers].merge! "HTTP_X_FB_COOKIES" => fbs_cookies if fbs_cookies
239
239
  opts
240
240
  end
241
241
 
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: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 20
10
- version: 0.1.20
9
+ - 21
10
+ version: 0.1.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - "J\xC3\xA9r\xC3\xA9my Van de Wyngaert"
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-09-24 00:00:00 +02:00
20
+ date: 2010-09-29 00:00:00 +02:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency