slurry 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. data/Rakefile +8 -0
  2. metadata +24 -7
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ require 'rake'
2
+
3
+ task :default => 'gembuild'
4
+
5
+ desc "build the gem"
6
+ task :gembuild do
7
+ %x(gem build ./slurry.gemspec)
8
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slurry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,15 +9,32 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-31 00:00:00.000000000 Z
13
- dependencies: []
14
- description: Parses json from the various node states on puppet dashboard and returns
15
- those values in a json blob
12
+ date: 2012-08-03 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: json
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ description: A tool that caches json for graphite.
16
31
  email: xaque208@gmail.com
17
- executables: []
32
+ executables:
33
+ - slurry
18
34
  extensions: []
19
35
  extra_rdoc_files: []
20
36
  files:
37
+ - Rakefile
21
38
  - bin/clean
22
39
  - bin/liaise
23
40
  - bin/report
@@ -48,5 +65,5 @@ rubyforge_project:
48
65
  rubygems_version: 1.8.24
49
66
  signing_key:
50
67
  specification_version: 3
51
- summary: A tool to get the highlights from the Puppet Dashboard
68
+ summary: A tool that caches json for graphite
52
69
  test_files: []