dcs-best-practices 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: 94702c111325b55e95b70abca84e5eb8b8dd3e5a785de59f44dca319108f9b60
4
- data.tar.gz: 94ccec43f7d08bb9691104ac9078bec79444fb97001d62fb47f841f62acbe478
3
+ metadata.gz: 5a86318cb5ed45a79914c8d1efa10ea3bf4527af8b45c3672641a248353ad3ef
4
+ data.tar.gz: c4107d7a495f5a0c0cec5eab1ee7c51406a4dbb9f3973855a782b67b8913534c
5
5
  SHA512:
6
- metadata.gz: 74e6569ce7900907b9dcef60464728f100c393a09cf00dbfbd73f791288104579c1cc459ac3ef5e3126b94fd925eac8865f4beb46a7167e9cee7d70cfb7c8f5a
7
- data.tar.gz: b5c15ce312e4225ae367eb68f9b6ab05ec72448bc8c931795224305df1d1545cecfc5b074b93680c66fcf29f8f6d6a218735d97539af8a478d4eceed8bfe6a94
6
+ metadata.gz: 683a5a5ce32ca52b0c0ff053337cadec730387fddb9e0939e37bc6daa2eaf49ec4be7dac3d69f217f4af275986bcd6a2daeffeb318556fda097cc306c61ba858
7
+ data.tar.gz: 2098721b8b6b28106bba2ac21ad71d422f36e9c9d59d990a0e595beb164f256add79b58f00ce1f4bf3b5059ee88424f216e0e12c1b137d0f4c1e2f2a7f968944
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'Simple best practices, used for soft deployment with capistrano to some servers'
14
14
  spec.description = 'Contains deploy configuration'
15
- spec.homepage = 'https://bitbucket.org/DCStudio/best-prectices'
15
+ spec.homepage = 'https://bitbucket.org/DCStudio/best-practices'
16
16
 
17
17
  raise 'RubyGems 2.5.1 or newer is required to protect against public gem pushes.' unless spec.respond_to?(:metadata)
18
18
 
@@ -3,5 +3,4 @@
3
3
  require 'capistrano/dcs/defaults'
4
4
  require 'capistrano/dcs/assets'
5
5
  require 'capistrano/dcs/remote'
6
- require 'capistrano/dcs/sidekiq'
7
6
  require 'capistrano/dcs/ssh'
@@ -29,7 +29,5 @@ namespace :load do
29
29
  set :bundle_cmd, "rvm use #{fetch(:rvm_ruby_version)} do bundle"
30
30
 
31
31
  set :assets_roles, %i[web app db]
32
-
33
- after 'deploy:publishing', 'puma:restart'
34
32
  end
35
33
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DCSBestPractices
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcs-best-practices
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - DarkWater
@@ -372,7 +372,7 @@ files:
372
372
  - lib/generators/dcs/templates/deploy/config/newrelic.yml.tt
373
373
  - lib/generators/dcs/templates/deploy/config/puma.rb.tt
374
374
  - lib/generators/dcs/templates/deploy/config/secrets.yml.tt
375
- homepage: https://bitbucket.org/DCStudio/best-prectices
375
+ homepage: https://bitbucket.org/DCStudio/best-practices
376
376
  licenses: []
377
377
  metadata:
378
378
  allowed_push_host: https://rubygems.org