mogli 0.0.45 → 0.0.46
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mogli/client.rb +2 -0
- metadata +4 -3
data/lib/mogli/client.rb
CHANGED
@@ -11,6 +11,8 @@ module Mogli
|
|
11
11
|
include Mogli::Client::Event
|
12
12
|
include Mogli::Client::User
|
13
13
|
|
14
|
+
headers 'Accept' => "*/*", 'Content-Type' => "*/*"
|
15
|
+
|
14
16
|
class ClientException < StandardError; end
|
15
17
|
class UnrecognizeableClassError < ClientException; end
|
16
18
|
class QueryParseException < ClientException; end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mogli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.46
|
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:
|
12
|
+
date: 2014-01-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hashie
|
@@ -187,7 +187,8 @@ files:
|
|
187
187
|
- spec/test_user_spec.rb
|
188
188
|
- spec/user_spec.rb
|
189
189
|
homepage: http://developers.facebook.com/docs/api
|
190
|
-
licenses:
|
190
|
+
licenses:
|
191
|
+
- MIT
|
191
192
|
post_install_message:
|
192
193
|
rdoc_options: []
|
193
194
|
require_paths:
|