capdrupal 0.9.7 → 0.9.8

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: 3209875e157bd6157a68282d0c439b10c69d09cb
4
- data.tar.gz: 5b62f454802ef995effbfb92df6fc02ee0555b0d
3
+ metadata.gz: ae5d30ec43f9ae15b996d20f17acd656f0e3c1ad
4
+ data.tar.gz: 76fde1d4d49e219f0505fff997841223373d2291
5
5
  SHA512:
6
- metadata.gz: df1db6c6b1c08211dbfa297d3a7cd1052c812e8a2ec54c75279bd51ac13917c21e2aae8800b2aa35d8e9107ab3f792c5026181c19e98b8719b91fbe1d0aa6e6a
7
- data.tar.gz: b8141fe494c8609a394829ad344ccb82c348d4e563c8cc978166d94c0dd898e85cfca89ddc91e2a679b207cb55083bcfcb41044b8bad5d8f758807b5cd7aaf72
6
+ metadata.gz: b2a1c115164be2c101f353876c79d2ba24c89944da9fb559ae9852083a67ef5a302b5935f84fe9cc779763afeb1b9c1af82424b8061afe9115696d0332cd8094
7
+ data.tar.gz: 298ddf272f6e0eba01b1df30b64165355bbab3e498970f780c32e9ba6226836266e5933da48748adcc6f9ee7ce178c36fd6b7f71ecbf00e5362d8e1df2f68f60
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.7
1
+ 0.9.8
data/capdrupal.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'capdrupal'
5
- s.version = '0.9.7'
5
+ s.version = '0.9.8'
6
6
  s.license = 'MIT'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.description = <<-DESC
data/lib/capdrupal.rb CHANGED
@@ -138,7 +138,7 @@ Capistrano::Configuration.instance(:must_exist).load do
138
138
 
139
139
  desc "Gets drush and installs it"
140
140
  task :get, :roles => :app, :except => { :no_release => true } do
141
- run "#{try_sudo} cd #{shared_path} && curl -O -s http://ftp.drupal.org/files/projects/drush-7.x-5.8.tar.gz && tar -xf drush-7.x-5.8.tar.gz && rm drush-7.x-5.8.tar.gz"
141
+ run "#{try_sudo} cd #{shared_path} && curl -LO -s https://ftp.drupal.org/files/projects/drush-7.x-5.8.tar.gz && tar -xf drush-7.x-5.8.tar.gz && rm drush-7.x-5.8.tar.gz"
142
142
  run "#{try_sudo} cd #{shared_path} && chmod u+x drush/drush"
143
143
  end
144
144
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capdrupal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Perdrisat
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-03-06 00:00:00.000000000 Z
14
+ date: 2016-01-31 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: capistrano
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.2.2
88
+ rubygems_version: 2.4.5.1
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: A set of tasks for deploying Drupal projects with Capistrano