omniauth-pacreception 0.2.3 → 0.2.4
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/omniauth/pacreception/version.rb +1 -1
- data/omniauth-pacreception.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9df576e018aecd950746fea93c081236ace33acc698551aa07afabf7b644eb38
|
4
|
+
data.tar.gz: a77fad414d6174152db8edfbbf049cbaa5ad6f658afd23c0191339452deeaeed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d056f43de63bc5b0884a61cd949161d451b1f86b26d25754a6400011bab7845d535d58cc952e1eedfc9bd6013a1a055aa21b9927018149b67aafb94183a15f2
|
7
|
+
data.tar.gz: 43f99b139e8e52c36f0ce0236011e1e00e73b888601de35728e6fe657324ffe491be4eb190c4204e49b2e146c590724dd7de121049a9befd23c8255f218aa6f0
|
data/Gemfile.lock
CHANGED
@@ -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/
|
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/
|
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.
|
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/
|
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/
|
97
|
-
source_code_uri: https://github.com/
|
98
|
-
changelog_uri: https://github.com/
|
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:
|