capistrano-fiftyfive 0.17.0 → 0.17.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/capistrano-fiftyfive.gemspec +6 -6
- data/lib/capistrano/fiftyfive/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0e57fbce1a3e7532bbbe60ce9cefb070f0754a4
|
|
4
|
+
data.tar.gz: 316ec5cff46c900b135125d092f671068b516cbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30aae37f217b63083a80089f19069198b5b128ce633fc6ae35cf914d4885865aeaf5860f283af9fd5326ddc97daceadd7e2d4342dce96788a95b2ffad2b03746
|
|
7
|
+
data.tar.gz: fbb03c164ffe3c4218a5a2a5568aa8bf46cd0851c95e530d6c0df1cdf8cb287057067261095158887edaf26ff11c0ee61d51374c9958e63bab9f2d37d5bd2b14
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
10
|
-
spec.email =
|
|
9
|
+
spec.author = "Matt Brictson"
|
|
10
|
+
spec.email = "matt@mattbrictson.com"
|
|
11
11
|
spec.description = \
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"PostgreSQL, Nginx, Unicorn, rbenv, and Rails 3/4."
|
|
15
|
-
spec.summary =
|
|
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
|
|
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.
|
|
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:
|
|
70
|
-
Rails deployments.
|
|
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
|
|
150
|
+
summary: Additional Capistrano 3 recipes
|
|
152
151
|
test_files: []
|