mutx 0.1.24 → 0.1.25
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
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec27620584c5620e905be634b13ad27f2d14e5e4
|
4
|
+
data.tar.gz: 2e865d1c7d2a12f616c59ba129cb6751555ab2e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 897ba5af6f53a3d4651aacc04e694fbd89eee26f869cec40eb1e07d72093eb9eba523a11c88301d23c4ea3d278fb776626632dff84831596f4aa6ecb56109b3a
|
7
|
+
data.tar.gz: 0732a8468743e137d139b15ac38fcca3e31e075eeb1d9263c23eba3458d10369ec0b2f7bd15e357fcc7f5321a86c6230bc1f8cb33aab0eff34c842888adb5f2a
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mutx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roman Rodriguez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -360,6 +360,7 @@ files:
|
|
360
360
|
- lib/mutx/API/task.rb
|
361
361
|
- lib/mutx/API/tasks.rb
|
362
362
|
- lib/mutx/background_jobs/.DS_Store
|
363
|
+
- lib/mutx/background_jobs/sender_mail.rb
|
363
364
|
- lib/mutx/background_jobs/sidekiq.rb
|
364
365
|
- lib/mutx/background_jobs/workers/.DS_Store
|
365
366
|
- lib/mutx/background_jobs/workers/email_sender.rb
|