s3itch_client 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.3.1
4
+
5
+ * Adds support for timestamp suffixes (instead of UUIDs)
6
+
7
+ ## 1.2.0
8
+
9
+ * Fixes an issue with parameterization
10
+
3
11
  ## 1.2.0
4
12
 
5
13
  * Adds filename parameterization support
data/README.md CHANGED
@@ -19,6 +19,7 @@ For your own convenience, create the `~/.s3itch.yml` file with the following con
19
19
  username: S3ITCH_USERNAME
20
20
  password: YOUR_PASSWORD
21
21
  parameterize: true
22
+ use_timestamp_suffix: true
22
23
 
23
24
  ## Usage
24
25
 
@@ -33,6 +33,10 @@ module S3itchClient
33
33
  options["parameterize"] = parameterize
34
34
  end
35
35
 
36
+ opts.on("-t", "--[no-]timestamp", "Use a timestamp suffix instead of a UUID") do |parameterize|
37
+ options["use_timestamp_suffix"] = parameterize
38
+ end
39
+
36
40
  opts.on_tail("-h", "--help", "Show this message") do
37
41
  puts opts
38
42
  exit
@@ -1,3 +1,3 @@
1
1
  module S3itchClient
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3itch_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -146,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  segments:
148
148
  - 0
149
- hash: 2323134864524827593
149
+ hash: 194609770359330955
150
150
  required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  none: false
152
152
  requirements:
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  segments:
157
157
  - 0
158
- hash: 2323134864524827593
158
+ hash: 194609770359330955
159
159
  requirements: []
160
160
  rubyforge_project:
161
161
  rubygems_version: 1.8.25