koala-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/README.rdoc CHANGED
@@ -4,14 +4,15 @@ Installer and helpers for using {Koala}[http://github.com/arsduo/koala] with {Ra
4
4
 
5
5
  == Installation
6
6
 
7
- In your +Gemfile+
7
+ In your Gemfile
8
+ gem "koala"
8
9
  gem "koala-rails"
9
10
 
10
11
  From the command line
11
12
  bundle install
12
13
  rails g koala:install
13
14
 
14
- Edit +config/facebook.yml+ to reflect your Facebook application's ID and secret.
15
+ Edit config/facebook.yml to reflect your Facebook application's ID and secret.
15
16
 
16
17
  == Using the Helpers
17
18
 
@@ -1,3 +1,4 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  require 'generators/koala'
2
3
 
3
4
  module Koala
@@ -1,3 +1,4 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  # config/initializers/koala.rb
2
3
  # Monkey-patch in Facebook config so Koala knows to
3
4
  # automatically use Facebook settings from here if none are given
@@ -1,3 +1,4 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  module Koala
2
3
  module Generators
3
4
  module TemplatePath
@@ -1,3 +1,4 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  module KoalaRails
2
3
  module Helpers
3
4
  def facebook_session
@@ -1,4 +1,5 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  module KoalaRails
2
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
3
4
  end
4
5
 
data/lib/koala-rails.rb CHANGED
@@ -1,4 +1,7 @@
1
+ # -*- encoding: utf-8 -*-
2
+ require "koala"
1
3
  require "koala-rails/helpers"
4
+ require "action_controller"
2
5
 
3
6
  ActiveSupport.on_load(:action_controller) do
4
7
  include KoalaRails::Helpers
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koala-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Hancock
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-22 00:00:00 -07:00
18
+ date: 2010-06-24 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency