appcrush 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/appcrush +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d3cbad2cc13c81010fca1d9051b43aebae83865
4
- data.tar.gz: 045ad0d6cb7588cac2b0d3779adad1bb598b5c8a
3
+ metadata.gz: 2a07668fc7d099ce8b1afd1e5a0c3deed557c6c9
4
+ data.tar.gz: ab71aa807820b013adee5b5f63ccdae1538f2113
5
5
  SHA512:
6
- metadata.gz: 0e99069b67c78c859b7796a9823b8b6a42ba103b00690a94c2c3c650f2329bb2a163a7a282d7bce6ced6deef3a02bd54106b27a7909b2f80b29653c43f01c342
7
- data.tar.gz: 398068dcb2c9c795a34c9d058e6d6a08d2869a7f18694a8213cb958befb6c072e417ae00b55dc94399e1866e91fcecd860a4a09991acda25a78c8479a44b0d59
6
+ metadata.gz: 6fdfc7ccf7156d412d5e882ae89338d3c106b3bfc00e6950c1ee86a8b4d7c21de4926d6079eb199d2ff9af84874c8b2630a72838aa7de269cfa5a3c4319768d6
7
+ data.tar.gz: c992af85edbfd1c44b54167de07c9ac4aaa7dbec97cfca41c3fa82df7687463f10c71de71c29744924f58f72bf88c13bfd9fa9e8d171e35cfcac2c0a5abba288
data/bin/appcrush CHANGED
@@ -52,7 +52,7 @@ ARGV.each do |ipa|
52
52
  app_name = File.basename(ipa, ".*")
53
53
 
54
54
  # Get the expanded dir by stripping out the extension from the file path
55
- expanded_dir = File.join(destination, "#{app_name}") # ipa.sub(File.extname(ipa), '')
55
+ expanded_dir = ipa.sub(File.extname(ipa), '')
56
56
 
57
57
  # In case the dir is already there, try and remove it
58
58
  system "rm -drf '#{expanded_dir}'"
@@ -81,6 +81,6 @@ ARGV.each do |ipa|
81
81
  end
82
82
 
83
83
  # Cleanup. Delete the expanded dir
84
- # system "rm -drf '#{expanded_dir}'"
84
+ system "rm -drf '#{expanded_dir}'"
85
85
  end
86
86
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appcrush
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boctor