AptDownloader 1.0.0 → 1.0.1

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.
@@ -1,9 +1,10 @@
1
1
  #!/usr/bin/ruby
2
2
 
3
+ $: << 'lib'
3
4
  require 'rubygems'
4
5
  require 'optparse'
5
6
  require 'pp'
6
- require 'bin/apt_downloader'
7
+ require 'apt_downloader'
7
8
 
8
9
  class ThisApplication
9
10
  def parse_options ops = ARGV
@@ -6,7 +6,7 @@ require 'tempfile'
6
6
  require 'fileutils'
7
7
 
8
8
  class AptDownloader
9
- VERSION = '1.0.0'
9
+ VERSION = '1.0.1'
10
10
  VALID_DEBIAN_ARCHITECTURES = %w[alpha amd64 arm armel hppa i386 ia64 mips
11
11
  mipsel powerpc s390 sparc]
12
12
  APT_FS_PATH = "#{Dir::tmpdir}/apt_fs_#{$$}_"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: AptDownloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathew Chasan