capistrano-deployment-status 0.0.2 → 0.0.3

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: 352abbecde8faef536efd00137a195eba2c4eb63
4
- data.tar.gz: d4933dc6efb00ac03496b7c7c1351e8e8674cde7
3
+ metadata.gz: a6d8d4af2a33509b7f12b0efdd3b55eb12e6dd74
4
+ data.tar.gz: 0292a8b16f6a101222bb2eb64f63ff1c329cc423
5
5
  SHA512:
6
- metadata.gz: 771b6a5d47089ceceedf98efdd959a58727859ffdf60c288427d63a80eb9ad24f467d4794453c9199c8b78c90a45bbe53e0f23bd673ec3a9c827010bd0759d1e
7
- data.tar.gz: 2af1fe3129347e64c79916f58ad58cd7fff18314f583bb146e2dc8b1062641774f5dabff795509bc30cdb354ab169489e6ef9a557b42ed7051703f9b15769e57
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 = ["ballen@numerex.com"]
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")
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module DeploymentStatus
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -1,7 +1,12 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title><%= application %> Status</title>
4
+ <title><%= application %> Deployment Status</title>
5
+ <style type="text/css">
6
+ body {
7
+ font-family: helvetica, sans-serif;
8
+ }
9
+ </style>
5
10
  </head>
6
11
  <body>
7
12
 
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.2
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
- - ballen@numerex.com
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: {}