capistrano-deploy-management 0.1.21 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'capistrano-deploy-management'
4
4
  s.description = 'Collection of Capistrano recipes for deploying Rails apps into high-performance environments'
5
- s.version = '0.1.21'
5
+ s.version = '0.1.22'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ['Dominik Rodler']
8
8
  s.email = ['dominik.rodler@gmail.com']
data/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
- - 0.1.21
2
- attempt to speed up bundle install using --local flag
1
+ - 0.1.21 / 0.1.21
2
+ attempt to speed up bundle install using --local flag // reverted, because some gems are OS-specific and make bundle install fail
3
3
 
4
4
  - 0.1.19 / 0.1.20
5
5
  improved unicorn restart
@@ -7,7 +7,7 @@ module CapistranoDeployManagement
7
7
  desc 'Install gems'
8
8
  task :install, :except => {:no_release => true} do
9
9
  bundle_cmd = fetch(:bundle_cmd, 'bundle')
10
- bundle_flags = fetch(:bundle_flags, '--local --deployment --quiet')
10
+ bundle_flags = fetch(:bundle_flags, '--deployment --quiet')
11
11
  bundle_without = [*fetch(:bundle_without, [:development, :test])].compact
12
12
 
13
13
  args = [bundle_flags.to_s]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-deploy-management
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: