omniauth-gocardless 1.0.0 → 1.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.
- data/lib/omniauth/gocardless/version.rb +1 -1
- data/omniauth-gocardless.gemspec +2 -2
- metadata +3 -3
data/omniauth-gocardless.gemspec
CHANGED
|
@@ -5,8 +5,8 @@ require "omniauth/gocardless/version"
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "omniauth-gocardless"
|
|
7
7
|
s.summary = "OmniAuth strategy for GoCardless"
|
|
8
|
-
s.email = "thilo@
|
|
9
|
-
s.homepage = "http://github.com/
|
|
8
|
+
s.email = "thilo@upstre.am"
|
|
9
|
+
s.homepage = "http://github.com/thilo/omniauth-gocardless"
|
|
10
10
|
s.description = "OmniAuth strategy for GoCardless"
|
|
11
11
|
s.authors = ["Thilo Utke"]
|
|
12
12
|
s.version = OmniAuth::Gocardless::VERSION
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-gocardless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
46
|
description: OmniAuth strategy for GoCardless
|
|
47
|
-
email: thilo@
|
|
47
|
+
email: thilo@upstre.am
|
|
48
48
|
executables: []
|
|
49
49
|
extensions: []
|
|
50
50
|
extra_rdoc_files: []
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- lib/omniauth/gocardless/version.rb
|
|
60
60
|
- lib/omniauth/strategies/gocardless.rb
|
|
61
61
|
- omniauth-gocardless.gemspec
|
|
62
|
-
homepage: http://github.com/
|
|
62
|
+
homepage: http://github.com/thilo/omniauth-gocardless
|
|
63
63
|
licenses: []
|
|
64
64
|
post_install_message:
|
|
65
65
|
rdoc_options: []
|