ssync 0.4.0 → 0.4.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.
- data/README.md +1 -1
- data/lib/ssync/version.rb +1 -1
- data/ssync.gemspec +2 -2
- metadata +4 -4
data/README.md
CHANGED
data/lib/ssync/version.rb
CHANGED
data/ssync.gemspec
CHANGED
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.date = Date.today.to_s
|
|
8
8
|
s.authors = ["Fred Wu", "Ryan Allen"]
|
|
9
9
|
s.email = ["fred@envato.com", "ryan@envato.com"]
|
|
10
|
-
s.summary = %q{Ssync, an optimised S3 sync tool using the power of
|
|
11
|
-
s.description = %q{Ssync, an optimised S3 sync tool using the power of
|
|
10
|
+
s.summary = %q{Ssync, an optimised S3 sync tool using the power of Unix!}
|
|
11
|
+
s.description = %q{Ssync, an optimised S3 sync tool using the power of Unix!}
|
|
12
12
|
s.homepage = %q{http://github.com/fredwu/ssync}
|
|
13
13
|
s.extra_rdoc_files = ["README.md"]
|
|
14
14
|
s.rdoc_options = ["--charset=UTF-8"]
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 4
|
|
8
|
-
-
|
|
9
|
-
version: 0.4.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.4.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Fred Wu
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
version: 0.14.4
|
|
49
49
|
type: :runtime
|
|
50
50
|
version_requirements: *id002
|
|
51
|
-
description: Ssync, an optimised S3 sync tool using the power of
|
|
51
|
+
description: Ssync, an optimised S3 sync tool using the power of Unix!
|
|
52
52
|
email:
|
|
53
53
|
- fred@envato.com
|
|
54
54
|
- ryan@envato.com
|
|
@@ -104,6 +104,6 @@ rubyforge_project: ssync
|
|
|
104
104
|
rubygems_version: 1.3.7
|
|
105
105
|
signing_key:
|
|
106
106
|
specification_version: 3
|
|
107
|
-
summary: Ssync, an optimised S3 sync tool using the power of
|
|
107
|
+
summary: Ssync, an optimised S3 sync tool using the power of Unix!
|
|
108
108
|
test_files: []
|
|
109
109
|
|