mini_fb 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. data/README.markdown +4 -0
  2. metadata +3 -3
data/README.markdown CHANGED
@@ -68,6 +68,10 @@ Also pretty simple:
68
68
  @type = {some type of post like comments, likes, feed} # required here
69
69
  @response_hash = MiniFB.post(@access_token, @id, :type=>@type)
70
70
 
71
+ FQL
72
+ ---
73
+
74
+ FQL is
71
75
 
72
76
  Logging
73
77
  -------
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Reeder
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-04-30 00:00:00 -07:00
18
+ date: 2010-05-01 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency