graphite-api 0.0.0.21 → 0.0.0.22

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.
data/README.md CHANGED
@@ -1,14 +1,13 @@
1
1
  # GraphiteAPI
2
-
3
2
  A Ruby API toolkit for [Graphite](http://graphite.wikidot.com/)
4
3
 
5
- * Graphite ruby client.
6
- * Graphite middleware server, a lightweight, event-driven, aggregator daemon.
4
+ ## Description
5
+ Graphite Client and Utilities For Ruby
7
6
 
8
- ## Why using it?
9
- Written in ruby
10
- Simple and light-width (only one gem dependency)
11
- Comes with built-in middleware server
7
+ * **Simple** client for ruby.
8
+ * Graphite **MiddleWare Server**, a lightweight, event-driven, aggregator daemon.
9
+ * Light-Weight, only **ONE** depenency (event-machine)
10
+ * **Utilities** like scheduling and caching.
12
11
 
13
12
  ## Client Usage
14
13
  ```ruby
@@ -60,7 +59,13 @@ Usage: graphite-middleware [options]
60
59
  ```
61
60
 
62
61
  ## Installation
63
- install the latest from github
62
+ Install stable version
63
+
64
+ ```
65
+ gem install graphite-api
66
+ ```
67
+
68
+ Install the latest from github
64
69
 
65
70
  ```
66
71
  git clone git://github.com/kontera-technologies/graphite-api.git
@@ -69,6 +69,4 @@ module GraphiteAPI
69
69
  end # run
70
70
  end # start
71
71
  end # Middleware
72
- end # GraphiteAPI
73
- #require File.dirname(__FILE__) + "/../graphite-api"
74
- #GraphiteAPI::Middleware.start(GraphiteAPI::Utils.default_options)
72
+ end # GraphiteAPI
data/tasks/build.rake CHANGED
@@ -4,9 +4,9 @@ GraphiteAPI::GemSpec = Gem::Specification.new do |s|
4
4
  s.name = "graphite-api"
5
5
  s.version = GraphiteAPI.version
6
6
  s.platform = Gem::Platform::RUBY
7
- s.summary = "GraphiteAPI"
8
- s.description = "GraphiteAPI - Graphite API tools"
9
- s.author = "Eran Levi"
7
+ s.summary = "Graphite Ruby Client"
8
+ s.description = "GraphiteAPI - A Simple ruby client, aggregator daemon and API tools"
9
+ s.author = "Eran Barak Levi"
10
10
  s.email = 'eran@kontera.com'
11
11
  s.homepage = 'http://www.kontera.com'
12
12
  s.executables = %w(graphite-middleware)
@@ -36,9 +36,9 @@ namespace :gem do
36
36
  msg "Incrementing version to #{GraphiteAPI::Version.string}..."
37
37
  end
38
38
 
39
- desc "Upload GraphiteAPI to Kontera's repo"
39
+ desc "Upload GraphiteAPI to rubygems.org"
40
40
  task :upload => [:build] do
41
- sh "gem inabox --host http://gems.kontera.com pkg/graphite-api-#{GraphiteAPI.version}.gem"
41
+ sh "gem push pkg/graphite-api-#{GraphiteAPI.version}.gem"
42
42
  end
43
43
 
44
44
  desc "Update GraphiteAPI gem version and build gem"
@@ -46,4 +46,4 @@ namespace :gem do
46
46
  sh "rake gem"
47
47
  end
48
48
 
49
- end
49
+ end
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphite-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.21
4
+ version: 0.0.0.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Eran Levi
8
+ - Eran Barak Levi
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-27 00:00:00.000000000Z
12
+ date: 2012-04-17 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine
16
- requirement: &2152684380 !ruby/object:Gem::Requirement
16
+ requirement: &2152407100 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,8 +21,8 @@ dependencies:
21
21
  version: 0.3.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152684380
25
- description: GraphiteAPI - Graphite API tools
24
+ version_requirements: *2152407100
25
+ description: GraphiteAPI - A Simple ruby client, aggregator daemon and API tools
26
26
  email: eran@kontera.com
27
27
  executables:
28
28
  - graphite-middleware
@@ -64,8 +64,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  requirements: []
66
66
  rubyforge_project: graphite-api
67
- rubygems_version: 1.8.13
67
+ rubygems_version: 1.8.17
68
68
  signing_key:
69
69
  specification_version: 3
70
- summary: GraphiteAPI
70
+ summary: Graphite Ruby Client
71
71
  test_files: []