capistrano-isitdeployed 0.0.8 → 0.0.9

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
- SHA1:
3
- metadata.gz: 3b44217e4c0d0d71211c4fabf93811bc4e3e3a3c
4
- data.tar.gz: 4d579456cdfbca9cde50ae3e9cc48181a6bdee73
5
2
  SHA512:
6
- metadata.gz: e15069365794b3a29312c4b05efae9a8fedbf9d2bea1bae0d62cfa96066b362b2054146c91f2da1486d7ea71cdd80a0f19903fec44eae3141ab854c2506f37be
7
- data.tar.gz: de8ee0bfcbe99c3448efa7825746da024b0aa4fc8a38f147a257baebb5e0bf05e716cb844beaa526dfd3cc96f94cfcb3ba124f0c3503f69618b2e0a84ea0a9e8
3
+ data.tar.gz: 12dc1429bb5719838bfbfca84b6c12b5e57756e662c502c05a8ead6a6ef012fd6248fd75af56c74a794b6a8214aaa62a6787d369b2380ce7e77e5e6f35cea20f
4
+ metadata.gz: 464c53178b89e139444a89ee70106b180e75473185a8a40b4eef9f65c82779cc388fb576b7c22141842e078fd8af139cb3733cf8ddd7ac813b64662196041e40
5
+ SHA1:
6
+ data.tar.gz: dfa78489cd14884d8c77052edd4a3d26aad315a4
7
+ metadata.gz: 2157994f46b798ba8384b3b214e375e1734486a3
@@ -2,7 +2,6 @@ module Capistrano
2
2
  module Isitdeployed
3
3
 
4
4
  ENDPOINT = 'http://www.isitdeployed.com'
5
- # ENDPOINT = 'http://staging.isitdeployed.com'
6
5
  # ENDPOINT = 'http://0.0.0.0:3000'
7
6
  CONFIG_SRC = 'template/isitdeployed.yml'
8
7
  CONFIG_DEST = 'config/isitdeployed.yml'
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Isitdeployed
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-isitdeployed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas VIAL
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2013-04-02 00:00:00 Z
12
+ date: 2013-04-04 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
@@ -41,7 +41,7 @@ dependencies:
41
41
  version: 1.7.7
42
42
  type: :runtime
43
43
  version_requirements: *id003
44
- description: This is a pre-alpha build for test purpose.
44
+ description: Capistrano plugin for IsItDeployed service, which provides capistrano statistics - www.isitdeployed.com
45
45
  email:
46
46
  - rubygems@ifusio.com
47
47
  executables: []
@@ -60,7 +60,7 @@ files:
60
60
  - lib/capistrano/isitdeployed/config.rb
61
61
  - lib/capistrano/isitdeployed/debug.rb
62
62
  - lib/capistrano/isitdeployed/template/isitdeployed.yml
63
- homepage: http://tvi.al
63
+ homepage: https://github.com/tomav/capistrano-isitdeployed
64
64
  licenses: []
65
65
 
66
66
  metadata: {}
@@ -85,6 +85,6 @@ rubyforge_project:
85
85
  rubygems_version: 2.0.3
86
86
  signing_key:
87
87
  specification_version: 4
88
- summary: This is a pre-alpha build for test purpose.
88
+ summary: Capistrano plugin for IsItDeployed service, which provides capistrano statistics - www.isitdeployed.com
89
89
  test_files: []
90
90