Skip to content

Commit d768b56

Browse files
committed
Minor update for 0.4.1.
1 parent 025db05 commit d768b56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ __Ssync__, an optimised S3 sync tool using the power of Unix!
66

77
- Ruby 1.8 or 1.9
88
- RubyGems
9-
- 'aws-s3' rubygem
9+
- 'aws-s3' and 'thor' rubygems
1010
- `find`, `xargs` and `openssl`
1111

1212
## Installation

lib/ssync/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ssync
2-
VERSION = "0.4.0"
2+
VERSION = "0.4.1"
33
end

ssync.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
77
s.date = Date.today.to_s
88
s.authors = ["Fred Wu", "Ryan Allen"]
99
10-
s.summary = %q{Ssync, an optimised S3 sync tool using the power of *nix!}
11-
s.description = %q{Ssync, an optimised S3 sync tool using the power of *nix!}
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!}
1212
s.homepage = %q{http://github.com/fredwu/ssync}
1313
s.extra_rdoc_files = ["README.md"]
1414
s.rdoc_options = ["--charset=UTF-8"]

0 commit comments

Comments
 (0)