spree_custom_trackers 0.0.2.alpha → 0.0.3.alpha
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62401ac0d5fa072bfc0689fac76121a180dcf84d
|
4
|
+
data.tar.gz: 8719fef2d8c600a7865004a66ac8beb53df06940
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecf36743b5785bc8d6a2888170391d3b759c27a1933a432bed0e05fe987cf655391e5272549a2ceedc267c2c2b9a08deae27dfaac800ff9f6e3cddbc330f3ca0
|
7
|
+
data.tar.gz: cfa538ae3ea1f4572ed6331aec38e7215055de51536a238fcf0d0db063f6ec4ca4df0374f8336a5ec338d97716ea30b637378b756525561efbb13e5968fb87b7
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_custom_trackers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3.alpha
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremiah Bentch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_core
|
@@ -316,11 +316,11 @@ files:
|
|
316
316
|
- app/models/application_record.rb
|
317
317
|
- app/models/spree/custom_tracker.rb
|
318
318
|
- app/overrides/spree/admin/shared/sub_menu/_configuration/add_custom_trackers_to_admin_configurations_sidebar_menu.html.erb.deface
|
319
|
-
- app/overrides/spree/layouts/spree_application/add_custom_trackers_to_spree_application.html.erb.deface
|
320
319
|
- app/views/spree/admin/custom_trackers/_form.html.haml
|
321
320
|
- app/views/spree/admin/custom_trackers/edit.html.haml
|
322
321
|
- app/views/spree/admin/custom_trackers/index.html.haml
|
323
322
|
- app/views/spree/admin/custom_trackers/new.html.haml
|
323
|
+
- app/views/spree/shared/_custom_trackers.html.haml
|
324
324
|
- bin/rails
|
325
325
|
- config/locales/en.yml
|
326
326
|
- config/routes.rb
|