omniauth-forge 0.2.0 → 0.2.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: 1cb4f77badd5cdc2b3f89e6a113464d0754866fa131c79b296cd456ce56d6f49
4
- data.tar.gz: 1572222dce88b591b6c4c5fd065cdf4704c76594a600eaf89dd6af434d8587c6
3
+ metadata.gz: 0026b8a76cbdfc8a4f4c925e13d2e3461106ef116f8cad0671dda6c133860b30
4
+ data.tar.gz: aab3d98a8533ff9630d25e56cc432472a396256e8a1a8d904b26c202b3835704
5
5
  SHA512:
6
- metadata.gz: a389bd5fd21dd71206da6416424d9af83974931576f27a01bf75b6417a29b809384fcbb00efcd0007177b4c4747762a1580622480f79dfeb435322639614592a
7
- data.tar.gz: 20e5a61bb17833cdd90e7b38b9663da51bbc948322fa438e8b35d01151b7d71a5ab076b5c7d6bc7ecf0b89e357803c3ca4fcf590894d40c4c837f2c8465169f8
6
+ metadata.gz: 7cf6960e07c22135d23a9a4c06bc43e3c61cdd4f901ade7c01be1857483c4f7e1ae53011e306fc8a27817f95a191959741cf45c67d5e9e3f152c7ea66c125fec
7
+ data.tar.gz: b3ad7d8f23675a455e648ee37f7f0ab02d3cc9349192198dc8a60911c0253df8524fc04a4e2d7deffe5a8fde30819e00cd8433718effd12c6623bfaaab0f3679
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.1] - 2021-01-20
10
+ ### Changed
11
+ - Forced Ominauth >= 2 to mitigate CVE-2015-9284
12
+
9
13
  ## [0.2.0] - 2021-01-19
10
14
  ### Added
11
15
  - Using rubocop + prettier combo for linting
@@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
21
  - First working version of the gem.
18
22
  - Added proper documentation.
19
23
 
20
- [Unreleased]: https://github.com/shotgunsoftware/omniauth-forge/compare/v0.2.0...HEAD
24
+ [Unreleased]: https://github.com/shotgunsoftware/omniauth-forge/compare/v0.2.1...HEAD
25
+ [0.2.0]: https://github.com/shotgunsoftware/omniauth-forge/releases/tag/v0.2.1
21
26
  [0.2.0]: https://github.com/shotgunsoftware/omniauth-forge/releases/tag/v0.2.0
22
27
  [0.1.1]: https://github.com/shotgunsoftware/omniauth-forge/releases/tag/v0.1.1
data/Rakefile CHANGED
@@ -1,8 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "bundler/gem_tasks"
4
- require "rspec/core/rake_task"
5
-
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
- task default: :spec
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Forge
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
@@ -32,9 +32,8 @@ Gem::Specification.new do |spec|
32
32
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
33
  spec.require_paths = ['lib']
34
34
 
35
- spec.add_dependency 'omniauth'
35
+ spec.add_dependency 'omniauth', '>= 2'
36
36
  spec.add_dependency 'omniauth-oauth2'
37
- spec.add_dependency 'omniauth-rails_csrf_protection', '> 0.1' # No CVE-2015-9284
38
37
  spec.add_dependency 'zeitwerk', '~> 2'
39
38
 
40
39
  spec.add_development_dependency 'bundler'
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-forge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis <Zaratan> Pasin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-01-20 00:00:00.000000000 Z
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: omniauth-oauth2
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: omniauth-rails_csrf_protection
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">"
46
- - !ruby/object:Gem::Version
47
- version: '0.1'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">"
53
- - !ruby/object:Gem::Version
54
- version: '0.1'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: zeitwerk
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -401,7 +387,7 @@ metadata:
401
387
  homepage_uri: https://github.com/shotgunsoftware/omniauth-forge
402
388
  source_code_uri: https://github.com/shotgunsoftware/omniauth-forge
403
389
  changelog_uri: https://github.com/shotgunsoftware/omniauth-forge/blob/main/CHANGELOG.md
404
- post_install_message:
390
+ post_install_message:
405
391
  rdoc_options: []
406
392
  require_paths:
407
393
  - lib
@@ -416,8 +402,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
416
402
  - !ruby/object:Gem::Version
417
403
  version: '0'
418
404
  requirements: []
419
- rubygems_version: 3.1.4
420
- signing_key:
405
+ rubygems_version: 3.2.3
406
+ signing_key:
421
407
  specification_version: 4
422
408
  summary: Connect to Autodesk's forge with omniauth strategy
423
409
  test_files: []