sys-uname 0.8.3-x86-mswin32-60

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.
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sys-uname
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.3
5
+ platform: x86-mswin32-60
6
+ authors:
7
+ - Daniel J. Berger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-04-26 00:00:00 -06:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: An interface for returning uname (platform) information
17
+ email: djberg96@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - CHANGES
24
+ - README
25
+ - MANIFEST
26
+ - doc/uname.txt
27
+ files:
28
+ - doc/uname.txt
29
+ - test/tc_uname.rb
30
+ - CHANGES
31
+ - doc
32
+ - examples
33
+ - ext
34
+ - lib
35
+ - MANIFEST
36
+ - Rakefile
37
+ - README
38
+ - sys-uname.gemspec
39
+ - test
40
+ - lib/sys/uname.rb
41
+ has_rdoc: true
42
+ homepage: http://www.rubyforge.org/projects/sysutils
43
+ post_install_message:
44
+ rdoc_options: []
45
+
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.8.2
53
+ version:
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ version:
60
+ requirements: []
61
+
62
+ rubyforge_project: sysutils
63
+ rubygems_version: 1.1.1
64
+ signing_key:
65
+ specification_version: 2
66
+ summary: An interface for returning uname (platform) information
67
+ test_files:
68
+ - test/tc_uname.rb