files.com 1.0.180 → 1.0.181

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: 63d792817bc5dda505fbbb43345568f676002d923ceacdcd57077c92807740fb
4
- data.tar.gz: 96e5ab20cef1cd119fc00bcb067fdca15cf1998920d0c8e48934eb2fbaa1d883
3
+ metadata.gz: 8384d32f0a992c1cb7f64673a76eeeca09eb2e3e9269ece0c939aa29f124fbdf
4
+ data.tar.gz: 9e40763863df161e61fc54f45aff05adaee282515fd923509379a579f3e63a9c
5
5
  SHA512:
6
- metadata.gz: 2d861ef902119b67bd307d797f911ce605f9e5f5b0374b9e4436c2ae5e8c898a43a4589f9a869d57ce0ef0b8c8ad24dd196a80b7da4a6557965697d9f8a71579
7
- data.tar.gz: 4876b0348fbc069e36d4f9004cf33e004ffc1986a9b8779d2d0b4128961a6c82426d45d7a7e5a1da07492f5b1bebaf7e24aeb81fd6aa1443ea688b0b0674e669
6
+ metadata.gz: 65217858737112f06f00c4f25e67494eea4ef8c2a0b801e506c248963d0d5ccac4f1f3916819a1768fd1505a89bd9a26eb6707fe8b04ea6127610384d941fae9
7
+ data.tar.gz: 49782c8c69889c8bc8f3777d0571bea1dc839b8f9760fde4960275ac3db504ef06f5632ffb7096ef0a9432c6ce6dae93484dd0eed1941b3f6cbe8a6e9a6ff413
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.180
1
+ 1.0.181
data/docs/app.md CHANGED
@@ -6,6 +6,7 @@
6
6
  {
7
7
  "name": "",
8
8
  "extended_description": "",
9
+ "short_description": "",
9
10
  "documentation_links": "Important Info => http://files.test/learn-more",
10
11
  "icon_url": "",
11
12
  "logo_url": "",
@@ -26,6 +27,7 @@
26
27
 
27
28
  * `name` (string): Name of the App
28
29
  * `extended_description` (string): Long form description of the App
30
+ * `short_description` (string): Short description of the App
29
31
  * `documentation_links` (string): Collection of named links to documentation
30
32
  * `icon_url` (string): App icon
31
33
  * `logo_url` (string): Full size logo for the App
@@ -19,6 +19,11 @@ module Files
19
19
  @attributes[:extended_description]
20
20
  end
21
21
 
22
+ # string - Short description of the App
23
+ def short_description
24
+ @attributes[:short_description]
25
+ end
26
+
22
27
  # string - Collection of named links to documentation
23
28
  def documentation_links
24
29
  @attributes[:documentation_links]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.180
4
+ version: 1.0.181
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-24 00:00:00.000000000 Z
11
+ date: 2021-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable