omniauth-fdc 0.1.0 → 0.1.1

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
- SHA1:
3
- metadata.gz: 0e470d16497e48053d7c26c2e03d290d6f5f290a
4
- data.tar.gz: c27def7bcaf5dd9dd3b86a748c8c6002f0c4b70f
2
+ SHA256:
3
+ metadata.gz: 2975bc483d12b4b7a724e5b3f1c8ed5b6704c96668cbd462220c1d7a5a219463
4
+ data.tar.gz: ab0cdd65d0018c9ef9f7033a751efc6800ddfbf637b6aeaf93bb4db0fb1b48ea
5
5
  SHA512:
6
- metadata.gz: 5b88637f5c444031e13ff664cb4f295fda7763c8f491eabfd5596daae61c14339567db18bc43748561aaa727c22465300dd043d1601eb1974b9dab7caca61019
7
- data.tar.gz: dabc3332b97316d66a40efe5b4765d0d99ace97d4aa20392c88b1df922b7c8c18044c2865e7d4431dac0dea9a81812ad2323c84a36eeb1929a60627803896707
6
+ metadata.gz: 8568de1e5f98a4d9651cb84222ca37966c4e9b3d695fdf14b8b4d094306957eac2053c99e377c5578dc000ebc7de273079b81693d173afc25c3fc426b2871e78
7
+ data.tar.gz: e0c0b89584e44a2605eea3b1fcd2e0e03d32a96e75e26e2150b81481f0d9cdc0a053d9aa9058aa1f257a5988a39e49a810908b9be823f82b5b04a53c93cbba48
data/Gemfile.lock CHANGED
@@ -2,34 +2,32 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  omniauth-fdc (0.1.0)
5
- omniauth-oauth2 (~> 1.1.0)
5
+ omniauth-oauth2
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  diff-lcs (1.3)
11
- faraday (0.9.2)
11
+ faraday (1.0.1)
12
12
  multipart-post (>= 1.2, < 3)
13
- hashie (3.5.7)
14
- jwt (1.5.6)
15
- multi_json (1.13.1)
13
+ hashie (4.1.0)
14
+ jwt (2.2.1)
15
+ multi_json (1.14.1)
16
16
  multi_xml (0.6.0)
17
- multipart-post (2.0.0)
18
- oauth2 (0.9.4)
19
- faraday (>= 0.8, < 0.10)
20
- jwt (~> 1.0)
17
+ multipart-post (2.1.1)
18
+ oauth2 (1.4.4)
19
+ faraday (>= 0.8, < 2.0)
20
+ jwt (>= 1.0, < 3.0)
21
21
  multi_json (~> 1.3)
22
22
  multi_xml (~> 0.5)
23
- rack (~> 1.2)
24
- omniauth (1.8.1)
25
- hashie (>= 3.4.6, < 3.6.0)
23
+ rack (>= 1.2, < 3)
24
+ omniauth (1.9.1)
25
+ hashie (>= 3.4.6)
26
26
  rack (>= 1.6.2, < 3)
27
- omniauth-oauth2 (1.1.2)
28
- faraday (>= 0.8, < 0.10)
29
- multi_json (~> 1.3)
30
- oauth2 (~> 0.9.3)
31
- omniauth (~> 1.2)
32
- rack (1.6.10)
27
+ omniauth-oauth2 (1.6.0)
28
+ oauth2 (~> 1.1)
29
+ omniauth (~> 1.9)
30
+ rack (2.2.2)
33
31
  rake (10.5.0)
34
32
  rspec (3.8.0)
35
33
  rspec-core (~> 3.8.0)
@@ -55,4 +53,4 @@ DEPENDENCIES
55
53
  rspec (~> 3.0)
56
54
 
57
55
  BUNDLED WITH
58
- 1.16.2
56
+ 1.17.3
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fdc
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
data/omniauth-fdc.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
18
18
  if spec.respond_to?(:metadata)
19
- spec.metadata["allowed_push_host"] = "https://rubygems.org/"
19
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
20
  else
21
21
  raise "RubyGems 2.0 or newer is required to protect against " \
22
22
  "public gem pushes."
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ["lib"]
33
33
 
34
- spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.1.0'
34
+ spec.add_runtime_dependency 'omniauth-oauth2'
35
35
 
36
36
  spec.add_development_dependency "bundler", "~> 1.16"
37
37
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sreejith Pillai
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-23 00:00:00.000000000 Z
11
+ date: 2020-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.1.0
19
+ version: '0'
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: 1.1.0
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -91,7 +91,7 @@ files:
91
91
  homepage: https://github.com/dropstream/omniauth-fdc
92
92
  licenses: []
93
93
  metadata:
94
- allowed_push_host: https://rubygems.org/
94
+ allowed_push_host: https://rubygems.org
95
95
  post_install_message:
96
96
  rdoc_options: []
97
97
  require_paths:
@@ -107,8 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubyforge_project:
111
- rubygems_version: 2.6.14.1
110
+ rubygems_version: 3.0.6
112
111
  signing_key:
113
112
  specification_version: 4
114
113
  summary: OmniAuth strategy for Fulfillment.com