sys-admin 1.4.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,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sys-admin
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.4.3
5
+ platform: x86-mswin32-60
6
+ authors:
7
+ - Daniel J. Berger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-03-02 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: A unified, cross platform replacement for the "etc" package.
17
+ email: djberg96@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - CHANGES
24
+ - README
25
+ - MANIFEST
26
+ files:
27
+ - doc/sys-admin-unix.txt
28
+ - doc/sys-admin-windows.txt
29
+ - examples/groups.rb
30
+ - examples/users.rb
31
+ - test/tc_admin.rb
32
+ - test/tc_unix.rb
33
+ - test/tc_windows.rb
34
+ - CHANGES
35
+ - doc
36
+ - examples
37
+ - ext
38
+ - lib
39
+ - MANIFEST
40
+ - Rakefile
41
+ - README
42
+ - sys-admin-1.4.0-x86-mswin32-60.gem
43
+ - sys-admin-1.4.3.gem
44
+ - sys-admin.gemspec
45
+ - sys-admin.gemspec~
46
+ - test
47
+ - lib/sys/admin.rb
48
+ has_rdoc: true
49
+ homepage: http://www.rubyforge.org/projects/sysutils
50
+ post_install_message:
51
+ rdoc_options: []
52
+
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 1.8.2
60
+ version:
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ requirements: []
68
+
69
+ rubyforge_project: sysutils
70
+ rubygems_version: 1.0.1
71
+ signing_key:
72
+ specification_version: 2
73
+ summary: A unified, cross platform replacement for the "etc" package.
74
+ test_files:
75
+ - test/tc_admin.rb