fboauth2 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/Fboauth2.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fboauth2}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Hugo Rincon"]
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
32
  "pkg/Fboauth2-0.1.0.gem",
33
33
  "pkg/fboauth2-0.1.1.gem",
34
34
  "pkg/fboauth2-0.1.2.gem",
35
+ "pkg/fboauth2-0.1.3.gem",
35
36
  "spec/fboauth2_spec.rb",
36
37
  "test/helper.rb",
37
38
  "test/test_Fboauth2.rb"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -1,4 +1,4 @@
1
- require 'fboauth2'
1
+ require 'Fboauth2'
2
2
 
3
3
  class FacebookoauthController < ApplicationController
4
4
 
data/config/routes.rb CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  Rails.application.routes.draw do
3
2
  match '/oauth2_facebook/fb_auth' => "Facebookoauth#auth"
4
3
  match '/oauth2_facebook/fb_callback' => "Facebookoauth#callback"
Binary file
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fboauth2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hugo Rincon
@@ -164,6 +164,7 @@ files:
164
164
  - pkg/Fboauth2-0.1.0.gem
165
165
  - pkg/fboauth2-0.1.1.gem
166
166
  - pkg/fboauth2-0.1.2.gem
167
+ - pkg/fboauth2-0.1.3.gem
167
168
  - spec/fboauth2_spec.rb
168
169
  - test/helper.rb
169
170
  - test/test_Fboauth2.rb