wco_email 0.1.1.7 → 0.1.1.8
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 +4 -4
- data/app/assets/config-trash/wco_email_manifest.js +6 -0
- data/app/assets/javascript/wco_email/application.js +4 -6
- data/config/credentials.yml.enc +1 -0
- data/config/initializers/assets.rb +2 -2
- data/lib/wco_email.rb +1 -0
- metadata +3 -2
- data/app/assets/config/wco_email_manifest.js +0 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5cb594372790e81db691120124ed8941ce1f25325f7b38a34ad572d473992a16
|
|
4
|
+
data.tar.gz: b0912e04e796b7ba376f19400d54cf216f2750853dcb39114a283629bc7b6a86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d52986031ee908e382886d14cb37e005ddaa789f49d05b81e844e34613b73d9d6fa8b9775bcff980c3a95f85a569ff3e9c2b10d53c00d603267133d0d332f8ef
|
|
7
|
+
data.tar.gz: 0c9e01f40cd3ebd04b8323df18d01272b865e8ac3069bc0dcb2e87a81f0f0cc5deb173ad24da1482f710ad5e5a9f1566856b74400ef0b3ff54d0222314f77a30
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
//
|
|
2
|
-
|
|
3
|
-
//
|
|
4
|
-
//= require ./contexts
|
|
5
|
-
//= require ./conversations
|
|
2
|
+
// require rails-ujs
|
|
6
3
|
//
|
|
7
4
|
// require wco/application
|
|
5
|
+
// require ./contexts
|
|
6
|
+
// require ./conversations
|
|
8
7
|
//
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
// logg('loaded wco_email/application.js')
|
|
9
|
+
console.log('loaded wco_email/application.js')
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
WHqoOCnqWBlZw7b6AEldEVt6/kukDrxD2tep9qvR7l7+GMGiBSSIXpcUu8jR5pO2raAtgkyCFgTe5gcy/AHWXSeHWZXV+4Af7Yuu1SZd0TohrbDMdTwoTa3dqVTxi0rJ2XEcHX6balRTA2xDdYluOGKE+ZRjw9ISXdBcmPVyass6A3Alq/Drpn2qH+xGoEORXl6aup3dPEQXNeZke94qmOy4b2Bu4xbK+D6ef1KYfiFyOD6ZCC6LhOp3hYD5id64e6ztIxxjYDhfodoez5ShpdG94QQxwf3IYvRw360MpCYoADhfNqWjDle+U7vSirVjS2cvI6kM5J5a8Rqiyl/hlGZAhlRrR2kCPO8Y7uUVltioGjAful0G8TuCmBqVvkyCDmCQOIy8PR5d4lFmCC836Wq5+xCrhx94HRBO--R2UXrOlTjc009hgy--wRmj1n2ydKGptUJ3j+E+0g==
|
data/lib/wco_email.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wco_email
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.1.
|
|
4
|
+
version: 0.1.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Pudeyev
|
|
@@ -285,7 +285,7 @@ extra_rdoc_files: []
|
|
|
285
285
|
files:
|
|
286
286
|
- README.txt
|
|
287
287
|
- Rakefile
|
|
288
|
-
- app/assets/config/wco_email_manifest.js
|
|
288
|
+
- app/assets/config-trash/wco_email_manifest.js
|
|
289
289
|
- app/assets/javascript/vendor-trash/jquery-ui.min.js
|
|
290
290
|
- app/assets/javascript/vendor-trash/jquery.fileupload.js
|
|
291
291
|
- app/assets/javascript/vendor-trash/jquery.iframe-transport.js
|
|
@@ -448,6 +448,7 @@ files:
|
|
|
448
448
|
- app/views/wco_email/sessions/new.html.erb
|
|
449
449
|
- app/views/wco_email/unsubscribes/_header.haml
|
|
450
450
|
- app/views/wco_email/unsubscribes/_table.haml
|
|
451
|
+
- config/credentials.yml.enc
|
|
451
452
|
- config/initializers/assets.rb
|
|
452
453
|
- config/routes.rb
|
|
453
454
|
- lib/systemd/system/wco_email_sidekiq.service
|