capistrano-base_helper 0.0.10 → 0.0.11

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
1
+ 0.0.11
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-base_helper"
8
- s.version = "0.0.10"
8
+ s.version = "0.0.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leif Ringstad"]
@@ -1,6 +1,7 @@
1
1
  Capistrano::Configuration.instance(true).load do
2
- _cset :pids_path, File.join(fetch(:shared_path), "pids")
3
- _cset :sockets_path, File.join(fetch(:shared_path), "sockets")
2
+ _cset :pids_path, defer { File.join(fetch(:shared_path), "pids") }
3
+ _cset :sockets_path, defer { File.join(fetch(:shared_path), "sockets") }
4
+
4
5
  namespace :base_helper do
5
6
  desc "[internal] set the capistrano instance in Capistrano::BaseHelper module"
6
7
  task :set_capistrano_instance do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-base_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: 1097852219184187389
102
+ hash: 1433559247427886360
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  none: false
105
105
  requirements: