solidus_identifiers 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/decorators/{solidus_identifiers → helpers}/spree/api/api_helpers_decorator.rb +0 -0
- data/app/decorators/{solidus_identifiers → lib}/spree/permission_sets/user_management_decorator.rb +0 -0
- data/app/decorators/{solidus_identifiers → lib}/spree/permitted_attributes_decorator.rb +0 -0
- data/app/decorators/{solidus_identifiers → models}/spree/user_decorator.rb +0 -0
- data/lib/solidus_identifiers/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ac7db7c74c7e0fb5462f156743944dcc69ebd4db170bd72aeb4ad62c58498a9
|
4
|
+
data.tar.gz: 5d3f64e0cb83e982ada48677d1bed8a6dc7c6895ecf5bbefcaa683a25de49c6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f8aefcb106aaf7bf87c31c09f1bcc24ca571ac88a4ee9a7d33590c5d598047b6a1bad1f622ab4f2a30aa9fd2ed12db69a4000f3720018103c9485339084c8d9
|
7
|
+
data.tar.gz: c3815fba3f4e6df9b98b9befa584fe3049a72c201cb43c14070d67a59b5bf7bc97d3dec72f7f6b742022a6c681b7edcf11b7fbe42605ba0c2ca15ef421615308
|
File without changes
|
data/app/decorators/{solidus_identifiers → lib}/spree/permission_sets/user_management_decorator.rb
RENAMED
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_identifiers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Taylor Scott
|
@@ -104,10 +104,10 @@ files:
|
|
104
104
|
- LICENSE
|
105
105
|
- README.md
|
106
106
|
- Rakefile
|
107
|
-
- app/decorators/
|
108
|
-
- app/decorators/
|
109
|
-
- app/decorators/
|
110
|
-
- app/decorators/
|
107
|
+
- app/decorators/helpers/spree/api/api_helpers_decorator.rb
|
108
|
+
- app/decorators/lib/spree/permission_sets/user_management_decorator.rb
|
109
|
+
- app/decorators/lib/spree/permitted_attributes_decorator.rb
|
110
|
+
- app/decorators/models/spree/user_decorator.rb
|
111
111
|
- app/models/spree/identifier.rb
|
112
112
|
- app/models/spree/identifier_key.rb
|
113
113
|
- app/views/spree/api/identifier_keys/_identifier_key.json.jbuilder
|