mongo-db-utils 0.2.0 → 0.2.1

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: 64d078336bb048c54737b7b64e60fcf47c4f3d0e
4
- data.tar.gz: 58354687f31dccf5167fd7b0b29137169a28d3b6
3
+ metadata.gz: 813e1d2ab3ef4ecc4df6f0872187eefa1a7c06f2
4
+ data.tar.gz: 383634975f19455db3fc04cc5323300c0aed4802
5
5
  SHA512:
6
- metadata.gz: 8aaf333d8260db8be954322607dbd274dc618996c0dda3af22ec2e15682bc1b3c61cddb7bae22feecc351468afafb01d22e0ef59928d9dabb83ba64c11a781f5
7
- data.tar.gz: a2aeaf7c4bca99df2cc66c356f05a151791aff770587e6aad751b4d0012d6c1db1150c1ef90cfd0748bf01cde71ff15979916e9c9e3f73a2a82497523e0feef7
6
+ metadata.gz: f212c1fee2266966abde10ccb03e5435ddc44503b17aef321f20b3fe330fddf726f66fea8ac19b2557b71361d63f220b924dc8b79173aee83e8f15d2e2bd2612
7
+ data.tar.gz: d01dc35d14995532f20be68c62f74c4adf9b45164f6f4825ea80a38653887648e0ffe9bba67a99fd5a5c5fcd35d48c8862c84188ea480f8d40d7901dd5bc6656
@@ -25,7 +25,7 @@ module MongoDbUtils
25
25
  def run
26
26
  puts "[#{self.class}] run: #{cmd}"
27
27
  output = `#{executable_cmd} 2>&1`
28
- raise ToolsException.new("#{cmd}", output, "Error in #{cmd_name}:: #{output} cmd #{cmd}") unless $?.to_i == 0
28
+ raise ToolsException.new("#{cmd}", output, "Error in #{@cmd_name}:: #{output}, cmd: #{cmd}") unless $?.to_i == 0
29
29
  end
30
30
 
31
31
  def cmd
@@ -1,4 +1,4 @@
1
1
  module MongoDbUtils
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  READY_FOR_USE = "(prod version)"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo-db-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - edeustace
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-10 00:00:00.000000000 Z
11
+ date: 2014-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  version: '0'
213
213
  requirements: []
214
214
  rubyforge_project:
215
- rubygems_version: 2.2.1
215
+ rubygems_version: 2.2.2
216
216
  signing_key:
217
217
  specification_version: 4
218
218
  summary: some utilities for managing your mongod dbs