capistrano-simpledeploy 0.1.4 → 0.1.5

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: a4bd3193a50d70f0c2f06d02ed177dd37823a8d8
4
- data.tar.gz: 71b31efc3071ec4440bcd2e626a00599e006a4d1
3
+ metadata.gz: 436df9c67c70fb8d237031e05c2f75a89616e757
4
+ data.tar.gz: ad1817c791c470baa43894fa596d15f6473bb523
5
5
  SHA512:
6
- metadata.gz: 70c8d2c139adcad984c4f7f681b6d22821f3c418f82f31466a26e03822e3bd882d760af7569b6faf3da1511fe42c0a11bf720c8c6f503d96d21cce207d898f47
7
- data.tar.gz: d7875abf430b6c3c242078349d9c9d5fd5d125591aa94176610434b1b3f1d6fb65725714dab7a2ef7ca03f12ef45dc3a5092da9e4a1e8c000123560d3b57ace0
6
+ metadata.gz: af9b0dd117d17e80766d1635aa585c93378188376d1141b5e67516275eedfbf4a48644cb6ff782feb4e0108e34fe029faa727fa2965babe1d8d29e4578b442f0
7
+ data.tar.gz: 557eb37def77a3513a1f710f08ec0a1541ea143298cc374b5bd9f53e0bef145dc703c2183aa4306b7f35e3aca71670a970aa444e4798f865827fdf53e0dea48e
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-simpledeploy'
7
- spec.version = '0.1.4'
7
+ spec.version = '0.1.5'
8
8
  spec.authors = ["Ross Riley"]
9
9
  spec.email = ["riley.ross@gmail.com"]
10
10
  spec.description = %q{An extension to handle single version deploys for Capistrano 3.x}
@@ -3,3 +3,13 @@ require "capistrano/bundle"
3
3
  require "capistrano/composer"
4
4
  require "capistrano/simplegit"
5
5
 
6
+ module Capistrano
7
+ module DSL
8
+ module Paths
9
+ def shared_path
10
+ fetch(:deploy_to)
11
+ end
12
+ end
13
+ end
14
+ end
15
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-simpledeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Riley