librrd 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.md +3 -0
- data/README.md +7 -0
- data/VERSION +1 -1
- data/ext/librrd/1.3/main.c +1 -1
- data/ext/librrd/1.4/main.c +1 -1
- data/librrd.gemspec +1 -1
- metadata +3 -3
data/CHANGES.md
CHANGED
data/README.md
CHANGED
@@ -15,6 +15,13 @@ The following systems have been tested.
|
|
15
15
|
|
16
16
|
* Ubuntu 10.04 LTS (librrd-1.3.8)
|
17
17
|
|
18
|
+
The following Ruby versions have been tested with [RVM](http://rvm.beginrescueend.com/).
|
19
|
+
|
20
|
+
* ruby 1.9.2p0
|
21
|
+
* ruby 1.8.7p302
|
22
|
+
* rubinius 1.1.0
|
23
|
+
* ruby-enterpriseedition 1.8.7 2010.02
|
24
|
+
|
18
25
|
# Installation
|
19
26
|
|
20
27
|
Make sure you have the development package of `librrd` installed.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/ext/librrd/1.3/main.c
CHANGED
data/ext/librrd/1.4/main.c
CHANGED
data/librrd.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
## If your rubyforge_project name is different, then edit it and comment out
|
8
8
|
## the sub! line in the Rakefile
|
9
9
|
s.name = 'librrd'
|
10
|
-
s.version = '0.1.
|
10
|
+
s.version = '0.1.2'
|
11
11
|
s.date = '2010-10-05'
|
12
12
|
|
13
13
|
s.summary = "Ruby bindings for librrd"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: librrd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Bernd Ahlers
|