capistrano-psw 1.0.0.pre25 → 1.0.0.pre26

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad0a6b26fd390ed995c0990c1cbd3f8161f1a474
4
- data.tar.gz: f5a7da945d9eb2510cdc7ea08e65dd243a1c45cd
3
+ metadata.gz: b45c0181d30ed32ef122ba22294855ca16d5ae4f
4
+ data.tar.gz: da3b76a4f7f672f7ac5cda85fe9aa43406672d54
5
5
  SHA512:
6
- metadata.gz: bd23a034b42bd5c5b8f9a1b06f206ffc1900e79c70ddb9e8b5f56bf8f0f8c292b491dc78cc72aaf47921eeb6b2f1d58646be78e94dc1ae6933a95cf04d4e3b39
7
- data.tar.gz: 65a543b5179ff354e619173fc10c2fffafb45f337694b35f37d3097d44533f6c654426954dd4d0098f0904ace2571932a7f72197fd6953257aef609fe0d6311d
6
+ metadata.gz: 83dfa5db7424e20d2c4e1d21e8f93a4d1712d86f82ecf636f14564b8ac17a109592278d112a37e30f76acbf5e693a2fb41e20bfa29be9f4282f5414f09ba1587
7
+ data.tar.gz: 4b698689b09e30fd3ea63e3545b668463f36168eca57f8741f764dfaedece2b91af7441f77ec05325c6706d400ed0617f2273f6149bddba3aa66b9e23c897bba
@@ -13,19 +13,15 @@
13
13
  module Capistrano
14
14
  module Psw
15
15
 
16
- # Static method for loading Capistrano tasks from 'resources/lib/capistrano/tasks'.
17
- #
18
- # @return n/a
19
16
  def self.load_tasks
20
- puts "Loading Capistrano V3 tasks..."
17
+ puts "DEPRECATED. The capistrano-psw tasks are now auto-loaded, and this method is no longer required."
18
+ end
21
19
 
22
- $LOAD_PATH.each do |dir|
23
- if (dir.end_with?("resources/lib/capistrano/tasks"))
24
- Dir.foreach(dir) do |task|
25
- if (task.end_with?(".cap"))
26
- puts "Loading task #{task}..."
27
- load task
28
- end
20
+ $LOAD_PATH.each do |dir|
21
+ if (dir.end_with?("resources/lib/capistrano/tasks"))
22
+ Dir.foreach(dir) do |task|
23
+ if (task.end_with?(".cap"))
24
+ load task
29
25
  end
30
26
  end
31
27
  end
@@ -10,6 +10,6 @@
10
10
 
11
11
  module Capistrano
12
12
  module Psw
13
- VERSION = "1.0.0.pre25"
13
+ VERSION = "1.0.0.pre26"
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-psw
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre25
4
+ version: 1.0.0.pre26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lexmark International Technology S.A
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-10 00:00:00.000000000 Z
11
+ date: 2014-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler