omniauth-google-oauth2 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcec58e2424446306a5ff766699234f2d6c171da2b709112769b99e72a203eaf
4
- data.tar.gz: fcf68a4790a7309cd50d7c0b0e13bb53f0229fcc051fad60166d8d14b927d9f6
3
+ metadata.gz: 4ae37f010a59a4e3aa4d2bbcf10e6830808aa32809d5d7c2e30d3b8405ae1782
4
+ data.tar.gz: 9d54467c9b9706bd8c6a83e4dc94be050732ca34258a831dcbb1d45c048911f3
5
5
  SHA512:
6
- metadata.gz: 99cd674b184a20ee2ff2c5da1a98e4a692aad4c0e739882da60338c9519d72828d440c0a375fd6c248651b7dd365f35800dabe3be28282e8e11ea425274dc0d1
7
- data.tar.gz: d06b35c2f70c7680a9963edff13cc9e3e417ffca216dc7b46d6074ff01ec4207f41ae59b9251e5f91213ad39c0065b1f049450688b8cabdbc709acabc405090c
6
+ metadata.gz: 0142ef5ce5f44561d8dc7d35609fe6025866b459ed8d6c1611162e134ab85a01c1fa3f4f5d0938917451d705dce855eaed44c42431e697e108f884b344e39c5a
7
+ data.tar.gz: bedcbdd0a9ba9c8b8003a0f2af346dcde8cfdaa6d8163475d1ddc8c8dac2f5501a0b17f27118b36c9b889113e4045a3c94276e78d561a1c35e4a20a6aa41fb0d
data/.travis.yml CHANGED
@@ -1,4 +1,5 @@
1
1
  language: ruby
2
+ cache: bundler
2
3
  rvm:
3
4
  - '2.3.4'
4
5
  - '2.4.1'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## 0.8.2 - 2021-03-14
5
+
6
+ ### Added
7
+ - Constrains the version to Omniauth 1.x.
8
+
9
+ ### Deprecated
10
+ - Nothing.
11
+
12
+ ### Removed
13
+ - Nothing
14
+
15
+ ### Fixed
16
+ - Nothing
17
+
4
18
  ## 0.8.1 - 2020-12-12
5
19
 
6
20
  ### Added
@@ -14,6 +28,7 @@ All notable changes to this project will be documented in this file.
14
28
 
15
29
  ### Fixed
16
30
  - A few minor issues with .rubocop.yml.
31
+ - Issues with image resizing code when the image came with size information from Google.
17
32
 
18
33
  ## 0.8.0 - 2019-08-21
19
34
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module GoogleOauth2
5
- VERSION = '0.8.1'
5
+ VERSION = '0.8.2'
6
6
  end
7
7
  end
@@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
22
22
 
23
23
  gem.add_runtime_dependency 'jwt', '>= 2.0'
24
24
  gem.add_runtime_dependency 'oauth2', '~> 1.1'
25
- gem.add_runtime_dependency 'omniauth', '>= 1.1.1'
25
+ gem.add_runtime_dependency 'omniauth', '~> 1.1'
26
26
  gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.6'
27
27
 
28
28
  gem.add_development_dependency 'rake', '~> 12.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-google-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Ellithorpe
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-12-13 00:00:00.000000000 Z
12
+ date: 2021-03-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jwt
@@ -43,16 +43,16 @@ dependencies:
43
43
  name: omniauth
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - ">="
46
+ - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: 1.1.1
48
+ version: '1.1'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - ">="
53
+ - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: 1.1.1
55
+ version: '1.1'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: omniauth-oauth2
58
58
  requirement: !ruby/object:Gem::Requirement