omniauth-tanmer 1.0.2 → 1.0.3

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
  SHA1:
3
- metadata.gz: b95efc0fa304337376d38ea8e1d86717f28edd65
4
- data.tar.gz: 33bc6db336be0c1941ce041f8ba0907886bf447b
3
+ metadata.gz: f96caf52e3f6edbb43727e8b7e2c68dfdca31de3
4
+ data.tar.gz: aefc300dc05ddf971ac514937634d60d073c25d8
5
5
  SHA512:
6
- metadata.gz: 960980a16606b64faa462b76d83b95e4ca66098b8c02350bee3f3fbd534a3868812da80233412e6197240eaff7c218db6428ac013869799b4a60022da3cbd61c
7
- data.tar.gz: 9f21bbf2a2045076c19e592de9a7eb8a165b8f38b6eafb6e97b0f9898f7023f831eff98c228eaaabf18251e03db366b771c38023f1ef77bb16d6a24ff89c992f
6
+ metadata.gz: 0454c3ba8c278c47f193f258718b22ecc7c1de43fd349628536fd89fb97951ba43a28d22d86e51bae50bf85b1f9a52b2cb0575c0dd13d9289ad7ea9bfe710f66
7
+ data.tar.gz: c651a22566196ce15b08e3972886f7fcec047f81647106188c9b9e230a6321f94761e37f714534940fba55fab17468e72c5f68522d8a94fa383a7e96f16ed86c
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Tanmer
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ['xiaohui@tanmer.com']
11
11
  gem.description = %q{This is the strategy for authenticating to your Tanmer service}
12
12
  gem.summary = %q{This is the strategy for authenticating to your Tanmer service}
13
- gem.homepage = 'https://gitlab.tanmer.com/tanmer/omniauth-tanmer'
13
+ gem.homepage = 'https://github.com/tanmer/omniauth-tanmer'
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-tanmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - xiaohui
@@ -127,7 +127,7 @@ files:
127
127
  - omniauth-tanmer.gemspec
128
128
  - spec/omniauth/strategies/tanmer_spec.rb
129
129
  - spec/spec_helper.rb
130
- homepage: https://gitlab.tanmer.com/tanmer/omniauth-tanmer
130
+ homepage: https://github.com/tanmer/omniauth-tanmer
131
131
  licenses: []
132
132
  metadata: {}
133
133
  post_install_message: