- Update to 1.0.0
PR: 93571 Submitted by: maintainer
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= switchtower
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= sysutils rubygems
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/7932/
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/8664/
|
||||
|
||||
MAINTAINER= r.s.a.vandomburg@student.utwente.nl
|
||||
COMMENT= A utility for executing commands in parallel on multiple machines
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (rubygem/switchtower-0.10.0.gem) = 1a20e98693165f0ddceb199c040c3a63
|
||||
SHA256 (rubygem/switchtower-0.10.0.gem) = 08ff0b865b1fc9690d49fb4c0ad9304db83b6d19b6a10211dee964767ffc86c5
|
||||
SIZE (rubygem/switchtower-0.10.0.gem) = 28160
|
||||
MD5 (rubygem/switchtower-1.0.0.gem) = 281007799fbe3251ec936258547f042d
|
||||
SHA256 (rubygem/switchtower-1.0.0.gem) = 0724c4ba95129c383250273de0e63029b85c820c1eb42acf1e8d9231eb8f6378
|
||||
SIZE (rubygem/switchtower-1.0.0.gem) = 35328
|
||||
|
||||
@@ -7,6 +7,7 @@ bin/switchtower
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/cli.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/command.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/configuration.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/extensions.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/gateway.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/generators/rails/deployment/deployment_generator.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/generators/rails/deployment/templates/deploy.rb
|
||||
@@ -16,16 +17,21 @@ bin/switchtower
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/recipes/standard.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/recipes/templates/maintenance.rhtml
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/base.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/baz.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/bzr.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/cvs.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/darcs.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/perforce.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/subversion.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/ssh.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/transfer.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/utils.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/version.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/actor_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/command_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/configuration_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/fixtures/config.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/fixtures/custom.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/scm/cvs_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/scm/subversion_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/ssh_test.rb
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= switchtower
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= sysutils rubygems
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/7932/
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/8664/
|
||||
|
||||
MAINTAINER= r.s.a.vandomburg@student.utwente.nl
|
||||
COMMENT= A utility for executing commands in parallel on multiple machines
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (rubygem/switchtower-0.10.0.gem) = 1a20e98693165f0ddceb199c040c3a63
|
||||
SHA256 (rubygem/switchtower-0.10.0.gem) = 08ff0b865b1fc9690d49fb4c0ad9304db83b6d19b6a10211dee964767ffc86c5
|
||||
SIZE (rubygem/switchtower-0.10.0.gem) = 28160
|
||||
MD5 (rubygem/switchtower-1.0.0.gem) = 281007799fbe3251ec936258547f042d
|
||||
SHA256 (rubygem/switchtower-1.0.0.gem) = 0724c4ba95129c383250273de0e63029b85c820c1eb42acf1e8d9231eb8f6378
|
||||
SIZE (rubygem/switchtower-1.0.0.gem) = 35328
|
||||
|
||||
@@ -7,6 +7,7 @@ bin/switchtower
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/cli.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/command.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/configuration.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/extensions.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/gateway.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/generators/rails/deployment/deployment_generator.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/generators/rails/deployment/templates/deploy.rb
|
||||
@@ -16,16 +17,21 @@ bin/switchtower
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/recipes/standard.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/recipes/templates/maintenance.rhtml
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/base.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/baz.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/bzr.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/cvs.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/darcs.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/perforce.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/scm/subversion.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/ssh.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/transfer.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/utils.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/lib/switchtower/version.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/actor_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/command_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/configuration_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/fixtures/config.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/fixtures/custom.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/scm/cvs_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/scm/subversion_test.rb
|
||||
%%GEMS_DIR%%/switchtower-%%PORTVERSION%%/test/ssh_test.rb
|
||||
|
||||
Reference in New Issue
Block a user