capistrano-fiftyfive 0.17.0 → 0.17.1

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
  SHA1:
3
- metadata.gz: 081a86b4f7b84d1554ebf148b6a2455c5ca52ae2
4
- data.tar.gz: 0ae4131fd3773780129e93801b2de49ac6856660
3
+ metadata.gz: b0e57fbce1a3e7532bbbe60ce9cefb070f0754a4
4
+ data.tar.gz: 316ec5cff46c900b135125d092f671068b516cbb
5
5
  SHA512:
6
- metadata.gz: c26120da6ad226b4d5ec149c1cd64e51cb48015ae59455261b2be07082aae3bd2d265750b839ab7b0571a0c935cc0bcaa91d2070cff78751e5bed79f363ab126
7
- data.tar.gz: 74a30b0f6c15c14ef086c1fede23eefea3bf1ad3caa3e8f82c0efbfa5f4d4180689e75483d898deb44a649d09806d58e65da5dc9f1261d68cb9be93dc66fa60f
6
+ metadata.gz: 30aae37f217b63083a80089f19069198b5b128ce633fc6ae35cf914d4885865aeaf5860f283af9fd5326ddc97daceadd7e2d4342dce96788a95b2ffad2b03746
7
+ data.tar.gz: fbb03c164ffe3c4218a5a2a5568aa8bf46cd0851c95e530d6c0df1cdf8cb287057067261095158887edaf26ff11c0ee61d51374c9958e63bab9f2d37d5bd2b14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # capistrano-fiftyfive Changelog
2
2
 
3
+ ## `0.17.1`
4
+
5
+ * Cosmetic changes to the gemspec.
6
+
3
7
  ## `0.17.0`
4
8
 
5
9
  * Write a banner message into `capistrano.log` at the start of each cap run, to aid in troubleshooting.
@@ -6,13 +6,13 @@ require 'capistrano/fiftyfive/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "capistrano-fiftyfive"
8
8
  spec.version = Capistrano::Fiftyfive::VERSION
9
- spec.authors = ["Matt Brictson"]
10
- spec.email = ["opensource@55minutes.com"]
9
+ spec.author = "Matt Brictson"
10
+ spec.email = "matt@mattbrictson.com"
11
11
  spec.description = \
12
- "Capistrano 3.1+ recipes that we use at 55 Minutes to standardize "\
13
- "our Rails deployments. These are tailored for Ubuntu 12.04 LTS, "\
14
- "PostgreSQL, Nginx, Unicorn, rbenv, and Rails 3/4."
15
- spec.summary = %q{Additional Capistrano recipes from 55 Minutes}
12
+ "A broad selection of Capistrano 3 tasks used to standardize server "\
13
+ "provisioning and Rails deployments. Tailored for Ubuntu 12.04/14.04 LTS, "\
14
+ "PostgreSQL, Nginx, Unicorn, rbenv, dotenv, and Rails 3/4."
15
+ spec.summary = "Additional Capistrano 3 recipes"
16
16
  spec.homepage = "https://github.com/mattbrictson/capistrano-fiftyfive"
17
17
  spec.license = "MIT"
18
18
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Fiftyfive
3
- VERSION = "0.17.0"
3
+ VERSION = "0.17.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-fiftyfive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -66,11 +66,10 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Capistrano 3.1+ recipes that we use at 55 Minutes to standardize our
70
- Rails deployments. These are tailored for Ubuntu 12.04 LTS, PostgreSQL, Nginx, Unicorn,
71
- rbenv, and Rails 3/4.
72
- email:
73
- - opensource@55minutes.com
69
+ description: A broad selection of Capistrano 3 tasks used to standardize server provisioning
70
+ and Rails deployments. Tailored for Ubuntu 12.04/14.04 LTS, PostgreSQL, Nginx, Unicorn,
71
+ rbenv, dotenv, and Rails 3/4.
72
+ email: matt@mattbrictson.com
74
73
  executables: []
75
74
  extensions: []
76
75
  extra_rdoc_files: []
@@ -148,5 +147,5 @@ rubyforge_project:
148
147
  rubygems_version: 2.4.5
149
148
  signing_key:
150
149
  specification_version: 4
151
- summary: Additional Capistrano recipes from 55 Minutes
150
+ summary: Additional Capistrano 3 recipes
152
151
  test_files: []