schiphol 1.0.1 → 1.0.2

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 846dbf38830d0ba3d45674c5c951a307a2468218
4
+ data.tar.gz: 2ebb4eea29659d0c3758e7753336ad42ce941601
5
+ SHA512:
6
+ metadata.gz: f97c15a7d9c6652275286c4e21b9b6ce1388b36b6cdbcee0c377123564605108d73cee0c14dda9e3c967d5dc38918d3122f549eb5b5606887fde15fdc7d0c4a9
7
+ data.tar.gz: bf7eb381ddff5c7fe63d1a8fb997e2904e983d949e2e085699e876c8e143024b8ebbe3460b6b51d64a09fb8f043f006429e43bd526a11c901fa38dd15340f6ff
@@ -31,7 +31,7 @@ module Schiphol
31
31
  # directly into self.downloads.
32
32
  :target_directory => '',
33
33
  # Whether to show a progress bar or not.
34
- :show_progress => true,
34
+ :show_progress => false,
35
35
  # If set to true, downloaded files bear
36
36
  # the appropriate extension for their
37
37
  # MIME type rather than the original
@@ -1,3 +1,3 @@
1
1
  module Schiphol
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,83 +1,77 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schiphol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Louis Mullie
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-03-02 00:00:00.000000000 Z
11
+ date: 2017-04-22 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rubyzip
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.9.9
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.9.9
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: progressbar
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: 0.10.0
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: 0.10.0
46
- description: ! ' Schiphol is a Ruby downloader script with progress bar, retries,
47
- MIME type detection and ZIP file extraction. '
41
+ description: " Schiphol is a Ruby downloader script with progress bar, retries, MIME
42
+ type detection and ZIP file extraction. "
48
43
  email:
49
44
  - louis.mullie@gmail.com
50
45
  executables: []
51
46
  extensions: []
52
47
  extra_rdoc_files: []
53
48
  files:
49
+ - LICENSE
50
+ - README.md
51
+ - lib/schiphol.rb
54
52
  - lib/schiphol/mimes.rb
55
53
  - lib/schiphol/version.rb
56
- - lib/schiphol.rb
57
- - README.md
58
- - LICENSE
59
54
  homepage: https://github.com/louismullie/schiphol
60
55
  licenses: []
56
+ metadata: {}
61
57
  post_install_message:
62
58
  rdoc_options: []
63
59
  require_paths:
64
60
  - lib
65
61
  required_ruby_version: !ruby/object:Gem::Requirement
66
- none: false
67
62
  requirements:
68
- - - ! '>='
63
+ - - ">="
69
64
  - !ruby/object:Gem::Version
70
65
  version: '0'
71
66
  required_rubygems_version: !ruby/object:Gem::Requirement
72
- none: false
73
67
  requirements:
74
- - - ! '>='
68
+ - - ">="
75
69
  - !ruby/object:Gem::Version
76
70
  version: '0'
77
71
  requirements: []
78
72
  rubyforge_project:
79
- rubygems_version: 1.8.25
73
+ rubygems_version: 2.4.8
80
74
  signing_key:
81
- specification_version: 3
82
- summary: ! 'Schiphol: a smart file downloader for Ruby.'
75
+ specification_version: 4
76
+ summary: 'Schiphol: a smart file downloader for Ruby.'
83
77
  test_files: []