capistrano-simpledeploy 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0c067b5f9233393fc6c54acf3256364ea2db205
4
- data.tar.gz: a2a512f60e1b6c26b95948b54405097fc0b65716
3
+ metadata.gz: a4bd3193a50d70f0c2f06d02ed177dd37823a8d8
4
+ data.tar.gz: 71b31efc3071ec4440bcd2e626a00599e006a4d1
5
5
  SHA512:
6
- metadata.gz: 15aa97083b63d00dfa9a7f7a236a8a66e543086048b13a352da648113f39ae0f5f0d0cebac0d89ed69141e7d6dc31ef4a2c6a8ab425ef5ab0c874d99331d9d35
7
- data.tar.gz: 20580173ac4a3e0fcea61e3a12494ed646d23642507f606263eb274c360ebbe493abc4d398663d5b8078e7121b23b81b56508cda4bc9f0986cf1fa9e314b9d85
6
+ metadata.gz: 70c8d2c139adcad984c4f7f681b6d22821f3c418f82f31466a26e03822e3bd882d760af7569b6faf3da1511fe42c0a11bf720c8c6f503d96d21cce207d898f47
7
+ data.tar.gz: d7875abf430b6c3c242078349d9c9d5fd5d125591aa94176610434b1b3f1d6fb65725714dab7a2ef7ca03f12ef45dc3a5092da9e4a1e8c000123560d3b57ace0
@@ -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.3'
7
+ spec.version = '0.1.4'
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}
@@ -1,5 +1,5 @@
1
+ load File.expand_path('../tasks/simpledeploy.rake', __FILE__)
1
2
  require "capistrano/bundle"
2
3
  require "capistrano/composer"
3
4
  require "capistrano/simplegit"
4
5
 
5
- load File.expand_path('../tasks/simpledeploy.rake', __FILE__)
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Riley