ero_getter 1.4.0 → 1.5.0
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/VERSION +1 -1
- data/ero_getter.gemspec +5 -2
- data/lib/downloader/okki_channel.rb +15 -0
- data/spec/downloader/okki_channel_spec.rb +18 -0
- data/spec/samples/okki_channel/sample.html +1830 -0
- metadata +6 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ero_getter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
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: 2012-09-
|
12
|
+
date: 2012-09-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -194,6 +194,7 @@ files:
|
|
194
194
|
- lib/downloader/gazou_sokuhou.rb
|
195
195
|
- lib/downloader/mink_channel.rb
|
196
196
|
- lib/downloader/nijigazou_sokuhou.rb
|
197
|
+
- lib/downloader/okki_channel.rb
|
197
198
|
- lib/downloader/pm_style.rb
|
198
199
|
- lib/downloader/shimo_soku.rb
|
199
200
|
- lib/downloader/wakuteka_sokuhou.rb
|
@@ -204,6 +205,7 @@ files:
|
|
204
205
|
- spec/downloader/gazou_sokuhou_spec.rb
|
205
206
|
- spec/downloader/mink_channel_spec.rb
|
206
207
|
- spec/downloader/nijigazou_sokuhou_spec.rb
|
208
|
+
- spec/downloader/okki_channel_spec.rb
|
207
209
|
- spec/downloader/pm_style_spec.rb
|
208
210
|
- spec/downloader/shimo_soku_spec.rb
|
209
211
|
- spec/downloader/wakuteka_sokuhou_spec.rb
|
@@ -217,6 +219,7 @@ files:
|
|
217
219
|
- spec/samples/nijigazou_sokuhou/global_last.html
|
218
220
|
- spec/samples/nijigazou_sokuhou/last.html
|
219
221
|
- spec/samples/nijigazou_sokuhou/middle.html
|
222
|
+
- spec/samples/okki_channel/sample.html
|
220
223
|
- spec/samples/pm_style/test.html
|
221
224
|
- spec/samples/sample.html
|
222
225
|
- spec/samples/shimo_soku/sample.html
|
@@ -237,7 +240,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
237
240
|
version: '0'
|
238
241
|
segments:
|
239
242
|
- 0
|
240
|
-
hash:
|
243
|
+
hash: -80947143817465094
|
241
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
242
245
|
none: false
|
243
246
|
requirements:
|