total_compressor 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- total_compressor (0.1.5)
4
+ total_compressor (0.1.6)
5
5
  awesome_print
6
6
  rubyzip (~> 0.9.9)
7
7
 
data/README.md CHANGED
@@ -9,7 +9,7 @@ Uses system calls
9
9
 
10
10
  Install appropriate tools before using:
11
11
 
12
- apt-get install zlib1g zlib1g-dev zip rar p7zip
12
+ apt-get install zlib1g zlib1g-dev zip rar p7zip-full
13
13
 
14
14
  Add this line to your application's Gemfile:
15
15
 
@@ -1,3 +1,3 @@
1
1
  module TotalCompressor
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -52,8 +52,8 @@ module TotalCompressor
52
52
 
53
53
  def show_help
54
54
  puts %Q{
55
- Total Compressor, v0.1.5, 2013, MIT License, https://github.com/phlowerteam
56
- Tool (wrapper) for compression and handling multiple type of archives.
55
+ Total Compressor, v#{TotalCompressor::VERSION}, 2013, MIT License, https://github.com/phlowerteam
56
+ Tool (wrapper) for compression and handling multiple type of archives (Zip, GZip, RAR, 7z).
57
57
 
58
58
  Usage: tcomp [<key>] full_path
59
59
  <key> - determines supported type of compression:
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.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -133,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  segments:
135
135
  - 0
136
- hash: 542239001561682550
136
+ hash: 1728395644566981984
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  none: false
139
139
  requirements:
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  segments:
144
144
  - 0
145
- hash: 542239001561682550
145
+ hash: 1728395644566981984
146
146
  requirements: []
147
147
  rubyforge_project:
148
148
  rubygems_version: 1.8.25