automateit 0.71111 → 0.71112
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 +2 -2
- data/CHANGES.txt +5 -0
- data/Hoe.rake +1 -1
- data/Rakefile +2 -2
- data/helpers/which.cmd +7 -0
- data/lib/automateit/root.rb +1 -1
- metadata +2 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
)
|
|
1
|
+
\C+�8�1��`�>hn���K��0�EDzE�;������O�<�b�2���<#��}.���л��.���j�*��J������eY�+�e �Y����:�����ٳ"( ��v�N�
|
|
2
|
+
�s���-�s�+�f�Ud��NC�{�.������G�g����W���^-s�����w��A�#���i[��*��cp���-YQ]�k=���n���x0�������'��:\���)�\ޣ���tAj�fL��
|
data/CHANGES.txt
CHANGED
data/Hoe.rake
CHANGED
|
@@ -6,7 +6,7 @@ require 'automateit'
|
|
|
6
6
|
|
|
7
7
|
HoeInclude = {
|
|
8
8
|
:executables => Dir['bin/*'].reject{|t|t.match(/~/)}.map{|t|File.basename(t)},
|
|
9
|
-
:files => (%w(add2path.sh gpl.txt CHANGES.txt Hoe.rake Manifest.txt Rakefile README.txt TESTING.txt TODO.txt TUTORIAL.txt) + FileList["{bin,examples,docs,lib,misc,spec}/**/*"]).to_a.reject{|t| File.directory?(t)},
|
|
9
|
+
:files => (%w(add2path.sh gpl.txt CHANGES.txt Hoe.rake Manifest.txt Rakefile README.txt TESTING.txt TODO.txt TUTORIAL.txt) + FileList["{bin,examples,docs,helpers,lib,misc,spec}/**/*"]).to_a.reject{|t| File.directory?(t)},
|
|
10
10
|
:test_files => FileList["{spec}/**/*"].to_a,
|
|
11
11
|
}
|
|
12
12
|
|
data/Rakefile
CHANGED
|
@@ -83,7 +83,7 @@ end
|
|
|
83
83
|
namespace :loc do
|
|
84
84
|
desc "Display lines of code using loccount"
|
|
85
85
|
task :count do
|
|
86
|
-
sh "loccount bin/* lib/ spec/ examples/ *.rake"
|
|
86
|
+
sh "loccount helpers/* bin/* lib/ spec/ examples/ *.rake"
|
|
87
87
|
end
|
|
88
88
|
|
|
89
89
|
desc "Display the lines of code changed in the repository"
|
|
@@ -103,7 +103,7 @@ namespace :loc do
|
|
|
103
103
|
|
|
104
104
|
desc "Display lines of code based on sloccount"
|
|
105
105
|
task :sloc do
|
|
106
|
-
sh "sloccount lib spec misc examples bin"
|
|
106
|
+
sh "sloccount lib spec misc examples bin helpers"
|
|
107
107
|
end
|
|
108
108
|
end
|
|
109
109
|
|
data/helpers/which.cmd
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
@ rem "which" workalike for Windows. Searches current directory and PATH for all extensions, stops after first match, and returns meaningful exit value for "system" or "ERRORLEVEL" checks.
|
|
2
|
+
@setlocal
|
|
3
|
+
@set P2=.;%PATH%
|
|
4
|
+
@for %%e in (%PATHEXT%) do @for %%i in (%1%%e) do @if NOT "%%~$P2:i"=="" echo %%~$P2:i && goto end
|
|
5
|
+
@rem REM This exits the shell on failure, so don't use it directly
|
|
6
|
+
@exit 1
|
|
7
|
+
:end
|
data/lib/automateit/root.rb
CHANGED
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: automateit
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: "0.
|
|
6
|
+
version: "0.71112"
|
|
7
7
|
date: 2007-11-12 00:00:00 -08:00
|
|
8
8
|
summary: AutomateIt is an open source tool for automating the setup and maintenance of servers, applications and their dependencies.
|
|
9
9
|
require_paths:
|
|
@@ -79,6 +79,7 @@ files:
|
|
|
79
79
|
- examples/basic/recipes/install.rb
|
|
80
80
|
- docs/friendly_errors.txt
|
|
81
81
|
- docs/previews.txt
|
|
82
|
+
- helpers/which.cmd
|
|
82
83
|
- lib/hashcache.rb
|
|
83
84
|
- lib/automateit.rb
|
|
84
85
|
- lib/tempster.rb
|
metadata.gz.sig
CHANGED
|
Binary file
|