capistrano-rsync 0.1.337 → 0.1.338
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 +8 -8
- data/CHANGELOG.md +3 -0
- data/Makefile +1 -1
- data/README.md +1 -1
- data/capistrano-rsync.gemspec +2 -0
- data/lib/capistrano/rsync/version.rb +1 -1
- data/lib/capistrano/rsync.rb +0 -5
- metadata +22 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODgyODIzNGJkZjZkNjdiMjdkZDVlZTYxY2U5OTk5MDk0MzM4NDUzYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MWQxNzk1ZWZlYWFkNGNkZGIxNWNiNjY5NzJhOTQ0NWI4NDFhNjRkMw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjAzYThjNGI2MTIyMTU0YzFkYTU2NTc5ZjZkODBiNmY3Mzg1NGEyODAyYzZl
|
|
10
|
+
MjBhZjZkMGFlNWJlMWZhYjBmYjk1NGZmZWQ1OWMxNzU2MzA3MzY0ZWJhNWEz
|
|
11
|
+
NmY2OTA1ZjI5NDQ0MjYxMzljYTZkZTIwNDNhNDMzNzBmMDA5NWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTJkMmM5MmRlN2E4MjhlYWU5OTgyY2MzYzU5MDE4ZWRlNDlhNTgzMWZiNjNi
|
|
14
|
+
NmQ2YTJlOGQ3NDgxOWFiNGU0OGQ1ZDI5M2VlY2VkYjA5N2VlYTkzMzE1MDAy
|
|
15
|
+
ZmRkYmNjYzFlZTBmM2ExNThiYmI2OTEzZjQ4NDFiMWRjYWQ3ZGI=
|
data/CHANGELOG.md
CHANGED
data/Makefile
CHANGED
data/README.md
CHANGED
|
@@ -84,6 +84,6 @@ For more convoluted language, see the `LICENSE` file.
|
|
|
84
84
|
About
|
|
85
85
|
-----
|
|
86
86
|
**[Andri Möll](http://themoll.com)** made this happen.
|
|
87
|
-
[Monday Calendar](
|
|
87
|
+
[Monday Calendar](https://mondayapp.com) was the reason I needed this.
|
|
88
88
|
|
|
89
89
|
If you find Capistrano::Rsync needs improving, please don't hesitate to type to me now at [andri@dot.ee](mailto:andri@dot.ee) or [create an issue online](https://github.com/moll/capistrano-rsync/issues).
|
data/capistrano-rsync.gemspec
CHANGED
data/lib/capistrano/rsync.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-rsync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.338
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andri Möll
|
|
@@ -9,7 +9,27 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2013-09-01 00:00:00.000000000 Z
|
|
12
|
-
dependencies:
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: capistrano
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ! '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: 3.0.0.pre14
|
|
20
|
+
- - <
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '4'
|
|
23
|
+
type: :runtime
|
|
24
|
+
prerelease: false
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: 3.0.0.pre14
|
|
30
|
+
- - <
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '4'
|
|
13
33
|
description: ! "Deploy with Rsync to your server from any local (or remote) repository.
|
|
14
34
|
\n\nSaves you the need to install Git on your production machine and deploy all
|
|
15
35
|
of your development files each time! \n\nWorks with the new Capistrano v3! Suitable
|