capistrano-unicorn-sic 0.4.0 → 0.4.1

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: cac55a6ec2bcf13e252a08ee9d76595bd768eacc
4
- data.tar.gz: 4c10093784934845eb6501655f24587ba966382f
3
+ metadata.gz: 89d6128d5c24e1992b1b1503d5a7f01448982cb8
4
+ data.tar.gz: 966af9c999cc456398f8d7ba2888d08d41c30f3c
5
5
  SHA512:
6
- metadata.gz: 54529e4b607deed3bc8106a0a768d79d6a8b2cde64f1bdceebc1d048f283287e7ef222bfd08ef96d11f004a73f9149ce55fd98196231c0fd53de4c49fb431252
7
- data.tar.gz: a938860e9756be11d82b41dd9b10479bbafffffa8c0a3f0a84cd11f2f5f838f0952485b1e22b06d6cae4a178d3d35c476fec2c09c99229c9f8d50b1e9087fd36
6
+ metadata.gz: 91d4d5871c57a3ce4765053b7438b6fa608c641d04ffcb104318c182ddad02aeda8fe06aac9175af84d10a01e687affd7112875f088dcff2974fc1ec1cbaa280
7
+ data.tar.gz: f0df97b6bfa10077361abd4386f364244be93fb02d1ef5ec898186750077faf8518cf3be928ad28683c16495bd2c564f8465ef53dc753dad423c362d85de0d93
@@ -128,7 +128,7 @@ module CapistranoUnicorn
128
128
  puts 'Starting unicorn...'
129
129
 
130
130
  within fetch(:app_path) do
131
- with rails_env: fetch(:rails_env), bundle_gemfile: fetch(:bundle_gemfile) do
131
+ with rails_env: fetch(:rails_env) do
132
132
  unicorn_execute fetch(:unicorn_bin), '-c', unicorn_config_file_path, '-E', fetch(:unicorn_rack_env), '-D', fetch(:unicorn_options)
133
133
  end
134
134
  end
@@ -1,5 +1,5 @@
1
1
  module CapistranoUnicorn
2
2
  unless defined?(::CapistranoUnicorn::VERSION)
3
- VERSION = "0.4.0".freeze
3
+ VERSION = "0.4.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-unicorn-sic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Gassner, Dan Sosedoff, Florian Schwab
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 2.4.5
100
+ rubygems_version: 2.4.6
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Unicorn integration for Capistrano 3.x
@@ -105,4 +105,3 @@ test_files:
105
105
  - spec/capistrano_integration_spec.rb
106
106
  - spec/config_spec.rb
107
107
  - spec/spec_helper.rb
108
- has_rdoc: