capistrano-rsync-hg 0.1.0 → 0.1.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/lib/capistrano/rsync/version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad68728c52222e568e1680d590da3bf9840f1ce6
|
4
|
+
data.tar.gz: e1a4342d87a03930fedc0760faecc0ed201886eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f65494a0120e6d3369cc2aea3e37a8cdf3a90ba4750fd60ea660e3ec7e38fae4c471fbaf2dacf351404948b3d0d9afcaa42b8840497f28bf3af60c0307d98b78
|
7
|
+
data.tar.gz: fbaeb323107f90f0f656c74ee001a77d46e97efd9ff1868bcef6ac2be839d5f13943445b4aa0b74420f29d0b6b74759684e1c37fc7f8822bfa1b4a029c92e0cd
|
@@ -1,12 +1,12 @@
|
|
1
1
|
module Capistrano
|
2
2
|
module Rsync
|
3
3
|
NAME = "capistrano-rsync-hg"
|
4
|
-
VERSION = "0.1.
|
4
|
+
VERSION = "0.1.1"
|
5
5
|
AUTHORS = [ "Jake Gordon" ]
|
6
6
|
EMAIL = "jake@codeincomplete.com"
|
7
|
-
HOMEPAGE = "
|
7
|
+
HOMEPAGE = "https://github.com/jakesgordon/capistrano-rsync-hg"
|
8
8
|
SUMMARY = "Capistrano v3 deploy with rsync from a local Hg repository"
|
9
|
-
DESCRIPTION = "
|
9
|
+
DESCRIPTION = "Capistrano v3 deploy with rsync from a local Hg repository without requiring SCM access on the server"
|
10
10
|
LICENSE = "MIT"
|
11
11
|
end
|
12
12
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-rsync-hg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jake Gordon
|
@@ -30,8 +30,8 @@ dependencies:
|
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '4'
|
33
|
-
description:
|
34
|
-
on the server
|
33
|
+
description: Capistrano v3 deploy with rsync from a local Hg repository without requiring
|
34
|
+
SCM access on the server
|
35
35
|
email: jake@codeincomplete.com
|
36
36
|
executables: []
|
37
37
|
extensions: []
|
@@ -46,7 +46,7 @@ files:
|
|
46
46
|
- capistrano-rsync-hg.gemspec
|
47
47
|
- lib/capistrano/rsync.rb
|
48
48
|
- lib/capistrano/rsync/version.rb
|
49
|
-
homepage:
|
49
|
+
homepage: https://github.com/jakesgordon/capistrano-rsync-hg
|
50
50
|
licenses:
|
51
51
|
- MIT
|
52
52
|
metadata: {}
|