download_files 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 581b5cc0afb407f886aaebd62edb94c6d318b44c
4
- data.tar.gz: 2677502f3b63318fd23855a130f55cad73619c9a
3
+ metadata.gz: c8168a5e9ad4bf68d23af95fb4a31682b906aa9e
4
+ data.tar.gz: a0d808505e09c18b094f0c313c032177d58e4b6c
5
5
  SHA512:
6
- metadata.gz: 7cfe3e0320976ff4b1d032ad8c64e0651f02905213a43784a95850c56dfec8b8792db3fe86bb680090d53daeaea99bc9b886de85767a4f0bced5f5a0f5120c78
7
- data.tar.gz: 57e593f0d696f73c06b57f73cac499ee8091e7cc1e2cc9a8ce4ff900f023b0079c02ca92f9d76a45b7cd2fa123c67ab59db9ac943d9bf3f2de582744064974a0
6
+ metadata.gz: f6aa423ef09a13405eda08eeaba37242186ad0a88ac60882106ce7607cb4251d14ada69bfd1242044405298bb58c72990a5d8bafd247abb15a68c66276875397
7
+ data.tar.gz: 9709e8970debe653916d5d8207e936b2a604f723e8ba29410a046b87a253d629b8b1bebc143d283d7c02432748cef1f1a998802fb864a4a282d90516b72ca3da
@@ -25,7 +25,6 @@ class App
25
25
 
26
26
  arg :page_address
27
27
  arg :pattern
28
- arg :directory, :optional
29
28
 
30
29
  options['directory'] = FileUtils.pwd
31
30
  on('-d DIRECTORY', '--directory', 'Directory for scrapped content')
@@ -1,3 +1,3 @@
1
1
  module DownloadFiles
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: download_files
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
  - Dustin Morrill