rrd-ffi 0.2.5 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rrd-ffi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 7
10
+ version: 0.2.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - morellon
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-31 00:00:00 -03:00
18
+ date: 2011-03-31 00:00:00 -03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -69,7 +69,6 @@ extensions: []
69
69
  extra_rdoc_files:
70
70
  - README.rdoc
71
71
  files:
72
- - .gitignore
73
72
  - CHANGELOG.rdoc
74
73
  - README.rdoc
75
74
  - Rakefile
@@ -89,13 +88,14 @@ files:
89
88
  - spec/rrd_spec.rb
90
89
  - spec/spec_helper.rb
91
90
  - spec/vm.xml
91
+ - spec/vm.xmlnew
92
92
  has_rdoc: true
93
93
  homepage: http://github.com/morellon/rrd-ffi
94
94
  licenses: []
95
95
 
96
96
  post_install_message:
97
- rdoc_options:
98
- - --charset=UTF-8
97
+ rdoc_options: []
98
+
99
99
  require_paths:
100
100
  - lib
101
101
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -124,10 +124,10 @@ signing_key:
124
124
  specification_version: 3
125
125
  summary: RRDTool gem using librrd and ffi
126
126
  test_files:
127
+ - examples/all.rb
127
128
  - spec/rrd/base_spec.rb
128
129
  - spec/rrd/builder_spec.rb
129
130
  - spec/rrd/graph_spec.rb
130
131
  - spec/rrd/wrapper_spec.rb
131
132
  - spec/rrd_spec.rb
132
133
  - spec/spec_helper.rb
133
- - examples/all.rb
data/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- *.rrd
2
- *.png
3
- pkg
4
- doc
5
- coverage
6
- .idea