ssync 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/lib/ssync/version.rb +1 -1
  3. data/ssync.gemspec +2 -2
  4. metadata +4 -4
data/README.md CHANGED
@@ -6,7 +6,7 @@ __Ssync__, an optimised S3 sync tool using the power of Unix!
6
6
 
7
7
  - Ruby 1.8 or 1.9
8
8
  - RubyGems
9
- - 'aws-s3' rubygem
9
+ - 'aws-s3' and 'thor' rubygems
10
10
  - `find`, `xargs` and `openssl`
11
11
 
12
12
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module Ssync
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -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 *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!}
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
- - 0
9
- version: 0.4.0
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 *nix!
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 *nix!
107
+ summary: Ssync, an optimised S3 sync tool using the power of Unix!
108
108
  test_files: []
109
109