mambanation 0.1.21 → 0.1.22
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/mambanation/base.rb +1 -1
- metadata +4 -4
data/VERSION.yml
CHANGED
data/lib/mambanation/base.rb
CHANGED
@@ -235,7 +235,7 @@ module MambaNation
|
|
235
235
|
|
236
236
|
def request_options(opts={})
|
237
237
|
opts[:headers] ||= {}
|
238
|
-
opts[:headers].merge! "HTTP_X_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:
|
4
|
+
hash: 55
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 22
|
10
|
+
version: 0.1.22
|
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-
|
20
|
+
date: 2010-10-06 00:00:00 +02:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|