capistrano-sidekiq-sic 0.4.1 → 0.4.2

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: fb62d16c47fa1006eb673e713680ac6ccff5cace
4
- data.tar.gz: 10f77269e3488d9a10833e15601d4a5fde8bd889
3
+ metadata.gz: 91472e92eaa09214379d59bd434c505d8ba23cc0
4
+ data.tar.gz: 822148aa302edd82bad9d2b8cc44dffcc535b7eb
5
5
  SHA512:
6
- metadata.gz: f1a7c7247cd08c3805ba80933027abadd27e55920a8d8876e2f206234ce892499c9e7d01cf52a29c79363b9feb86af86d47fb3bd2f1743465884ccf4703168ad
7
- data.tar.gz: 40d763d18d9376fa776ce4256f74b12e8344d487af274e873ac74b748a6603fc66027688a67e04e79e334faf8d6449a7ac140bb86d1f02699e163314009fe681
6
+ metadata.gz: 0ca5ae2d37e810b60dd8881573081ac5453048c0b3c2cefd719d4e807629c304210c9cbaa3bc27dd67cceb7cec117c7579d209c2f2155950f77a200380fc1659
7
+ data.tar.gz: 39525e9096d62056e0eb5db862c413d8b161b87941f55f0589ad79fc8e73f8823b2e3b2b695298e4f741fcfcb8a97074d82b7316c8a62aec0cc5d0370569f7a6
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['terminale@gmail.com', 'me@ydkn.de']
11
11
  spec.summary = %q{Sidekiq integration for Capistrano}
12
12
  spec.description = %q{Sidekiq integration for Capistrano}
13
- spec.homepage = 'https://github.com/seuros/capistrano-sidekiq'
13
+ spec.homepage = 'https://github.com/SICSoftwareGmbH/capistrano-sidekiq'
14
14
  spec.license = 'LGPL-3.0'
15
15
 
16
16
  spec.required_ruby_version = '>= 1.9.3'
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Sidekiq
3
- VERSION = '0.4.1'
3
+ VERSION = '0.4.2'
4
4
  end
5
5
  end
@@ -45,8 +45,6 @@ namespace :sidekiq do
45
45
  cmd = []
46
46
  command = "bash -l -c \"#{args.join(' ')}\""
47
47
 
48
- puts fetch(:sidekiq_user).inspect
49
-
50
48
  if sidekiq_user = fetch(:sidekiq_user)
51
49
  cmd += [:sudo, '-u', sidekiq_user, command]
52
50
  else
@@ -54,7 +52,7 @@ namespace :sidekiq do
54
52
  end
55
53
 
56
54
  within fetch(:app_path) do
57
- with rails_env: fetch(:rails_env), bundle_gemfile: fetch(:bundle_gemfile) do
55
+ with rails_env: fetch(:rails_env) do
58
56
  if run_in_background
59
57
  background *cmd, options
60
58
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-sidekiq-sic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-04 00:00:00.000000000 Z
12
+ date: 2015-03-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
@@ -62,7 +62,7 @@ files:
62
62
  - lib/capistrano/tasks/sidekiq.cap
63
63
  - lib/generators/capistrano/sidekiq/monit/template_generator.rb
64
64
  - lib/generators/capistrano/sidekiq/monit/templates/sidekiq_monit.conf.erb
65
- homepage: https://github.com/seuros/capistrano-sidekiq
65
+ homepage: https://github.com/SICSoftwareGmbH/capistrano-sidekiq
66
66
  licenses:
67
67
  - LGPL-3.0
68
68
  metadata: {}
@@ -82,9 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.4.5
85
+ rubygems_version: 2.4.6
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Sidekiq integration for Capistrano
89
89
  test_files: []
90
- has_rdoc: