omniauth-htc 0.3.1 → 0.3.3

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
  SHA256:
3
- metadata.gz: c6d61a8506fc0c4ee559c69b3db1f940662cc4e8cb4aa540a37152c3a29f1e9c
4
- data.tar.gz: 6a4376ecd8c92e1a2dbf1eb8aa0e7d4c41434a2b3d48b0019d929e5f4c0ac861
3
+ metadata.gz: 9e83a3c5bdfae7507350e3914f4c42dc3829265b9c4cd5bd62fad7ba8acea2ff
4
+ data.tar.gz: ba011220bb9d30c7d9ff3de265f51dbe3333edb4a9b065ca7030d376938abf21
5
5
  SHA512:
6
- metadata.gz: 8a5fb81342179d57ba41ae8a577eb00da1904becb40d94977e76aaf2e9c9d9fd9a97cc480767568e0a68df252b9cbac5a333d800554644c6a4e48d2616d3f2ac
7
- data.tar.gz: c8ef79ace9e072417caf151675d96087cd4e5409007b2d2d0d35dee1452d0a42347b098a7e5c2356fd3d3957f824b5e47bf7f86260587693e97df3f693928598
6
+ metadata.gz: 32e6b4aad7edb33e4897bfbddcfa617bc47461ad85e90b4248498e33e4b25326d020b396021ad85aeedee8abc2aa8cae57bff0c011308ecb6cf571375b506472
7
+ data.tar.gz: 2b4a62f2da7f080391fc17d6ffbf386fcdb82330ca6a8768ea3d71a7e7eccb655092c641bf87a4717290cf1f764afa05ed210bedb1e26721bf131fac14c3ce46
data/README.md CHANGED
@@ -12,6 +12,8 @@ Rails.application.config.middleware.use OmniAuth::Builder do
12
12
  client_secret: "",
13
13
  redirection_url: ""
14
14
  end
15
+
16
+ OmniAuth.config.allowed_request_methods = %i[get post]
15
17
  ```
16
18
 
17
19
  ## Installation
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Htc
5
- VERSION = "0.3.1"
5
+ VERSION = "0.3.3"
6
6
  end
7
7
  end
@@ -154,9 +154,8 @@ module OmniAuth
154
154
  str.gsub!(/\A[[:space:]]+/, '')
155
155
  str.gsub!(/[[:space:]]+\z/, '')
156
156
  str.gsub!(/[[:space:]]+/, ' ')
157
+ str
157
158
  end
158
159
  end
159
160
  end
160
161
  end
161
-
162
- OmniAuth.config.allowed_request_methods = %i[post get]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-htc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Yang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-21 00:00:00.000000000 Z
11
+ date: 2021-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth