riemann-babbler 2.0.0pre5 → 2.0.0pre6

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.
@@ -1,2 +1,3 @@
1
1
  require_relative 'rest'
2
2
  require_relative 'shell'
3
+ require_relative 'unixnow'
@@ -0,0 +1,13 @@
1
+ module Riemann
2
+ module Babbler
3
+ module Plugins
4
+ module Helpers
5
+
6
+ def unixnow
7
+ Time.now.to_i
8
+ end
9
+
10
+ end
11
+ end
12
+ end
13
+ end
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  module Babbler
3
- VERSION = '2.0.0pre5'
3
+ VERSION = '2.0.0pre6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-babbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0pre5
4
+ version: 2.0.0pre6
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -255,6 +255,7 @@ files:
255
255
  - lib/riemann/babbler/plugins/helpers/init.rb
256
256
  - lib/riemann/babbler/plugins/helpers/rest.rb
257
257
  - lib/riemann/babbler/plugins/helpers/shell.rb
258
+ - lib/riemann/babbler/plugins/helpers/unixnow.rb
258
259
  - lib/riemann/babbler/plugins/http.rb
259
260
  - lib/riemann/babbler/plugins/la.rb
260
261
  - lib/riemann/babbler/plugins/mdadm.rb