omniauth-mcjp 0.0.7 → 0.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da60954d141900d6741b86d5015c06f7724da6c6
4
- data.tar.gz: e488c8a5add0593cc681ab1fa3d88d7d48f01538
3
+ metadata.gz: a7e10f36417cef967ff62d88b97b45d9e88a81b6
4
+ data.tar.gz: 3836298402f394fc85b7253855775c3c9b79c7e1
5
5
  SHA512:
6
- metadata.gz: 11b53d8817904593745bee34b7045f00d1856a5e2e0ac8eee227532dc1bf7e1187d0fc706f41419faaf6550e65f2a22240134f715bbaf405dc3e7005b6fc61b3
7
- data.tar.gz: 9a210d2289a6f0509889e312d6e4ecf748d6439003d547df9489c51cabf36b9a9a4c30587edd23d7c3ce0bf4cd886fafddbab5b9c2bc8461f8bd79aa4ed4b07f
6
+ metadata.gz: c82dfebe6a04ed144b4d4b5206cc8dd5ae26909e82f5f4489763f7cc3f5c0aa0e692b0b03a65d7d12eebfcc28518ae31cece83f7c09fa5d2cadd105a43ab217b
7
+ data.tar.gz: dda05453247124f800ee15e5c47a1e0dde5f6ad9d2e03a990bda4e7ab43930bc9b20b94a2c6701d3a3b7790b4b6cd2e320d48d4e34a4e240120cfd0b66725c2e
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Mcjp
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ryo.oba.ggl@gmail.com"]
11
11
  spec.summary = %q{OmniAuth strategy for minecraft.jp}
12
12
  spec.description = %q{OmniAuth strategy for minecraft.jp}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/ryooob/omniauth-mcjp"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-mcjp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Oba
@@ -40,7 +40,7 @@ files:
40
40
  - lib/omniauth-mcjp/version.rb
41
41
  - lib/omniauth/strategies/mcjp.rb
42
42
  - omniauth-mcjp.gemspec
43
- homepage: ''
43
+ homepage: https://github.com/ryooob/omniauth-mcjp
44
44
  licenses:
45
45
  - MIT
46
46
  metadata: {}