capistrano-atlas 0.0.1 → 0.0.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: 0fdb1cb92c6e823effad36625a49db5dccb2ea5b
4
- data.tar.gz: 3858ea7c0f6e411411fe880d502428686cafc8a5
3
+ metadata.gz: f11473fb1951b2c9e39088c6662cf4382f687b9e
4
+ data.tar.gz: a5a7925e3ade4ecc4242cafd3530d5b056ee3df1
5
5
  SHA512:
6
- metadata.gz: e6b7c06a79714867e4c37e7fe2aa83756793b2f47467eea82f6d2d9afd25c629e58921882c0b532466a8f89b25afab8e082c6cb6af680819dc2e3691e66b4c9b
7
- data.tar.gz: f4a9a75485061d6f79045384de70b2e020577b29ac7af225028637627eacbd1fb37ebc753366070ea30d0d26898d65a44363e83a8689da1f114468b7089c053f
6
+ metadata.gz: 103c4127f330a0dba22d1d5fece2c893f1739c67d9c391f92c2bda590eeabca550bc21a67dd1bb7b44675041d7f71c7a9c87203a4aa79b42a3b59ed23e9bb095
7
+ data.tar.gz: 9deba89040018494ade724bde168706bfbbb4013e01bada86f8c7401c3c8950c5f73010c4c02386e80644a5e46abd63fa5da8e0456d95e792f2b13d4e18de194
@@ -15,6 +15,7 @@ load File.expand_path("../tasks/ssl.rake", __FILE__)
15
15
  load File.expand_path("../tasks/dotenv.rake", __FILE__)
16
16
  load File.expand_path("../tasks/postgresql.rake", __FILE__)
17
17
  load File.expand_path("../tasks/nginx.rake", __FILE__)
18
+ load File.expand_path("../tasks/puma.rake", __FILE__)
18
19
  load File.expand_path("../tasks/crontab.rake", __FILE__)
19
20
  load File.expand_path("../tasks/logrotate.rake", __FILE__)
20
21
  load File.expand_path("../tasks/rbenv.rake", __FILE__)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Atlas
3
- VERSION = "0.0.1".freeze
3
+ VERSION = "0.0.2".freeze
4
4
  end
5
5
  end
@@ -9,6 +9,7 @@ namespace :load do
9
9
  logrotate
10
10
  migrate
11
11
  nginx
12
+ puma
12
13
  postgresql
13
14
  rbenv
14
15
  seed
@@ -124,7 +125,6 @@ namespace :load do
124
125
  [fetch(:atlas_dotenv_filename)] +
125
126
  %w(
126
127
  config/database.yml
127
- config/unicorn.rb
128
128
  )
129
129
  }
130
130
  set :log_level, :debug
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-atlas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John McDowall