automateit 0.71012 → 0.71017
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.
- data.tar.gz.sig +0 -0
- data/CHANGES.txt +5 -0
- data/TODO.txt +2 -1
- data/lib/automateit.rb +1 -0
- data/lib/automateit/root.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +1 -1
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGES.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
0.71017:
|
|
2
|
+
Date: Wed, 17 Oct 2007 00:24:24 -0700
|
|
3
|
+
Desc:
|
|
4
|
+
- (%) Fixed, created workaround so AutomateIt can run using the newly-released ActiveSupport 1.4.4 (part of Rails 2.0 PR1), because it breaks backwards compatibility by depending on new #extract_options method.
|
|
5
|
+
|
|
1
6
|
0.71012:
|
|
2
7
|
Date: Fri, 12 Oct 2007 03:54:30 -0700
|
|
3
8
|
Desc:
|
data/TODO.txt
CHANGED
|
@@ -8,10 +8,11 @@ d=disabled
|
|
|
8
8
|
Solaris 10
|
|
9
9
|
f Create PlatformManager::SunOS
|
|
10
10
|
d Create AccountManager::SunOS and prevent ::Linux from being used because it has the same commands but with different args
|
|
11
|
-
- Create ServiceManager::SMF
|
|
11
|
+
- Create ServiceManager::SMF
|
|
12
12
|
- Create PackageManager::Blastwave
|
|
13
13
|
- Create PackageManager::SunPkg
|
|
14
14
|
|
|
15
|
+
111 Shell -- Write #su(user, *command)
|
|
15
16
|
100 Shell -- Expand glob patterns, e.g. chown_R(500, 500, "*")
|
|
16
17
|
|
|
17
18
|
100 Edit -- Display summary of edits, return with :details as [rv, list]
|
data/lib/automateit.rb
CHANGED
|
@@ -19,6 +19,7 @@ require 'erb'
|
|
|
19
19
|
|
|
20
20
|
# Load ActiveSupport pieces individually to save ~0.5s
|
|
21
21
|
### require 'active_support'
|
|
22
|
+
require 'active_support/core_ext/array' # [].extract_options, new in AS 1.4.4
|
|
22
23
|
require 'active_support/core_ext/blank' # foo.blank?
|
|
23
24
|
require 'active_support/core_ext/class/attribute_accessors' # cattr_accessor
|
|
24
25
|
require 'active_support/core_ext/class/inheritable_attributes' # inheritable_cattr_accessor
|
data/lib/automateit/root.rb
CHANGED
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: automateit
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: "0.
|
|
7
|
-
date: 2007-10-
|
|
6
|
+
version: "0.71017"
|
|
7
|
+
date: 2007-10-18 00:00:00 -07:00
|
|
8
8
|
summary: AutomateIt is an open-source tool for automating the setup and maintenance of UNIX-like systems
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
metadata.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
N��V)��7c���_ק3��-�!g2�t�8Z�?CS��0�3<����xĬ���U�[E���`Y��ycH����_��6��������FW{;�;Z+�pׂ���i��]7N����x�'9m�ܖ��f�a�!<M��j�X�������5HV* Y�.P
|