gris-toko_ohno 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b7749099abd8b57f057eb2b28ad45c394e731f2
4
- data.tar.gz: 4e4785e71bab5cea1344834de7169bab47bcd76c
3
+ metadata.gz: a71351101971594cca9b82eb767ac7dd8c522617
4
+ data.tar.gz: fd296a6fdbe3677f1fbc0518d02872aea009af6f
5
5
  SHA512:
6
- metadata.gz: 477b9d92f3c8ea3188e9156268c213f13c680f189aaad71e14b747da33f8ba24258f10c390318e4e7530ead2911e17aea5646eb1bb4624e7efa5749f53e11b65
7
- data.tar.gz: fa82b978b7b28e79a42094d20d5660ae3363396d7d859b292eff6897f814d076acac71368310a5c61368a37996294baa3e3c8bea6bcd6fabb0b092c7ef422106
6
+ metadata.gz: 945135fd65434e0b953d8d0e9b2b5c483361a63ffdbd8f4d6a8a34f4fbf2c6a995502a094b1830c502bf2be8fbb022c3412818f0a0524a5f0f7210f33e35ac51
7
+ data.tar.gz: 6852dd34b71386399f84c03d67318f7bdc7d8889ddc8a0498ca61678d05b140e106362dd189638251bb839f1e6870cfb2df7982803fede4503a0642433d479bc
data/README.md CHANGED
@@ -8,7 +8,7 @@ Conveniently, Gris::TokoOhno is tied to `Gris.secrets` so that you can ensure th
8
8
 
9
9
  ### Installation
10
10
 
11
- Gris::TokoOhno is [available as a gem on rubygems](https://github.com/dylanfareed/gris-toko_ohno), to install it run:
11
+ Gris::TokoOhno is [available as a gem on rubygems](https://rubygems.org/gems/gris-toko_ohno), to install it run:
12
12
 
13
13
  ```
14
14
  gem install gris-toko_ohno
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Dylan Fareed']
10
10
  spec.email = ['email@dylanfareed.com']
11
11
 
12
- spec.summary = 'Header or token auth for Gris apps.'
13
- spec.description = 'Header or token auth for Gris apps.'
12
+ spec.summary = 'Header or params token auth for Gris apps.'
13
+ spec.description = 'Header or params token auth for Gris apps.'
14
14
  spec.homepage = 'https://github.com/dylanfareed/gris-toko_ohno'
15
15
  spec.license = 'MIT'
16
16
 
@@ -1,7 +1,7 @@
1
1
  require 'gris/toko_ohno/version'
2
2
 
3
3
  module Gris
4
- # Header or token auth for Gris apps.
4
+ # Header or params token auth for Gris apps.
5
5
  module TokoOhno
6
6
  def token_authentication!(key_sym = :permitted_tokens)
7
7
  error!('Forbidden', 401) unless permitted?(key_sym)
@@ -1,6 +1,6 @@
1
1
  module Gris
2
- # Header or token auth for Gris apps.
2
+ # Header or params token auth for Gris apps.
3
3
  module TokoOhno
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gris-toko_ohno
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Fareed
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Header or token auth for Gris apps.
97
+ description: Header or params token auth for Gris apps.
98
98
  email:
99
99
  - email@dylanfareed.com
100
100
  executables: []
@@ -135,5 +135,5 @@ rubyforge_project:
135
135
  rubygems_version: 2.4.8
136
136
  signing_key:
137
137
  specification_version: 4
138
- summary: Header or token auth for Gris apps.
138
+ summary: Header or params token auth for Gris apps.
139
139
  test_files: []