encbs 0.2.0.alpha → 0.2.1.alpha

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/encbs +1 -1
  3. data/encbs.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.alpha
1
+ 0.2.1.alpha
data/bin/encbs CHANGED
@@ -30,7 +30,7 @@ begin
30
30
  on :b, :bucket, "Set Amazon S3 bucket to backup", true
31
31
  on :c, :config, "Use config file to upload backup", true
32
32
  on :colorize, "Colorize print to console"
33
- on :compression, "Use gzip for file (de)compression (option: gzip, lzo)", true
33
+ on :compression, "Use compression for files (option: gzip, lzo)", true
34
34
  on :d, :date, "Date for backup restore (default: last)", true
35
35
  on :g, :generate, "Generate RSA keys (option: 4096, 2048)", true
36
36
  on :h, :hostname, "Set hostname (default: system)", true
data/encbs.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{encbs}
8
- s.version = "0.2.0.alpha"
8
+ s.version = "0.2.1.alpha"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Timothy Klim"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: encbs
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.2.0.alpha
5
+ version: 0.2.1.alpha
6
6
  platform: ruby
7
7
  authors:
8
8
  - Timothy Klim
@@ -151,7 +151,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - ">="
153
153
  - !ruby/object:Gem::Version
154
- hash: -2056087500533480585
154
+ hash: 1329306748295830771
155
155
  segments:
156
156
  - 0
157
157
  version: "0"