qnap-file_station 0.0.5 → 0.0.6

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: 51d0d62f125fe53487b2f41105b2d7be9de64d714d3e73dc2e552fdd77e649f9
4
- data.tar.gz: 1004c7e7cf5d3ab18f43e35cc6e823405187e3b176825744db980dbe9c4b47cd
3
+ metadata.gz: ca26ebc789756816af968b65dc339121add6123ff8d0711bc6ce76f22be61f66
4
+ data.tar.gz: f96d5b60f387ccba7c896ff1b8fc7f7dcd0653f7ff8b09d67e6f940140dff0bb
5
5
  SHA512:
6
- metadata.gz: 400e3bdd7f6778cfbbc9ded4c4a318de1bfbfc9220e2e616e494bed74f4eac171f371c170931f5b2450c13c49703be746f49594aa84693234e3237552fd66c9b
7
- data.tar.gz: d062efdbc681e3e9a4ada5052a0f6815a0dbe7b3754fd8e39888407188b9c8df1a59ec7414b97458ef13626574fa257fec8eee79d890702feadc7729ae1a9b4f
6
+ metadata.gz: e25869cf0edddbde0c6198044dfcfdba1e0ab95b5bb4095b09abd06b18cd11319dd88550d3211b24b22ef8e21b82c5be6f5ada2ae4c7823f6b44dcf2592e4c76
7
+ data.tar.gz: 46af445566e25654086b92a31ef4749cc48515f834e76ee6cad6144a0313a05e7db7f61f09c98d48cf648aa43b7c9d3b18293e4fb5e2656f38b6d72bd3700bc9
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  Qnap::FileStation
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 File Station app that comes installed by default on many QNAP NAS.
5
7
 
6
8
  It provides access to all available endpoints, but the documentation is patchy and untested. Use with caution.
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "qnap-file_station"
3
- s.version = "0.0.5"
3
+ s.version = "0.0.6"
4
4
  s.summary = "Interface to the File Station API"
5
- s.description = "Manage your files and folders in File Station"
5
+ s.description = "Manage your files and folders in File Station. (Compatible with older, QTS 4.x models)"
6
6
  s.authors = "cyclotron3k"
7
7
  s.files = ["lib/qnap/file_station.rb", "lib/qnap/api_error.rb", "Rakefile", "qnap-file_station.gemspec", "README.md"]
8
8
  s.test_files = ["test/test_file_station.rb"]
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qnap-file_station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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 files and folders in File Station
13
+ description: Manage your files and folders in File Station. (Compatible with older,
14
+ QTS 4.x models)
14
15
  email:
15
16
  executables: []
16
17
  extensions: []
@@ -41,8 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
42
  - !ruby/object:Gem::Version
42
43
  version: '0'
43
44
  requirements: []
44
- rubyforge_project:
45
- rubygems_version: 2.7.6.2
45
+ rubygems_version: 3.3.7
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: Interface to the File Station API