capistrano-deployment-status 0.0.2 → 0.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6d8d4af2a33509b7f12b0efdd3b55eb12e6dd74
|
4
|
+
data.tar.gz: 0292a8b16f6a101222bb2eb64f63ff1c329cc423
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69a05a1676ab53a472f2cfdbf3cdc1f9d3cc210c12e433b1670854dd27f75a28f6f33edf8d34a521831b7c2bb02bfb8cdc4aadd824f145958f86f8a2195dfc9f
|
7
|
+
data.tar.gz: 026100c1370d1e389006ba1e4e32de49085e36a40a423942673c1b9a9066dace66bf670662a822dd15b21273e03e5fb140c873e85e39405281f8708173af737a
|
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "capistrano-deployment-status"
|
8
8
|
spec.version = Capistrano::DeploymentStatus::VERSION
|
9
9
|
spec.authors = ["B.J. Allen"]
|
10
|
-
spec.email = ["
|
10
|
+
spec.email = ["bjallen@fourthvalve.com"]
|
11
11
|
spec.summary = %q{Creates a deployment status page.}
|
12
12
|
spec.description = %q{Creates a deployment status page. This page shows what was deployed and who deployed it.}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/bjallen/capistrano-deployment-status"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-deployment-status
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- B.J. Allen
|
@@ -55,7 +55,7 @@ dependencies:
|
|
55
55
|
description: Creates a deployment status page. This page shows what was deployed and
|
56
56
|
who deployed it.
|
57
57
|
email:
|
58
|
-
-
|
58
|
+
- bjallen@fourthvalve.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
61
61
|
extra_rdoc_files: []
|
@@ -71,7 +71,7 @@ files:
|
|
71
71
|
- lib/capistrano/deployment_status/version.rb
|
72
72
|
- lib/capistrano/deployment_status/view.html.erb
|
73
73
|
- lib/capistrano/tasks/deployment_status.rake
|
74
|
-
homepage:
|
74
|
+
homepage: https://github.com/bjallen/capistrano-deployment-status
|
75
75
|
licenses:
|
76
76
|
- MIT
|
77
77
|
metadata: {}
|