ssync 0.3.1 → 0.3.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ssync (0.1.0)
4
+ ssync (0.3.2)
5
5
  aws-s3 (~> 0.6.2)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -7,8 +7,7 @@ __Ssync__, an optimised S3 sync tool using the power of Unix!
7
7
  - Ruby 1.8 or 1.9
8
8
  - RubyGems
9
9
  - 'aws-s3' rubygem
10
- - `openssl`
11
- - `find` and `xargs`
10
+ - `find`, `xargs` and `openssl`
12
11
 
13
12
  ## Installation
14
13
 
@@ -1,5 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
+ require "rubygems"
3
4
  require "aws/s3"
4
5
  require "yaml"
5
6
  require "ssync/helpers"
@@ -18,7 +18,7 @@ module Ssync
18
18
 
19
19
  def initialize(action = :sync, *args)
20
20
  @@action = action.to_sym
21
- @@args = *args
21
+ @@args = args
22
22
 
23
23
  if @@args[0] && @@args[0][0, 1] != "-"
24
24
  Setup.default_config[:last_used_bucket] = @@args[0]
@@ -1,3 +1,3 @@
1
1
  module Ssync
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssync
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 23
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 3
8
- - 1
9
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - Fred Wu
@@ -26,6 +27,7 @@ dependencies:
26
27
  requirements:
27
28
  - - ~>
28
29
  - !ruby/object:Gem::Version
30
+ hash: 3
29
31
  segments:
30
32
  - 0
31
33
  - 6
@@ -72,6 +74,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
74
  requirements:
73
75
  - - ">="
74
76
  - !ruby/object:Gem::Version
77
+ hash: 3
75
78
  segments:
76
79
  - 0
77
80
  version: "0"
@@ -80,6 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  requirements:
81
84
  - - ">="
82
85
  - !ruby/object:Gem::Version
86
+ hash: 3
83
87
  segments:
84
88
  - 0
85
89
  version: "0"