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 +4 -4
- data/lib/rtorrent_xmlrpc/torrents.rb +1 -1
- data/rtorrent_xmlrpc.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62aa929495e089ad1f5e21c7b26d101f387f591d
|
|
4
|
+
data.tar.gz: a8f9ef98946fd02d52c79d8b9fe55798ad21215e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
17
|
+
result[torrent.hash] = torrent if torrent.has_any_labels? labels
|
|
18
18
|
end
|
|
19
19
|
return result
|
|
20
20
|
end
|
data/rtorrent_xmlrpc.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'rtorrent_xmlrpc'
|
|
3
|
-
s.version = '0.2.
|
|
4
|
-
s.date = '2015-07-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colorize
|