graphiterb 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/graphiterb.gemspec +4 -4
- metadata +7 -7
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ begin
|
|
8
8
|
gem.summary = %Q{Fast Ubiquitous Dashboard Logs with Graphite (http://graphite.wikidot.com)}
|
9
9
|
gem.description = %Q{Uses http://github.com/mrflip/configliere and http://graphite.wikidot.com}
|
10
10
|
gem.email = "info@infochimps.org"
|
11
|
-
gem.homepage = "http://github.com/
|
11
|
+
gem.homepage = "http://github.com/infochimps/graphiterb"
|
12
12
|
gem.authors = ["Philip (flip) Kromer (@mrflip)"]
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
14
14
|
gem.add_development_dependency "yard", ">= 0"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/graphiterb.gemspec
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{graphiterb}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Philip (flip) Kromer (@mrflip)"]
|
12
|
-
s.date = %q{2010-07-
|
12
|
+
s.date = %q{2010-07-20}
|
13
13
|
s.description = %q{Uses http://github.com/mrflip/configliere and http://graphite.wikidot.com}
|
14
14
|
s.email = %q{info@infochimps.org}
|
15
|
-
s.executables = ["run_servers.sh", "
|
15
|
+
s.executables = ["run_servers.sh", "toy.rb", "storage_monitor.rb", "loadavg_graphite_sender.rb", "file_monitor.rb", "api_call_monitor.rb"]
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE",
|
18
18
|
"README.textile"
|
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
|
|
41
41
|
"spec/spec.opts",
|
42
42
|
"spec/spec_helper.rb"
|
43
43
|
]
|
44
|
-
s.homepage = %q{http://github.com/
|
44
|
+
s.homepage = %q{http://github.com/infochimps/graphiterb}
|
45
45
|
s.rdoc_options = ["--charset=UTF-8"]
|
46
46
|
s.require_paths = ["lib"]
|
47
47
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphiterb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 3
|
10
|
+
version: 0.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Philip (flip) Kromer (@mrflip)
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-07-
|
18
|
+
date: 2010-07-20 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -52,11 +52,11 @@ description: Uses http://github.com/mrflip/configliere and http://graphite.wikid
|
|
52
52
|
email: info@infochimps.org
|
53
53
|
executables:
|
54
54
|
- run_servers.sh
|
55
|
+
- toy.rb
|
55
56
|
- storage_monitor.rb
|
56
|
-
- api_call_monitor.rb
|
57
57
|
- loadavg_graphite_sender.rb
|
58
|
-
- toy.rb
|
59
58
|
- file_monitor.rb
|
59
|
+
- api_call_monitor.rb
|
60
60
|
extensions: []
|
61
61
|
|
62
62
|
extra_rdoc_files:
|
@@ -86,7 +86,7 @@ files:
|
|
86
86
|
- spec/spec.opts
|
87
87
|
- spec/spec_helper.rb
|
88
88
|
has_rdoc: true
|
89
|
-
homepage: http://github.com/
|
89
|
+
homepage: http://github.com/infochimps/graphiterb
|
90
90
|
licenses: []
|
91
91
|
|
92
92
|
post_install_message:
|