total_compressor 0.1.2 → 0.1.4

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- total_compressor (0.1.2)
4
+ total_compressor (0.1.4)
5
5
  awesome_print
6
6
  rubyzip (~> 0.9.9)
7
7
 
data/README.md CHANGED
@@ -31,7 +31,7 @@ Or install it yourself as:
31
31
 
32
32
  Command line:
33
33
 
34
- tcomp [<key>] path
34
+ tcomp [<key>] full_path
35
35
 
36
36
  <key> - determines supported type of compression:
37
37
  z - use Zip
@@ -52,10 +52,10 @@ module TotalCompressor
52
52
 
53
53
  def show_help
54
54
  puts %Q{
55
- Total Compressor, v0.1.2, 2013, MIT License, https://github.com/phlowerteam
55
+ Total Compressor, v0.1.4, 2013, MIT License, https://github.com/phlowerteam
56
56
  Tool (wrapper) for compression and handling multiple type of archives.
57
57
 
58
- Usage: tcomp [<key>] path
58
+ Usage: tcomp [<key>] full_path
59
59
  <key> - determines supported type of compression:
60
60
  z - use Zip
61
61
  g - use GZip (can't compress folder, only file)
@@ -24,7 +24,7 @@ module TotalCompressor
24
24
  'tool' => 'zip',
25
25
  'compress_file' => '-9',
26
26
  'compress_folder' => '-9r',
27
- 'success_message' => 'deflated'
27
+ 'success_message' => 'stored'
28
28
  },
29
29
  'rar' => {
30
30
  'tool' => 'rar',
@@ -1,3 +1,3 @@
1
1
  module TotalCompressor
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: total_compressor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: -2986854980147011748
135
+ hash: 51704268979226296
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  none: false
138
138
  requirements:
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  segments:
143
143
  - 0
144
- hash: -2986854980147011748
144
+ hash: 51704268979226296
145
145
  requirements: []
146
146
  rubyforge_project:
147
147
  rubygems_version: 1.8.25