omniauth-identity 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f6fae0f25aadccc74594334c90cf581c141a7fb68cbe50f26638648aa0fbbe4
4
- data.tar.gz: 6998b461e27a72cc4da0cd4ca80f63e284fbf9fbff466b40ec1df736e511516d
3
+ metadata.gz: 7dcc9a20a3a2b96b6a97f6319eae36df210fed3cea3faa2f2251780e37ac1992
4
+ data.tar.gz: 1c5644fef5b8e3381063228ef0d9d512db76d4358643d4685f19ea35c7efefe0
5
5
  SHA512:
6
- metadata.gz: e209c51695fef0b79d0b57360acb1f9dc464a0424f96e1ab87b9847c0de7350c677a057c7cedb7e587428465c6fb8eaefb53a644fae18b5a9c574d82a0fdaf86
7
- data.tar.gz: 542dd3902564af08c6c6653b381ce545278ef759e0b0861df62a8e19a118cabf022143db267c81525a26e944679770f8e8b62c1a4f93282c55505bcc56442dd4
6
+ metadata.gz: 900adc20c287fd19c5fb1545711a715a5235b51fd5f5cdff9f5e26445efe91e7db7fbdb59035ac64d1621c10b810183ff54beb701e940d6dd8908edb9e15532f
7
+ data.tar.gz: bb1f0af1551b7f9de8bf3ea602a11780feb2f40390cd752fe201157179d985529ab39df4373803acda4fd1e7927678ed844854ff0493c18d2f527fdc21af3608
data/CHANGELOG.md CHANGED
@@ -6,16 +6,23 @@ All notable changes to this project will be documented in this file.
6
6
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
 
9
- ## [Unreleased]
9
+ ## [3.0] - 2021-02-13
10
10
 
11
11
  ### Added
12
12
  - Add option `:enable_login` to bypass OmniAuth disabling of GET method (default `true`)
13
13
  - NOTE: This restores compatibility between this gem and the current, core, omniauth gem!
14
14
  - README updates, including a rename to README.md
15
+ - CODE_OF_CONDUCT.md using v2
16
+ - Rubocop
17
+ - Github Actions for Continuous Integration
18
+ - Minimum Ruby version = 2.4
19
+ - Automatically adds "provider" => "identity" when "provider" column is detected
20
+ - Documentation in README.md
15
21
 
16
22
  ### Removed
17
- - Removed support for DataMapper, which died long ago.
18
- - Cleanup (removal) of unwanted git artifacts
23
+ - Support for Rubies < 2.4
24
+ - Support for DataMapper, which died long ago.
25
+ - Unwanted git artifacts
19
26
 
20
27
  ## [2.0] - 2020-09-01
21
28
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Identity
3
- VERSION = '3.0.0'
3
+ VERSION = '3.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-identity
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-02-13 00:00:00.000000000 Z
13
+ date: 2021-02-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bcrypt
@@ -46,28 +46,28 @@ dependencies:
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '5'
49
+ version: '6'
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: '5'
56
+ version: '6'
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: anonymous_active_record
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 1.0.5
63
+ version: 1.0.7
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 1.0.5
70
+ version: 1.0.7
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: byebug
73
73
  requirement: !ruby/object:Gem::Requirement
@@ -88,14 +88,14 @@ dependencies:
88
88
  requirements:
89
89
  - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: '6'
91
+ version: '7'
92
92
  type: :development
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - "~>"
97
97
  - !ruby/object:Gem::Version
98
- version: '6'
98
+ version: '7'
99
99
  - !ruby/object:Gem::Dependency
100
100
  name: rack-test
101
101
  requirement: !ruby/object:Gem::Requirement
@@ -310,15 +310,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
310
310
  - !ruby/object:Gem::Version
311
311
  version: 1.3.6
312
312
  requirements: []
313
- rubygems_version: 3.2.9
313
+ rubygems_version: 3.2.3
314
314
  signing_key:
315
315
  specification_version: 4
316
316
  summary: Internal authentication handlers for OmniAuth.
317
317
  test_files:
318
- - spec/spec_helper.rb
319
- - spec/omniauth/identity/models/mongoid_spec.rb
318
+ - spec/omniauth/identity/model_spec.rb
320
319
  - spec/omniauth/identity/models/active_record_spec.rb
321
320
  - spec/omniauth/identity/models/couch_potato_spec.rb
321
+ - spec/omniauth/identity/models/mongoid_spec.rb
322
322
  - spec/omniauth/identity/secure_password_spec.rb
323
- - spec/omniauth/identity/model_spec.rb
324
323
  - spec/omniauth/strategies/identity_spec.rb
324
+ - spec/spec_helper.rb