apple_epf 1.1.0 → 1.1.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.
- data/README.md +5 -3
- data/lib/apple_epf/version.rb +1 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -36,10 +36,12 @@
|
|
|
36
36
|
file_entry.extracted_files #=> newly created(unpacked) files
|
|
37
37
|
|
|
38
38
|
#Manually parse file
|
|
39
|
-
parser = AppleEpf::Parser.new(filename
|
|
39
|
+
parser = AppleEpf::Parser.new(filename)
|
|
40
40
|
# filename - full local path to file
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
|
|
42
|
+
parser.process_rows do |r|
|
|
43
|
+
puts "row is #{r}"
|
|
44
|
+
end
|
|
43
45
|
|
|
44
46
|
## Download and Extract
|
|
45
47
|
If you want to combine downloading and extracting your can use one of following
|
data/lib/apple_epf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apple_epf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -160,7 +160,7 @@ dependencies:
|
|
|
160
160
|
requirement: !ruby/object:Gem::Requirement
|
|
161
161
|
none: false
|
|
162
162
|
requirements:
|
|
163
|
-
- -
|
|
163
|
+
- - ! '>='
|
|
164
164
|
- !ruby/object:Gem::Version
|
|
165
165
|
version: 1.5.6
|
|
166
166
|
type: :runtime
|
|
@@ -168,7 +168,7 @@ dependencies:
|
|
|
168
168
|
version_requirements: !ruby/object:Gem::Requirement
|
|
169
169
|
none: false
|
|
170
170
|
requirements:
|
|
171
|
-
- -
|
|
171
|
+
- - ! '>='
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: 1.5.6
|
|
174
174
|
description: Downloader, Extractor and Parser for Apple Epf Affiliate files
|
|
@@ -221,7 +221,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
version: '0'
|
|
222
222
|
segments:
|
|
223
223
|
- 0
|
|
224
|
-
hash:
|
|
224
|
+
hash: -278670301226523770
|
|
225
225
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
226
226
|
none: false
|
|
227
227
|
requirements:
|
|
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
230
230
|
version: '0'
|
|
231
231
|
segments:
|
|
232
232
|
- 0
|
|
233
|
-
hash:
|
|
233
|
+
hash: -278670301226523770
|
|
234
234
|
requirements: []
|
|
235
235
|
rubyforge_project:
|
|
236
236
|
rubygems_version: 1.8.23
|