graphite-api 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/LICENSE +11 -0
- data/lib/graphite-api/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NjI1ZDdmMTUyNTBlOTQ3NzMwZGRhYmM5ODI1ODlkYTBlZmRmY2Y4Nw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGQwYzYxYTU5MjFiMWMwMGFhODdiZWFmYmU2ZDQ2MjM3MzI4Zjc3Mg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDM3MWEyZmRhYzE2NGFjNDg1YTYyOGYwYmQ1NWM4MWQxYmZlNDkwNWVkNWEz
|
10
|
+
OTY4MGUyZWEwZjY4M2Q3NWIyNGE2ZGMwNzI1ODRhNjQ1MDJiYmZmMTc4ZmZm
|
11
|
+
OGJiOTI4YjJiNTMwYWUzMmQ1Njk2Mzc1MGQ3NGQ5OTgwYjQyMzU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzYwMWIyNjQzY2U5MTMzMWM3NmViYjlkNTRmZTE2ODc0ZDJjMWJkMGM0YTgz
|
14
|
+
OWY5MThjYTg4YzhjZmQ2NDVkMjdmN2UxNTI5ZTI0NjNkYzFlYWNmYjFjZGU2
|
15
|
+
ZTMzMjBmODc0OGZjZDg5M2VhNGUwZjkyNGVkYjcwNWUxNjExOGI=
|
data/LICENSE
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
This program is free software: you can redistribute it and/or modify
|
2
|
+
it under the terms of the GNU Lesser General Public License V3 as published by
|
3
|
+
the Free Software Foundation.
|
4
|
+
|
5
|
+
This program is distributed in the hope that it will be useful,
|
6
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
7
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
8
|
+
GNU Lesser General Public License for more details.
|
9
|
+
|
10
|
+
You should have received a copy of the GNU Lesser General Public License
|
11
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
data/lib/graphite-api/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphite-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eran Barak Levi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eventmachine
|
@@ -45,6 +45,7 @@ executables:
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
+
- LICENSE
|
48
49
|
- README.md
|
49
50
|
- Rakefile
|
50
51
|
- bin/graphite-middleware
|
@@ -62,7 +63,8 @@ files:
|
|
62
63
|
- lib/graphite-api/utils.rb
|
63
64
|
- lib/graphite-api/version.rb
|
64
65
|
homepage: http://www.kontera.com
|
65
|
-
licenses:
|
66
|
+
licenses:
|
67
|
+
- LGPL-3.0
|
66
68
|
metadata: {}
|
67
69
|
post_install_message:
|
68
70
|
rdoc_options: []
|