koala 1.11.0rc → 1.11.0
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.
- checksums.yaml +4 -4
- data/lib/koala/version.rb +1 -1
- data/readme.md +5 -5
- metadata +20 -20
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c18d7418b80cc0f8659f1ed4e390a5ecae660d2
|
|
4
|
+
data.tar.gz: 03350209620bdcf14e9173eb8ccabcc0572d2a3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d042dcd2dd67fa01043bd36de85eca5c85715003df73c9076da70fb5f4c6fa8a2df7510d8de1e7210839c475e15514b275861ed30e56c5de5ba92ac415c2be1c
|
|
7
|
+
data.tar.gz: 3c07f360639e395f661fc6f8068d3a6120ea9f2ed98a4460d88fce0e57b34b4871230b5649118ec12daf52db47ac0234b68f5c6be8b2e62c43d9de9654d977c7
|
data/lib/koala/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -15,7 +15,7 @@ Installation
|
|
|
15
15
|
|
|
16
16
|
In Bundler:
|
|
17
17
|
```ruby
|
|
18
|
-
gem "koala", "~> 1.
|
|
18
|
+
gem "koala", "~> 1.11.0rc"
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
Otherwise:
|
|
@@ -46,15 +46,15 @@ friends = @graph.get_connections("me", "friends")
|
|
|
46
46
|
@graph.put_connections("me", "namespace:action", :object => object_url)
|
|
47
47
|
|
|
48
48
|
# For extra security (recommended), you can provide an appsecret parameter,
|
|
49
|
-
# tying your access tokens to your app secret.
|
|
49
|
+
# tying your access tokens to your app secret.
|
|
50
50
|
# (See https://developers.facebook.com/docs/reference/api/securing-graph-api/
|
|
51
51
|
# You'll need to turn on 'Require proof on all calls' in the advanced section
|
|
52
52
|
# of your app's settings when doing this.
|
|
53
53
|
@graph = Koala::Facebook::API.new(oauth_access_token, app_secret)
|
|
54
54
|
|
|
55
|
-
# Facebook is now versioning their API. # If you don't specify a version, Facebook
|
|
56
|
-
# will default to the oldest version your app is allowed to use. Note that apps
|
|
57
|
-
# created after f8 2014 *cannot* use the v1.0 API. See
|
|
55
|
+
# Facebook is now versioning their API. # If you don't specify a version, Facebook
|
|
56
|
+
# will default to the oldest version your app is allowed to use. Note that apps
|
|
57
|
+
# created after f8 2014 *cannot* use the v1.0 API. See
|
|
58
58
|
# https://developers.facebook.com/docs/apps/versions for more information.
|
|
59
59
|
#
|
|
60
60
|
# You can specify version either globally:
|
metadata
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: koala
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.11.
|
|
4
|
+
version: 1.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Koppel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: faraday
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: addressable
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: Koala is a lightweight, flexible Ruby SDK for Facebook. It allows read/write
|
|
@@ -64,11 +64,11 @@ extra_rdoc_files:
|
|
|
64
64
|
- readme.md
|
|
65
65
|
- changelog.md
|
|
66
66
|
files:
|
|
67
|
-
- .autotest
|
|
68
|
-
- .gitignore
|
|
69
|
-
- .rspec
|
|
70
|
-
- .travis.yml
|
|
71
|
-
- .yardopts
|
|
67
|
+
- ".autotest"
|
|
68
|
+
- ".gitignore"
|
|
69
|
+
- ".rspec"
|
|
70
|
+
- ".travis.yml"
|
|
71
|
+
- ".yardopts"
|
|
72
72
|
- Gemfile
|
|
73
73
|
- Guardfile
|
|
74
74
|
- LICENSE
|
|
@@ -130,25 +130,25 @@ licenses:
|
|
|
130
130
|
metadata: {}
|
|
131
131
|
post_install_message:
|
|
132
132
|
rdoc_options:
|
|
133
|
-
- --line-numbers
|
|
134
|
-
- --inline-source
|
|
135
|
-
- --title
|
|
133
|
+
- "--line-numbers"
|
|
134
|
+
- "--inline-source"
|
|
135
|
+
- "--title"
|
|
136
136
|
- Koala
|
|
137
137
|
require_paths:
|
|
138
138
|
- lib
|
|
139
139
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
140
140
|
requirements:
|
|
141
|
-
- -
|
|
141
|
+
- - ">="
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
143
|
version: '0'
|
|
144
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
requirements:
|
|
146
|
-
- -
|
|
146
|
+
- - ">="
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
|
-
version:
|
|
148
|
+
version: '0'
|
|
149
149
|
requirements: []
|
|
150
150
|
rubyforge_project:
|
|
151
|
-
rubygems_version: 2.2.
|
|
151
|
+
rubygems_version: 2.2.1
|
|
152
152
|
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: A lightweight, flexible library for Facebook with support for the Graph API,
|