rtorrent_xmlrpc 0.2.3 → 0.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f0bfd0edd180624bed08aa55707e4c47c065b0b
4
- data.tar.gz: 09d7015d51db1581c6215eeb91c2bd44cf04b58d
3
+ metadata.gz: 62aa929495e089ad1f5e21c7b26d101f387f591d
4
+ data.tar.gz: a8f9ef98946fd02d52c79d8b9fe55798ad21215e
5
5
  SHA512:
6
- metadata.gz: 8d1a568e51254c94817b3893855982876241d6e5c3a20cd0ef55a47bdb03abfec86a15ccaed94626408fbed0481eb17fe818e22c9ef21ee665ba43b19b3bd4c5
7
- data.tar.gz: 720660e8abf7a30f9c4396c210d9ac65af71f739f58fec5435a4e09d528e1ab54dbee694393ee898f81cbf0c3ad599288a26ae9f166f20f7b36184fe4ca513a9
6
+ metadata.gz: 4cd19feea69d3d4491010cff391b739376ecbf67619554d0bcfbb01c276eef233e6c91da50749ed9072118f2069ad01a393b7235c4c62e2bd155569d4f31feb7
7
+ data.tar.gz: e339e8ade5ad0167b39c873a3caf121423c6cee82784930003aaa0f547855c693b87d78a5b7ccfd6304da77ab0bda5cf651306a084a3354c4abc1afd5552602f
@@ -14,7 +14,7 @@ module RTorrent
14
14
  labels = [labels] unless labels.is_a? Array
15
15
  result = Torrents.new
16
16
  self.each do |hash, torrent|
17
- result[torrent.hash] = torrent if torrent.has_labels? labels
17
+ result[torrent.hash] = torrent if torrent.has_any_labels? labels
18
18
  end
19
19
  return result
20
20
  end
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rtorrent_xmlrpc'
3
- s.version = '0.2.3'
4
- s.date = '2015-07-04'
3
+ s.version = '0.2.4'
4
+ s.date = '2015-07-10'
5
5
  s.summary = 'A library and tool to query an rtorrent xmlrpc service.'
6
6
  s.description = 'This is a library to get torrent information from a remote rtorrent server.'
7
7
  s.authors = ['Zan Loy']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtorrent_xmlrpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zan Loy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-04 00:00:00.000000000 Z
11
+ date: 2015-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize