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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad64c8282f650f10680ed39cabcd28440d96f74e3ca5c8b42b7bc2eca41bd6c9
4
- data.tar.gz: 2cc322c1b70e35d30c14ebf5c75b677cdcfb97f0503564a57228805ad3d3063b
3
+ metadata.gz: 8edd6d1df5e35026968775bcadeafc18732cda70f724eb9ebb8e38eab903b8ea
4
+ data.tar.gz: 6135d684cceca1cc61039b02d64fc9ff0d9d448cf8533a736de591bfaa95594d
5
5
  SHA512:
6
- metadata.gz: 7133bc9ee815355b62b13894bf8c2bf788c51d36dbc40039ecd92aa8171eba661b210626759c390e6e6ee9b81e5245885cf40141f17cc9a874368b224dcbc5dc
7
- data.tar.gz: 3c400fab410bed77d284860c8d16d635c70d2ba245dddad8add5f5f4a243aa2d2ae58bd0d9ccf2991ab84df7c56a8b44d33848849ca2888de5b90bd1a4ba26df
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.4"
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
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: 2019-06-08 00:00:00.000000000 Z
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
- rubyforge_project:
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