nexus_cqrs_auth 0.0.1 → 0.0.2

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: 2ec6e8836c7d877537d0eeecb5bd04e5b6c622e079912af2a783dca90a0904ea
4
- data.tar.gz: e8729a0d8064f0fdd347b0f34ee2b6fdba54cc632ce71f3c64fae88a7599cca6
3
+ metadata.gz: 12f88e69474120c6c77e39eb87c83087352ab327bbf3ccb31a25ea7a71ddd5af
4
+ data.tar.gz: 9a87ded659ce541ebd65d0089a01d739fa562c2ab3ff7836d555e62a4db6e90e
5
5
  SHA512:
6
- metadata.gz: 8cc336128fde7e2d9c36abf82c8d59ae4d8db6d28a10a06684b57d642070d2daf0ea42badabac96b63c25159df6a7d6c7725ca3fa6fe55789830e4535575fc9a
7
- data.tar.gz: 39fd7b794b83299ba77143ea480754204f43d1c532d82f5b99e05004e614ae4c6a906f8ead99a96fa058966b673881af702b1e95751381da7b68e6e4543730ac
6
+ metadata.gz: c932a6ecd9cb000b4f1d70a3fff680a6abcbe4c86af7b1277faf04e3d44f50d453dbeacff310654055a026eecee01b2d0a68feef6225149258d00dd92f394404
7
+ data.tar.gz: 86134c0025b0134282495d4ea9823e3fb3b28914e35b5937d93ff1a5ab63a4a23f1a677bae3bdb9d4ddac4485066267f868478c94164a2870dab663cb17b7c9f
data/Gemfile CHANGED
@@ -6,7 +6,3 @@ gem 'rubocop'
6
6
  gem 'rubocop-shopify', "~> 1.0.4", require: false
7
7
 
8
8
  gem 'rspec'
9
-
10
- gem 'nexus_cqrs', '~>0.1.1'
11
- gem 'pundit'
12
- gem 'strings-case'
@@ -1,4 +1,5 @@
1
1
  require 'pundit'
2
+ require 'strings-case'
2
3
 
3
4
  module NexusCqrsAuth
4
5
  include Pundit
@@ -1,3 +1,3 @@
1
1
  module NexusCqrsAuth
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexus_cqrs_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Harrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nexus_cqrs