fbdoorman 0.8.0 → 0.8.0.1

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"
21
+ gem.version = "0.8.0.1"
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}/**/*"]
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
4
+ version: 0.8.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -26,7 +26,6 @@ files:
26
26
  - LICENSE
27
27
  - README.md
28
28
  - Rakefile
29
- - VERSION
30
29
  - app/controllers/clearance/confirmations_controller.rb
31
30
  - app/controllers/clearance/facebook_controller.rb
32
31
  - app/controllers/clearance/passwords_controller.rb
@@ -41,7 +40,7 @@ files:
41
40
  - app/views/passwords/edit.html.erb
42
41
  - app/views/passwords/fbuser.html.erb
43
42
  - app/views/passwords/new.html.erb
44
- - app/views/sessions/channel.html.erb
43
+ - app/views/sessions/channel.html
45
44
  - app/views/sessions/new.html.erb
46
45
  - app/views/users/_form.html.erb
47
46
  - app/views/users/new.html.erb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.8.0