torrent-finder 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torrent-finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Chong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-01 00:00:00.000000000 Z
11
+ date: 2015-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -166,15 +166,19 @@ files:
166
166
  - bin/torrent-finder
167
167
  - lib/torrent-finder.rb
168
168
  - lib/torrent-finder/adapters.rb
169
+ - lib/torrent-finder/adapters/dmhy_adapter.rb
169
170
  - lib/torrent-finder/adapters/eztv_adapter.rb
170
171
  - lib/torrent-finder/adapters/nyaa_adapter.rb
171
172
  - lib/torrent-finder/adapters/popgo_adapter.rb
172
173
  - lib/torrent-finder/command.rb
173
174
  - lib/torrent-finder/torrent.rb
174
175
  - lib/torrent-finder/version.rb
176
+ - spec/adapters/dmhy_adapter_spec.rb
175
177
  - spec/adapters/eztv_adapter_spec.rb
176
178
  - spec/adapters/nyaa_adapter_spec.rb
177
179
  - spec/adapters/popgo_adapter_spec.rb
180
+ - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_DmhyAdapter/_list/should_list_first_page_of_torrent.yml
181
+ - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_DmhyAdapter/_search/should_search_torrent.yml
178
182
  - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_EztvAdapter/_list/should_list_first_page_of_torrent.yml
179
183
  - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_EztvAdapter/_search/should_search_torrent.yml
180
184
  - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_NyaaAdapter/_list/should_list_first_page_of_torrent.yml
@@ -208,9 +212,12 @@ signing_key:
208
212
  specification_version: 4
209
213
  summary: Extensible command line tool to search torrent.
210
214
  test_files:
215
+ - spec/adapters/dmhy_adapter_spec.rb
211
216
  - spec/adapters/eztv_adapter_spec.rb
212
217
  - spec/adapters/nyaa_adapter_spec.rb
213
218
  - spec/adapters/popgo_adapter_spec.rb
219
+ - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_DmhyAdapter/_list/should_list_first_page_of_torrent.yml
220
+ - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_DmhyAdapter/_search/should_search_torrent.yml
214
221
  - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_EztvAdapter/_list/should_list_first_page_of_torrent.yml
215
222
  - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_EztvAdapter/_search/should_search_torrent.yml
216
223
  - spec/fixtures/vcr_cassettes/TorrentFinder_Adapters_NyaaAdapter/_list/should_list_first_page_of_torrent.yml