instrumental_tools 0.5.8 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c64e9696306bf0c55043d390649638862aaa4d4d
4
- data.tar.gz: 265f5aa52149e4df30f6e90c0fc47a1f42f21b39
3
+ metadata.gz: 696839b8867194c4d531c7bda9bcaf10dd17072d
4
+ data.tar.gz: 62895095b5e50f81e6e7521ab35e2afc6d001082
5
5
  SHA512:
6
- metadata.gz: bc5b873c38de2b6d2dd97241a0257ac68a5a62c00d48b874473e17d1098450aa79a1af253a5d7791e682c1fedd45520023a578fb1d4e3ed11601df59e0cf8de8
7
- data.tar.gz: f2ed499097f088879bff71d3440d87d82830bd932e67a40c19073c3a6c551a184fd684ec82b137b956367fa2dd94e722df83ec97fd398981b4e54aed0a203355
6
+ metadata.gz: 3635747abde5adca183e7a9ed0cd81216de45e692c3ee5bf5ad14bdc394aadd968831b0c9e1273e13df068f33699aced51453495ad8e6016779bcfbe773f89cd
7
+ data.tar.gz: af4ce98961f585bdb850c5ddd03290f86970d5ac91c53b2aade523b70031e39d31034c91c964a93c2ee73e2fce4f8a8d30a4d44c6c410571375bb704e9e7278e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 0.6.0 [August 11th, 2014]
2
+ * Upgraded instrumental_agent gem to the latest version
3
+
1
4
  ### 0.5.8 [August 11th, 2014]
2
5
  * Upgraded instrumental_agent gem to the latest version
3
6
 
@@ -228,6 +228,7 @@ class SystemInspector
228
228
 
229
229
  def self.swap
230
230
  _, total, used, free = `free -k -o | grep Swap`.chomp.split(/\s+/)
231
+ return {} if total.to_i == 0
231
232
  {
232
233
  'swap.used_mb' => used.to_f / 1024,
233
234
  'swap.free_mb' => free.to_f / 1024,
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.version = Instrumental::Tools::VERSION
7
7
  s.authors = ["Elijah Miller", "Christopher Zelenak", "Kristopher Chambers", "Matthew Hassfurder"]
8
8
  s.email = ["support@instrumentalapp.com"]
9
- s.homepage = "http://github.com/fastestforward/instrumental_tools"
9
+ s.homepage = "http://github.com/expectedbehavior/instrumental_tools"
10
10
  s.summary = %q{Command line tools for Instrumental}
11
11
  s.description = %q{A collection of scripts useful for monitoring servers and services with Instrumental (instrumentalapp.com)}
12
12
 
@@ -1,5 +1,5 @@
1
1
  module Instrumental
2
2
  module Tools
3
- VERSION = '0.5.8'
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instrumental_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elijah Miller
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-08-11 00:00:00.000000000 Z
14
+ date: 2014-12-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json
@@ -88,7 +88,7 @@ files:
88
88
  - instrumental_tools.gemspec
89
89
  - lib/instrumental_tools/capistrano.rb
90
90
  - lib/instrumental_tools/version.rb
91
- homepage: http://github.com/fastestforward/instrumental_tools
91
+ homepage: http://github.com/expectedbehavior/instrumental_tools
92
92
  licenses: []
93
93
  metadata: {}
94
94
  post_install_message: