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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 98116d4c3164f9c06c1c0170d0a4039f17558cc9
4
- data.tar.gz: e25783909362254ecdee268508318947647b3333
3
+ metadata.gz: ad68728c52222e568e1680d590da3bf9840f1ce6
4
+ data.tar.gz: e1a4342d87a03930fedc0760faecc0ed201886eb
5
5
  SHA512:
6
- metadata.gz: 9b28685f0b81bbf5255e4828e060dcea25c66c16cbfd3e3b691969ef66db043ecdc789174391cc11be3bf4fc53878e687facd3bdc87e5b10a5f83e78a0be197e
7
- data.tar.gz: a25da7440a5f45ce185b6ca83401209581708ef0c6f37431113ce17bb44224e90e3197ad2feb09565e1039f61468a8a2e4feb4e34eaf1425038898eabb40024c
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.0"
4
+ VERSION = "0.1.1"
5
5
  AUTHORS = [ "Jake Gordon" ]
6
6
  EMAIL = "jake@codeincomplete.com"
7
- HOMEPAGE = "http://codeincomplete.com/"
7
+ HOMEPAGE = "https://github.com/jakesgordon/capistrano-rsync-hg"
8
8
  SUMMARY = "Capistrano v3 deploy with rsync from a local Hg repository"
9
- DESCRIPTION = "Deploy your application using Capistrano v3 without requiring SCM access on the server - checkout the repository locally (using Hg) and deploy with Rsync"
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.0
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: Deploy your application using Capistrano v3 without requiring SCM access
34
- on the server - checkout the repository locally (using Hg) and deploy with Rsync
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: http://codeincomplete.com/
49
+ homepage: https://github.com/jakesgordon/capistrano-rsync-hg
50
50
  licenses:
51
51
  - MIT
52
52
  metadata: {}