sys-uname 0.7.4-mswin32

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