capistrano-didi 0.4.16 → 0.4.17

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: 11977975b2428f74c258e8d21322c2afb64b08ed
4
- data.tar.gz: 81e722c712fc40f1aceaa9448f62b0c2091803b3
3
+ metadata.gz: c9f5fa8a7c9fbe24a24783da7f9e756a01498ba6
4
+ data.tar.gz: 12dbc47ec612a17c2f9c9e94ba7ea10b975c8f76
5
5
  SHA512:
6
- metadata.gz: 54e9549226b225de7f34927b36957464dc9683a39f9c02003f18453cab626a8a468e4b56bd508531973149d00bf8deb4a3bd5b5ecbd6e3e8b145b07b8290afc1
7
- data.tar.gz: cb3b16125eccdcb6bc6eb2f75383b88606baf8b129589e8fa77ef38d9663b71d2a38b5567c0614b6a432cef8c55d660c0d0e512cba755c58222011c138a77872
6
+ metadata.gz: b2fdde5a4700431872c7d8ecda3b5c1b11ddaebd8aac612aed6fcb77f57e5a00e39f0a031d2a1a50460afe4118ff8b176bc509fbf8e8aebc987f16f1fce811e8
7
+ data.tar.gz: 1a99117dd75c519ec4442dbeb3a585a7ed601ad3c3a74d22ca31a761d473b0af0364119112c79ed7efe3b0932f90b763654313c7855b87697262555804a2895b
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-didi"
8
- s.version = "0.4.16"
8
+ s.version = "0.4.17"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["CrossCheck"]
12
- s.date = "2015-01-30"
11
+ s.authors = ["Ausy Belgium"]
12
+ s.date = "2015-02-24"
13
13
  s.description = "didi is a collection of recipes for capistrano that allow drupal to be deployed, tested and used in a CI environment"
14
14
  s.email = "support.team@one-agency.be"
15
15
  s.executables = ["didi", "didify"]
@@ -471,7 +471,7 @@ Capistrano::Configuration.instance.load do
471
471
  task :default do
472
472
  current_host = capture("echo $CAPISTRANO:HOST$").strip
473
473
  run_locally "cd #{copy_cache}/#{theme_path} && bundle exec grunt"
474
- run_locally "rsync -av #{copy_cache}/#{theme_path}/#{assets_path}/ #{user}@#{current_host}:#{current_path}/#{theme_path}/#{assets_path}/;"
474
+ run_locally "rsync -av #{copy_cache}/#{theme_path}/#{assets_path}/ #{user}@#{current_host}:#{current_release}/#{theme_path}/#{assets_path}/;"
475
475
  end
476
476
  end
477
477
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-didi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.16
4
+ version: 0.4.17
5
5
  platform: ruby
6
6
  authors:
7
- - CrossCheck
7
+ - Ausy Belgium
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-30 00:00:00.000000000 Z
11
+ date: 2015-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railsless-deploy
@@ -109,7 +109,7 @@ homepage: https://github.com/Crosscheck/didi
109
109
  licenses:
110
110
  - MIT
111
111
  metadata: {}
112
- post_install_message: "=> \"didify\" and \"didi\" commands installed. Try them out!"
112
+ post_install_message: => "didify" and "didi" commands installed. Try them out!
113
113
  rdoc_options: []
114
114
  require_paths:
115
115
  - lib
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.2.2
128
+ rubygems_version: 2.4.8
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: didi - drupal deployment script based on capistrano