fbgraph 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -236,7 +236,7 @@ h3. Advanced
236
236
  h4. not documented yet
237
237
 
238
238
 
239
- h2 Credits
239
+ h2. Credits
240
240
 
241
241
  Examples:
242
242
 
@@ -271,4 +271,4 @@ h2. Contributors List
271
271
 
272
272
  "Matias Käkelä":http://github.com/massive
273
273
 
274
-
274
+ h4.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.7.1
data/fbgraph.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fbgraph}
8
- s.version = "1.7.0"
8
+ s.version = "1.7.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nicolas Santa"]
12
- s.date = %q{2011-01-26}
12
+ s.date = %q{2011-01-27}
13
13
  s.description = %q{A Gem for Facebook Open Graph API}
14
14
  s.email = %q{nicolas55ar@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -2,7 +2,8 @@ module FBGraph
2
2
  class Selection < Base
3
3
 
4
4
  OBJECTS = %w(user album event group link note page photo post status
5
- video comment checkin friendlist thread order application).freeze
5
+ video comment checkin friendlist thread order application
6
+ apprequest).freeze
6
7
 
7
8
  CONNECTION_TYPES = %w(home photos comments feed noreply
8
9
  maybe invited attending declined picture
@@ -12,7 +13,7 @@ module FBGraph
12
13
  likes inbox outbox updates accounts checkins
13
14
  friendlists platformrequests threads participants
14
15
  former_participants senders messages insights
15
- subscriptions payments).freeze
16
+ subscriptions payments apprequests).freeze
16
17
 
17
18
  OBJECTS.each do |object|
18
19
  class_eval <<-METHOD
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbgraph
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 0
10
- version: 1.7.0
9
+ - 1
10
+ version: 1.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nicolas Santa
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-26 00:00:00 -03:00
18
+ date: 2011-01-27 00:00:00 -03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency