omniauth-google-oauth2 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ require 'omniauth/google_oauth2/version'
2
+ require 'omniauth/strategies/google_oauth2'
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module GoogleOauth2
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/omniauth-google-oauth2/version', __FILE__)
2
+ require File.expand_path('../lib/omniauth/google_oauth2/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.add_dependency 'omniauth', '~> 1.0'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-google-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Ellithorpe
@@ -64,7 +64,8 @@ files:
64
64
  - Rakefile
65
65
  - examples/sinatra.rb
66
66
  - lib/omniauth-google-oauth2.rb
67
- - lib/omniauth-google-oauth2/version.rb
67
+ - lib/omniauth/google_oauth2.rb
68
+ - lib/omniauth/google_oauth2/version.rb
68
69
  - lib/omniauth/strategies/google_oauth2.rb
69
70
  - omniauth-contrib.gemspec
70
71
  has_rdoc: true