synqa 0.0.1 → 0.0.2
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.
- data/README.rdoc +7 -1
- data/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +12 -12
data/README.rdoc
CHANGED
@@ -5,12 +5,18 @@ primarily for maintaining static websites. It uses a hash function to
|
|
5
5
|
determine which files don't need to be copied because the destination copy
|
6
6
|
is already identical to the source copy.
|
7
7
|
|
8
|
-
|
8
|
+
It is available as a Ruby gem.
|
9
|
+
|
10
|
+
I wrote *synqa* for two main reasons:
|
9
11
|
|
10
12
|
* I couldn't get *rsync* to work on the combination of Cygwin and my
|
11
13
|
hosting provider, and the rsync error messages were not very informative.
|
12
14
|
* It was an opportunity to learn about SSH and how to use SSH and SCP with Ruby.
|
13
15
|
|
16
|
+
== Installation
|
17
|
+
|
18
|
+
<code>gem install synqa</code>
|
19
|
+
|
14
20
|
== Dependencies of *synqa* are:
|
15
21
|
|
16
22
|
* Ruby 1.9.2
|
data/Rakefile
CHANGED
@@ -13,8 +13,8 @@ require 'jeweler'
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
15
15
|
gem.name = "synqa"
|
16
|
-
gem.homepage = "http://
|
17
|
-
gem.license = "
|
16
|
+
gem.homepage = "http://www.1729.com/software/synqa/"
|
17
|
+
gem.license = "GPLv3"
|
18
18
|
gem.summary = %Q{Sync files from a local directory to a remote directory via SSH/SCP}
|
19
19
|
gem.description = %Q{Sync files from a local directory to a remote directory via SSH/SCP}
|
20
20
|
gem.email = "http://www.1729.com/email.html"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: synqa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -14,7 +14,7 @@ default_executable:
|
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: shoulda
|
17
|
-
requirement: &
|
17
|
+
requirement: &23386356 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ! '>='
|
@@ -22,10 +22,10 @@ dependencies:
|
|
22
22
|
version: '0'
|
23
23
|
type: :development
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *23386356
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: bundler
|
28
|
-
requirement: &
|
28
|
+
requirement: &23385792 !ruby/object:Gem::Requirement
|
29
29
|
none: false
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
@@ -33,10 +33,10 @@ dependencies:
|
|
33
33
|
version: 1.0.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
|
-
version_requirements: *
|
36
|
+
version_requirements: *23385792
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: jeweler
|
39
|
-
requirement: &
|
39
|
+
requirement: &23385300 !ruby/object:Gem::Requirement
|
40
40
|
none: false
|
41
41
|
requirements:
|
42
42
|
- - ~>
|
@@ -44,10 +44,10 @@ dependencies:
|
|
44
44
|
version: 1.5.2
|
45
45
|
type: :development
|
46
46
|
prerelease: false
|
47
|
-
version_requirements: *
|
47
|
+
version_requirements: *23385300
|
48
48
|
- !ruby/object:Gem::Dependency
|
49
49
|
name: rcov
|
50
|
-
requirement: &
|
50
|
+
requirement: &23384652 !ruby/object:Gem::Requirement
|
51
51
|
none: false
|
52
52
|
requirements:
|
53
53
|
- - ! '>='
|
@@ -55,7 +55,7 @@ dependencies:
|
|
55
55
|
version: '0'
|
56
56
|
type: :development
|
57
57
|
prerelease: false
|
58
|
-
version_requirements: *
|
58
|
+
version_requirements: *23384652
|
59
59
|
description: Sync files from a local directory to a remote directory via SSH/SCP
|
60
60
|
email: http://www.1729.com/email.html
|
61
61
|
executables: []
|
@@ -78,9 +78,9 @@ files:
|
|
78
78
|
- test/helper.rb
|
79
79
|
- test/test_synqa.rb
|
80
80
|
has_rdoc: true
|
81
|
-
homepage: http://
|
81
|
+
homepage: http://www.1729.com/software/synqa/
|
82
82
|
licenses:
|
83
|
-
-
|
83
|
+
- GPLv3
|
84
84
|
post_install_message:
|
85
85
|
rdoc_options: []
|
86
86
|
require_paths:
|
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
93
93
|
version: '0'
|
94
94
|
segments:
|
95
95
|
- 0
|
96
|
-
hash: -
|
96
|
+
hash: -323731057
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
98
|
none: false
|
99
99
|
requirements:
|