qnap-download_station 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/qnap-download_station.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8edd6d1df5e35026968775bcadeafc18732cda70f724eb9ebb8e38eab903b8ea
|
4
|
+
data.tar.gz: 6135d684cceca1cc61039b02d64fc9ff0d9d448cf8533a736de591bfaa95594d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 795824e716f88a14a2d2827d78d4c3721d0c44bd29d085e69851a18252d93c0c274c4374a122fa0735c1db8cfae4ed9c408f71429f63c7e04e221f16985f7dc9
|
7
|
+
data.tar.gz: d3baf6d6ab6d54df37cc1ea76bb8a5516f7708a79efb1fd7e72848afb73422c6ac93a17b8ad6ed4ca31837c2c065bce8f9d692b3f069c1ce583023e42c343b99
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
Qnap::DownloadStation
|
2
2
|
=======
|
3
3
|
|
4
|
+
> NOTE: This library works with older QNAP NAS models that use QTS 4.x. Newer models are now being released with QTS 5.x, and most likely this library will not work with them. Patches welcome.
|
5
|
+
|
4
6
|
This gem provides an interface to the Download Station app that comes installed by default on many QNAP NAS.
|
5
7
|
|
6
8
|
It provides access to all available endpoints, but only a few have been documented.
|
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "qnap-download_station"
|
3
|
-
s.version = "0.0.
|
3
|
+
s.version = "0.0.5"
|
4
4
|
s.summary = "Interface to the Download Station API"
|
5
|
-
s.description = "Manage your downloads in Download Station"
|
5
|
+
s.description = "Manage your downloads in Download Station. (Compatible with older, QTS 4.x models)"
|
6
6
|
s.authors = "cyclotron3k"
|
7
7
|
s.files = ["lib/qnap/download_station.rb", "Rakefile", "qnap-download_station.gemspec", "README.md"]
|
8
8
|
s.test_files = ["test/test_download_station.rb"]
|
metadata
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qnap-download_station
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- cyclotron3k
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Manage your downloads in Download Station
|
13
|
+
description: Manage your downloads in Download Station. (Compatible with older, QTS
|
14
|
+
4.x models)
|
14
15
|
email:
|
15
16
|
executables: []
|
16
17
|
extensions: []
|
@@ -40,8 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
41
|
- !ruby/object:Gem::Version
|
41
42
|
version: '0'
|
42
43
|
requirements: []
|
43
|
-
|
44
|
-
rubygems_version: 2.7.6.2
|
44
|
+
rubygems_version: 3.3.7
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
47
|
summary: Interface to the Download Station API
|