mutx 0.1.34 → 0.1.35
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/mutx.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 986d1e26216bf8f928ae1ccdc837a2664e94dc4a
|
|
4
|
+
data.tar.gz: c5b8175f0e1f68c0a9b0aa9ce424fa11861e410e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba36e7cf8cdda8e80ac7749941bcf04ee925df4ab6bccf1d09a754f46214f981433fc67f572737515f196c39d0df902522838f6663a4220096a4786942f54378
|
|
7
|
+
data.tar.gz: c481b7ba4b07e9b77202f182eed7c42e364c6176cee62ec519c5131b32fccf234dfaa973d1e03383f35984c2270f06d7f3ce58f52ffd9720b8192de74858df0d
|
data/mutx.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["roman.g.rodriguez@gmail.com"]
|
|
11
11
|
spec.summary = %q{Mutx lets you expose executions easily}
|
|
12
12
|
spec.description = %q{Exposes executions easily}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/romanrod/mutx"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = ">= 2.0.0"
|
|
16
16
|
|
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.35
|
|
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-
|
|
11
|
+
date: 2016-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -396,6 +396,7 @@ files:
|
|
|
396
396
|
- lib/mutx/background_jobs/workers/garbage_cleaner.rb
|
|
397
397
|
- lib/mutx/background_jobs/workers/listener.rb
|
|
398
398
|
- lib/mutx/background_jobs/workers/mutx_cron.rb
|
|
399
|
+
- lib/mutx/background_jobs/workers/update_started.rb
|
|
399
400
|
- lib/mutx/commands/.DS_Store
|
|
400
401
|
- lib/mutx/commands/bye.rb
|
|
401
402
|
- lib/mutx/commands/help.rb
|
|
@@ -500,7 +501,7 @@ files:
|
|
|
500
501
|
- lib/mutx/view/tasks/tasks.mote
|
|
501
502
|
- lib/mutx/view/view.rb
|
|
502
503
|
- mutx.gemspec
|
|
503
|
-
homepage: https://github.com/
|
|
504
|
+
homepage: https://github.com/romanrod/mutx
|
|
504
505
|
licenses:
|
|
505
506
|
- MIT
|
|
506
507
|
metadata: {}
|