fbgraph_rails 0.1.0 → 0.1.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fbgraph_rails}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["costan"]
@@ -41,6 +41,7 @@ module ControllerInstanceMethods
41
41
  FBGraphRails.fbclient @current_facebook_access_token
42
42
  end
43
43
  end
44
+ private :probe_facebook_access_token
44
45
 
45
46
  def enforce_facebook_access_token(redirect_url = request.url)
46
47
  probe_facebook_access_token
@@ -50,6 +51,7 @@ module ControllerInstanceMethods
50
51
  return false
51
52
  end
52
53
  end
54
+ private :enforce_facebook_access_token
53
55
  end
54
56
 
55
57
  ActionController::Base.send :include, ControllerMixin
@@ -11,8 +11,8 @@ class Engine < Rails::Engine
11
11
  paths.app.models = "app/models"
12
12
  paths.app.metals = "app/metal"
13
13
  paths.app.views = "app/views"
14
- paths.lib = "lib"
15
- paths.lib.tasks = "lib/tasks"
14
+ # paths.lib = "lib"
15
+ # paths.lib.tasks = "lib/tasks"
16
16
  # paths.config = "config"
17
17
  # paths.config.initializers = "config/initializers"
18
18
  # paths.config.locales = "config/locales"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - costan