mutx 0.1.34 → 0.1.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/mutx.gemspec +1 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fee0014a4e859ee7203fc7bb37bd9ee898d8ad9
4
- data.tar.gz: fdf7cc4bd032bc8d3637ea9fdd62de595913868c
3
+ metadata.gz: 986d1e26216bf8f928ae1ccdc837a2664e94dc4a
4
+ data.tar.gz: c5b8175f0e1f68c0a9b0aa9ce424fa11861e410e
5
5
  SHA512:
6
- metadata.gz: badba9d43a2fa5df480a9670666af4abcbf5950ef8ce6832f4703415456474cd9df86f2c294376222402bdfd93035d676644a965cba0db22c2cdedb2d85fb022
7
- data.tar.gz: 0e48f0b85a84c822808299bfbc1c2958cad40dd000d776b8ded7c567f19a171845e54d4d60bbc01e7e21bf4704ae2343712dbc1bd0840e2c545bcdc6f74c5e96
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/romgrod/mutx"
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.34
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-10-27 00:00:00.000000000 Z
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/romgrod/mutx
504
+ homepage: https://github.com/romanrod/mutx
504
505
  licenses:
505
506
  - MIT
506
507
  metadata: {}