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 CHANGED
@@ -1,2 +1,2 @@
1
- ��tF%!�dg��Ȏ虖��ye#9��h��.�UdtR~�~�*�O�3ZEdaO����*
2
- )���=:��{��ߙqn;�·>�����P�^򶦨
1
+ \C+�81��`�>hn���K�� 0�EDz E�;������O�<�b2���<#��}.���л��.���j�*��J������eY�+�e Y����:�����ٳ"( ��vN�
2
+ �s���-�s�+�f�Ud��NC�{�.������G�g����W���^-s�����w��A�#���i[��*��cp��� -YQ]�k=���n���x0�������' ��:\��׍�)�\ޣ���tAj�fL��
@@ -1,3 +1,8 @@
1
+ 0.71112:
2
+ Date: Mon, 12 Nov 2007 09:51:31 -0800
3
+ Desc:
4
+ - (%) Fixed ShellManager::WhichWindows#which, forgot to include helper file in gem.
5
+
1
6
  0.71111:
2
7
  Date: Sun, 11 Nov 2007 06:06:27 -0800
3
8
  Desc:
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
 
@@ -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
@@ -1,7 +1,7 @@
1
1
  # See AutomateIt::Interpreter for usage information.
2
2
  module AutomateIt # :nodoc:
3
3
  # AutomateIt version
4
- VERSION=Gem::Version.new("0.71111")
4
+ VERSION=Gem::Version.new("0.71112")
5
5
 
6
6
  # Instantiates a new Interpreter. See documentation for
7
7
  # Interpreter#setup.
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.71111"
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