omniauth-pacreception 0.2.3 → 0.2.4

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: d82ca600c81b66497dc30d84e6f1ddf5dc86c48955a634507a9ea8a14c6910b8
4
- data.tar.gz: ce437941985722bf4d0e6962dcef3aa27a0610b10f2a99c67d55a0945a5d409a
3
+ metadata.gz: 9df576e018aecd950746fea93c081236ace33acc698551aa07afabf7b644eb38
4
+ data.tar.gz: a77fad414d6174152db8edfbbf049cbaa5ad6f658afd23c0191339452deeaeed
5
5
  SHA512:
6
- metadata.gz: 5ba0c56f32403d89bf5bd000b30ce998fb39267e771d94220d1f08a3927ff507de3ea7e50946058fc2823d0e78ce460c3e0273b68690360827d71b2aad871a27
7
- data.tar.gz: c2f12b2be899b4d35b521034d77acf168f8887f71153e0cd8ffa3be5e0873f72c54aafda630d17c7c226a3cb3bec23ae92366a440618cb1d4b2de1a31d5b571e
6
+ metadata.gz: 6d056f43de63bc5b0884a61cd949161d451b1f86b26d25754a6400011bab7845d535d58cc952e1eedfc9bd6013a1a055aa21b9927018149b67aafb94183a15f2
7
+ data.tar.gz: 43f99b139e8e52c36f0ce0236011e1e00e73b888601de35728e6fe657324ffe491be4eb190c4204e49b2e146c590724dd7de121049a9befd23c8255f218aa6f0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-pacreception (0.2.3)
4
+ omniauth-pacreception (0.2.4)
5
5
  omniauth-oauth2 (~> 1.5)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Pacreception
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{PAC Reception OAuth2 Strategy for OmniAuth}
13
13
  spec.description = %q{PAC Reception OAuth2 Strategy for OmniAuth}
14
- spec.homepage = "https://github.com/akkee/omniauth-pacreception"
14
+ spec.homepage = "https://github.com/elitmus/omniauth-pacreception"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
 
22
22
  spec.metadata["homepage_uri"] = spec.homepage
23
23
  spec.metadata["source_code_uri"] = spec.homepage
24
- spec.metadata["changelog_uri"] = "https://github.com/akkee/omniauth-pacreception"
24
+ spec.metadata["changelog_uri"] = "https://github.com/elitmus/omniauth-pacreception"
25
25
  else
26
26
  raise "RubyGems 2.0 or newer is required to protect against " \
27
27
  "public gem pushes."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-pacreception
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akash Srivastava
@@ -88,14 +88,14 @@ files:
88
88
  - lib/omniauth/pacreception/version.rb
89
89
  - lib/omniauth/strategies/pacreception.rb
90
90
  - omniauth-pacreception.gemspec
91
- homepage: https://github.com/akkee/omniauth-pacreception
91
+ homepage: https://github.com/elitmus/omniauth-pacreception
92
92
  licenses:
93
93
  - MIT
94
94
  metadata:
95
95
  allowed_push_host: https://rubygems.org
96
- homepage_uri: https://github.com/akkee/omniauth-pacreception
97
- source_code_uri: https://github.com/akkee/omniauth-pacreception
98
- changelog_uri: https://github.com/akkee/omniauth-pacreception
96
+ homepage_uri: https://github.com/elitmus/omniauth-pacreception
97
+ source_code_uri: https://github.com/elitmus/omniauth-pacreception
98
+ changelog_uri: https://github.com/elitmus/omniauth-pacreception
99
99
  post_install_message:
100
100
  rdoc_options: []
101
101
  require_paths: