statgrab 0.1

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.
Files changed (5) hide show
  1. data/LICENSE +202 -0
  2. data/README.mkdn +68 -0
  3. data/extconf.rb +3 -0
  4. data/statgrab.c +1120 -0
  5. metadata +64 -0
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: statgrab
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.1"
5
+ platform: ruby
6
+ authors:
7
+ - Dag Odenhall
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-30 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: dag.odenhall@gmail.com
18
+ executables: []
19
+
20
+ extensions:
21
+ - extconf.rb
22
+ extra_rdoc_files:
23
+ - statgrab.c
24
+ files:
25
+ - statgrab.c
26
+ - README.mkdn
27
+ - LICENSE
28
+ has_rdoc: true
29
+ homepage: http://statgrab.rubyforge.org
30
+ post_install_message:
31
+ rdoc_options:
32
+ - --charset
33
+ - utf-8
34
+ - --inline-source
35
+ - --line-numbers
36
+ - --webcvs
37
+ - http://github.com/dag/ruby-statgrab/tree/master/%s
38
+ - --title
39
+ - Statgrab for Ruby API
40
+ - --main
41
+ - Statgrab
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: "0"
49
+ version:
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ requirements: []
57
+
58
+ rubyforge_project: statgrab
59
+ rubygems_version: 1.1.0
60
+ signing_key:
61
+ specification_version: 2
62
+ summary: Ruby bindings to libstatgrab portable system statistics library
63
+ test_files: []
64
+