fbdoorman 0.8.0.1 → 0.8.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.summary = "Rails authentication with facebook single sign-on OR email & password."
19
19
  gem.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too."
20
20
  gem.email = "pelaez89@gmail.com"
21
- gem.version = "0.8.0.1"
21
+ gem.version = "0.8.0.2"
22
22
  gem.homepage = "http://github.com/davidpelaez/minifb-clearance"
23
23
  gem.authors = ["Fbdoorman: David Pelaez","MiniFB: Appoxy","Clearance: Thoughtbot"]
24
24
  gem.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
@@ -35,7 +35,7 @@ class Clearance::SessionsController < ApplicationController
35
35
  end
36
36
 
37
37
  def channel
38
-
38
+ render :inline => '<script src="//connect.facebook.net/en_US/all.js"></script>'
39
39
  end
40
40
 
41
41
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbdoorman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.1
4
+ version: 0.8.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -40,7 +40,6 @@ files:
40
40
  - app/views/passwords/edit.html.erb
41
41
  - app/views/passwords/fbuser.html.erb
42
42
  - app/views/passwords/new.html.erb
43
- - app/views/sessions/channel.html
44
43
  - app/views/sessions/new.html.erb
45
44
  - app/views/users/_form.html.erb
46
45
  - app/views/users/new.html.erb
@@ -1 +0,0 @@
1
- <script src="//connect.facebook.net/en_US/all.js"></script>