omniauth-cybozu 0.1.3 → 0.1.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: 2d3a835364d626f9139eed5d7a12f63ecdaea09750edbaba9d04b741936c6283
4
- data.tar.gz: e4830cb7ec2bc32b0370ca5a4237d966c915e87dff58cbb110701a582464b78b
3
+ metadata.gz: 8a0863caeef760663d274896c11b3cccbb056880021c8034a2a3cd04cd48eb0f
4
+ data.tar.gz: 2c265c6ff07451531bb083966ad48afd8f8fc99c81d00592669545ecb1da0836
5
5
  SHA512:
6
- metadata.gz: 74fd11b8f80323bb0df13c557d6a25665863b9385b786d0ab634fdc25e39429d132c1ef21bd30f034a8810f376c94023b8cd4794fcf66211df84b3958e251144
7
- data.tar.gz: b714906c86f8261521a1229c03c75483dad1b3a5f1833ca54b56de1d6d2eb4273b11ddbe0234fe98deb7c4a575d64d3a088b0d2b884b5a13c8c1d6490562094d
6
+ metadata.gz: d3f4e4db72884eb986e2bdbc5f940c3c9d9447d79864259657c6cae2e8dbb8ecfe3a18f1018890d7f34e0a36d8a56eb22ee5fb0a18787ef0bc8853790982b4a2
7
+ data.tar.gz: 4fc4de9437ed301686088a9ec8b2a1d1546b71329f029e4059d5c79823a3bd878b89dde4b62f6e2dc59c0cb0d6a9206a743e9b8de54a01689235b7a7a95f5ba9
@@ -32,5 +32,6 @@ jobs:
32
32
  printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
33
33
  gem build *.gemspec
34
34
  gem push *.gem
35
+ continue-on-error: true
35
36
  env:
36
37
  GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_AUTH_TOKEN}}
@@ -1,3 +1,13 @@
1
+ # 0.1.4
2
+
3
+ - rename module 'Omniauth' to 'OmniAuth'.
4
+ - make callback_url method private method.
5
+ - update gem-push GitHub Actions settings in order to ignore error for same version.
6
+
7
+ # 0.1.3
8
+
9
+ - update README.
10
+
1
11
  # 0.1.2
2
12
 
3
13
  - refs #1 setup GitHub Actions for rspec and pushing to RubyGems.
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Omniauth
3
+ module OmniAuth
4
4
  module Cybozu
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
6
6
  end
7
7
  end
@@ -12,6 +12,8 @@ module OmniAuth
12
12
  option :client_options, :authorize_url => '/oauth2/authorization',
13
13
  :token_url => '/oauth2/token'
14
14
 
15
+ private
16
+
15
17
  def callback_url
16
18
  full_host + script_name + callback_path
17
19
  end
@@ -4,7 +4,7 @@ require_relative 'lib/omniauth-cybozu/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'omniauth-cybozu'
7
- spec.version = Omniauth::Cybozu::VERSION
7
+ spec.version = OmniAuth::Cybozu::VERSION
8
8
  spec.authors = ['Kenji Koshikawa']
9
9
  spec.email = ['koshikawa2009@gmail.com']
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-cybozu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenji Koshikawa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-06 00:00:00.000000000 Z
11
+ date: 2020-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -126,7 +126,7 @@ metadata:
126
126
  homepage_uri: https://github.com/koshilife/omniauth-cybozu
127
127
  source_code_uri: https://github.com/koshilife/omniauth-cybozu
128
128
  changelog_uri: https://github.com/koshilife/omniauth-cybozu/blob/master/CHANGELOG.md
129
- documentation_uri: https://www.rubydoc.info/gems/omniauth-cybozu/0.1.3
129
+ documentation_uri: https://www.rubydoc.info/gems/omniauth-cybozu/0.1.4
130
130
  post_install_message:
131
131
  rdoc_options: []
132
132
  require_paths: