pqdl 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. data/bin/pqdl +1 -1
  2. metadata +23 -4
data/bin/pqdl CHANGED
@@ -128,6 +128,7 @@ def download
128
128
 
129
129
  tempfile = Tempfile.new(guid)
130
130
  tempfile.write(pq)
131
+ tempfile.close
131
132
 
132
133
  Zip::ZipFile.foreach(tempfile.path) do |entry|
133
134
  if entry.name =~ /(\d+)\.gpx$/
@@ -139,7 +140,6 @@ def download
139
140
  end
140
141
  end
141
142
 
142
- tempfile.close
143
143
  tempfile.unlink
144
144
 
145
145
  fatal "Oops" unless filename
metadata CHANGED
@@ -1,8 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pqdl
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.2.0
4
+ hash: 21
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 2
9
+ - 1
10
+ version: 0.2.1
6
11
  platform: ruby
7
12
  authors:
8
13
  - Thomas Cyron
@@ -10,7 +15,7 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2011-05-11 00:00:00 +02:00
18
+ date: 2011-05-15 00:00:00 +02:00
14
19
  default_executable:
15
20
  dependencies:
16
21
  - !ruby/object:Gem::Dependency
@@ -21,6 +26,11 @@ dependencies:
21
26
  requirements:
22
27
  - - ">="
23
28
  - !ruby/object:Gem::Version
29
+ hash: 63
30
+ segments:
31
+ - 0
32
+ - 8
33
+ - 0
24
34
  version: 0.8.0
25
35
  type: :runtime
26
36
  version_requirements: *id001
@@ -32,6 +42,9 @@ dependencies:
32
42
  requirements:
33
43
  - - ">="
34
44
  - !ruby/object:Gem::Version
45
+ hash: 3
46
+ segments:
47
+ - 0
35
48
  version: "0"
36
49
  type: :runtime
37
50
  version_requirements: *id002
@@ -59,17 +72,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
72
  requirements:
60
73
  - - ">="
61
74
  - !ruby/object:Gem::Version
75
+ hash: 3
76
+ segments:
77
+ - 0
62
78
  version: "0"
63
79
  required_rubygems_version: !ruby/object:Gem::Requirement
64
80
  none: false
65
81
  requirements:
66
82
  - - ">="
67
83
  - !ruby/object:Gem::Version
84
+ hash: 3
85
+ segments:
86
+ - 0
68
87
  version: "0"
69
88
  requirements: []
70
89
 
71
90
  rubyforge_project:
72
- rubygems_version: 1.5.0
91
+ rubygems_version: 1.3.7
73
92
  signing_key:
74
93
  specification_version: 3
75
94
  summary: Geocaching.com Pocket Query Downloader