files.com 1.1.14 → 1.1.15

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: c1c0c0d884e1fa18cc06280511e7ebe0c31be52be2df1e287ac0dff5f9be3971
4
- data.tar.gz: 03d89cf8625543632365cf4ec13d5fee60cbeed863dddf635bf204fd3ee61c12
3
+ metadata.gz: e5d0220ecab07d01d17a3c5b0a5f1d9ca163e648d415104532f13a02bcc41195
4
+ data.tar.gz: 783a4b1ea396fd4ccfbfa4dd9817849b83675519d17176260363b2c2a2ebb5d9
5
5
  SHA512:
6
- metadata.gz: 2ef50b97181b08d4e29ba64bc29e984c2426685251477983d0940d8d862644036917c148989d82075f08121daf264a564faebe89e09b2bb86b1a70105291e5cc
7
- data.tar.gz: 719f3122d9bbbad66907e00852fd547a4b5b95fb8002cb8ba9733db912ed4cd13d2235c8f2364879859ea731bc964cd428e560f10cd4542bcede7e9a04f4465f
6
+ metadata.gz: 742f82ca52857c65d88152f274b8b40fc2ee609389e39a7f557a103d542134d1b527b5a7d2db0dbafb1950e65e2060613a3fabaa7246a6390a08fe6b004f8a99
7
+ data.tar.gz: 45b306a111de2852df9c045e316deea8114b941a3617a4689a8f4819e67c3aa6e077f3b64e892b16c281798533c31b897c59aff213c6606f7cd4faa4205c0742
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.14
1
+ 1.1.15
data/docs/file.md CHANGED
@@ -45,7 +45,7 @@ may places where a Ruby File object can be used.
45
45
  * `md5` (string): File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
46
46
  * `mime_type` (string): MIME Type. This is determined by the filename extension and is not stored separately internally.
47
47
  * `region` (string): Region location
48
- * `permissions` (string): A short string representing the current user's permissions. Can be `r`,`w`,`d`, `l` or any combination
48
+ * `permissions` (string): A short string representing the current user's permissions. Can be `r` (Read),`w` (Write),`d` (Delete), `l` (List) or any combination
49
49
  * `subfolders_locked?` (boolean): Are subfolders locked and unable to be modified?
50
50
  * `is_locked` (boolean): Is this folder locked and unable to be modified?
51
51
  * `download_uri` (string): Link to download file. Provided only in response to a download request.
data/docs/folder.md CHANGED
@@ -47,7 +47,7 @@ Files::Dir is an alias of Files::Folder
47
47
  * `md5` (string): File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
48
48
  * `mime_type` (string): MIME Type. This is determined by the filename extension and is not stored separately internally.
49
49
  * `region` (string): Region location
50
- * `permissions` (string): A short string representing the current user's permissions. Can be `r`,`w`,`d`, `l` or any combination
50
+ * `permissions` (string): A short string representing the current user's permissions. Can be `r` (Read),`w` (Write),`d` (Delete), `l` (List) or any combination
51
51
  * `subfolders_locked?` (boolean): Are subfolders locked and unable to be modified?
52
52
  * `is_locked` (boolean): Is this folder locked and unable to be modified?
53
53
  * `download_uri` (string): Link to download file. Provided only in response to a download request.
@@ -660,7 +660,7 @@ module Files
660
660
  @attributes[:region] = value
661
661
  end
662
662
 
663
- # string - A short string representing the current user's permissions. Can be `r`,`w`,`d`, `l` or any combination
663
+ # string - A short string representing the current user's permissions. Can be `r` (Read),`w` (Write),`d` (Delete), `l` (List) or any combination
664
664
  def permissions
665
665
  @attributes[:permissions]
666
666
  end
@@ -245,7 +245,7 @@ module Files
245
245
  @attributes[:region] = value
246
246
  end
247
247
 
248
- # string - A short string representing the current user's permissions. Can be `r`,`w`,`d`, `l` or any combination
248
+ # string - A short string representing the current user's permissions. Can be `r` (Read),`w` (Write),`d` (Delete), `l` (List) or any combination
249
249
  def permissions
250
250
  @attributes[:permissions]
251
251
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.14"
4
+ VERSION = "1.1.15"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.14
4
+ version: 1.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com