mutx 0.1.66 → 0.1.67

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20e9c9a1536e3ad91ea0ca0c7c29cbb875910058
4
- data.tar.gz: 37423851153e48d6f6e7c56b5ac008f9484594cf
3
+ metadata.gz: e0470984b7a5cf4b4c83ad27e104ad85433ac413
4
+ data.tar.gz: 80da228eb3cfdc15a9e314a73c5a73d7e7d0b393
5
5
  SHA512:
6
- metadata.gz: 91b557c407ca3589cecd419d069ba55a0bbad413ad02cc023f5a4fbe3a5e18f70956376a6ad6a7a160c9e8c2821b70b600f53435771368e30e277ed9b45b9548
7
- data.tar.gz: 56cbe157cd51b880777575e0615741673582d535231100422c91e64cc41a32849e8cdb5d0749c286fcf5aa83faa3252a7fa8488200ac16fbb18ca15b12e35522
6
+ metadata.gz: c1e17905bb5b1bcdcb0fa6e3283880074e43ef5a821b5f2b56d1677498fd6712f5cd151b586a0d7eeb6660b4487c708cc3028b59432c6284d5caf1a21f4f1280
7
+ data.tar.gz: 86dffae6f61a0cbc63c74516e4e3dffaa884d42fdb108b7bff2375189b1b0bf8eea15017a395d6647417a2e7798b109ab539554a587be01777db712aec470c9c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mutx (0.1.66)
4
+ mutx (0.1.67)
5
5
  basica
6
6
  bson_ext
7
7
  byebug
@@ -119,7 +119,7 @@ module Mutx
119
119
 
120
120
  task = Mutx::Database::MongoConnector.task_data_for result.task[:id]
121
121
  subject = if ((task[:subject].empty?) || (task[:subject].nil?))
122
- task[:name]
122
+ result.console_output.match(/\SUBJECT(.*)/)[1] if result.console_output.include? "SUBJECT" || task[:name]
123
123
  else
124
124
  task[:subject]
125
125
  end
@@ -151,7 +151,7 @@ module Mutx
151
151
 
152
152
  Mutx::Support::Log.debug "[result:#{result.id}]| command => #{result.mutx_command} | result as => #{result.status}" if Mutx::Support::Log
153
153
 
154
- ###Mutx::Database::MongoConnector.force_close
154
+ Mutx::Database::MongoConnector.force_close
155
155
  end
156
156
  end
157
157
  end
@@ -143,7 +143,7 @@ module Mutx
143
143
  else
144
144
  puts "Misconfiguration on email settings"
145
145
  end
146
- Mutx::Database::MongoConnector.close
146
+ Mutx::Database::MongoConnector.force_close
147
147
  end
148
148
  end
149
149
  end
data/lib/mutx/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mutx
2
- VERSION = "0.1.66"
2
+ VERSION = "0.1.67"
3
3
  end
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.66
4
+ version: 0.1.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Rodriguez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-30 00:00:00.000000000 Z
11
+ date: 2017-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor