tinytokenauth-rails 0.1.3 → 0.1.4

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: 447081fb8b608d46bc0a7c0c919652b70c466928480bb972f1660a8c52fbbb3c
4
- data.tar.gz: 4d5f545ea28e0dcc7d8ea0b1836d23c413755a51386e7230e2f4281c2477d022
3
+ metadata.gz: 2f451e883a64a93e1a4e76cd23bb35b07ba1b1816ede6fd35b74eee2a6aa5249
4
+ data.tar.gz: f9673304ce562419fef33bbfd4142522d5a956d9cb47fcc33e7efa70e0ff8eb0
5
5
  SHA512:
6
- metadata.gz: b537142edd6862d312931f8300c6dc4a7084b6cd6aee705e14b3cbd6f07e6d2d168f5737810febd1785e49bb03790fafcfe718a7f90bd3f014841aadf47b14b5
7
- data.tar.gz: 90ef205f61013fad5dd535160a68eed2b8d9b84f61268ca5bc5ba796ed9cade5a0b6634057048b694180e055bd64248d349816364cf2f31cb2ce049198b10055
6
+ metadata.gz: 4b88dea1d640d8e66790bdeb2faea632f5b0d6af94a59b4e528b745f0ba9469e1a456d8e1773abe1eec24671fedd83eec60d61e8da61ef8123833aeacffa3ee3
7
+ data.tar.gz: f148374f39389139bb58193072d8547e910e73491a589aeb5a896b6a9f9a0f90b736a4855b0fb02476b46d0e3ef9a050541b3585bbc4e558961ba9a06549b8c6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tinytokenauth-rails (0.1.2)
4
+ tinytokenauth-rails (0.1.3)
5
5
  bcrypt (~> 3.1)
6
6
  jwt (~> 2.7)
7
7
  rails (>= 6.0)
@@ -0,0 +1,9 @@
1
+ module Tinytokenauth
2
+ class Railtie < ::Rails::Railtie
3
+ # initializer "tinytokenauth-rails.view_helpers" do
4
+ # ActiveSupport.on_load(:action_view) do
5
+ # include ViewHelpers
6
+ # end
7
+ # end
8
+ end
9
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tinytokenauth
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tinytokenauth-rails
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
  - Kim Laplume
@@ -70,6 +70,7 @@ files:
70
70
  - lib/tinytokenauth.rb
71
71
  - lib/tinytokenauth/authorizable.rb
72
72
  - lib/tinytokenauth/configuration.rb
73
+ - lib/tinytokenauth/railtie.rb
73
74
  - lib/tinytokenauth/version.rb
74
75
  - lib/tinytokenauth/view_helpers.rb
75
76
  - sig/tinytokenauth/rails.rbs