refacebook 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -1,5 +1,6 @@
1
1
  = refacebook
2
2
 
3
+ * http://refacebook.rubyforge.org
3
4
  * http://github.com/abhiyerra/refacebook/
4
5
 
5
6
  == DESCRIPTION:
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 4
3
3
  :major: 0
4
- :patch: 7
4
+ :patch: 8
@@ -35,10 +35,8 @@ module Sinatra
35
35
  # [:api_key] Your application's Facebook API key.
36
36
  # [:secret_key] Your application's Facebook Secret key.
37
37
  # [:canvas_url] The full path to your canvas page.
38
- # [:require_login] If this is set to true then the user is redirected to
39
- # the login page where she needs to authenticate.
40
- # [:store] This currently uses memcache-client as the session store since
41
- # Rack doesn't currently have non cookie based session stores.
38
+ # [:require_login] If this is set to true then the user is redirected to the login page where she needs to authenticate.
39
+ # [:store] Currently uses memcache-client as the session store since Rack doesn't currently have non cookie based session stores.
42
40
  def require_facebook *args
43
41
  settings = args[0]
44
42
 
metadata CHANGED
@@ -54,7 +54,7 @@ test_files:
54
54
  - spec/api_spec.rb
55
55
  - examples/example.rb
56
56
  version: !ruby/object:Gem::Version
57
- version: 0.4.7
57
+ version: 0.4.8
58
58
  require_paths:
59
59
  - lib
60
60
  dependencies: