files.com 1.0.91 → 1.0.92

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: ce58e9beada0bbcdf4ece8dc21a14d013ab566b1cb25a3876f2119d3579f52bf
4
- data.tar.gz: 20661480cb55f165e6a986040ac4539b44486049e546216b1c53438dfe6a6c9f
3
+ metadata.gz: 2ccf588a63575ffc10887af6393227e9c230cfd8ef377a0568e28d303244a5d7
4
+ data.tar.gz: b3dea2cf46dc36115e0c47fc553e6c624b11987dfb9c6de90a54cd6caad616c3
5
5
  SHA512:
6
- metadata.gz: 95ca1d92bf585e26ef9a2bf27ad18ca61dfdbdb50f8b84eee387a71f4a66687020ed310d6dc7c5b6764c689ab79b62fb0616ae9665f594215182cd6d93aa8821
7
- data.tar.gz: ea101911a34a62be71b9a71f8eee07cabe7cedf89e6900ee1be43b84082d312bb5ecf9b524e111254366cca9500aa1a7bdfcdc40071f44b740d9e9cdf0d09de7
6
+ metadata.gz: cd96ad5784b20f7b2751e281d2f542f24f8f4587eac384bd747af0e4025201703ea67ba205dd430628e9bb170200f7b3237f3ce9aa0d53ed024f48d9644c4533
7
+ data.tar.gz: 382b34400d864dfb21f2d81601376808d774917d9dbb31bf82275056575af525499ecf50ebf1506d2db3f87863c03eec966e82882bc2ef485287039b9bdfecfc
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.91
1
+ 1.0.92
@@ -7,6 +7,7 @@
7
7
  "name": "",
8
8
  "extended_description": "",
9
9
  "documentation_links": "Important Info => http://files.test/learn-more",
10
+ "icon_url": "",
10
11
  "logo_url": "",
11
12
  "logo_thumbnail_url": "",
12
13
  "sso_strategy_type": "",
@@ -21,6 +22,7 @@
21
22
  * `name` (string): Name of the App
22
23
  * `extended_description` (string): Long form description of the App
23
24
  * `documentation_links` (string): Collection of named links to documentation
25
+ * `icon_url` (string): App icon
24
26
  * `logo_url` (string): Full size logo for the App
25
27
  * `logo_thumbnail_url` (string): Logo thumbnail for the App
26
28
  * `sso_strategy_type` (string): Associated SSO Strategy type, if any
@@ -24,6 +24,11 @@ module Files
24
24
  @attributes[:documentation_links]
25
25
  end
26
26
 
27
+ # string - App icon
28
+ def icon_url
29
+ @attributes[:icon_url]
30
+ end
31
+
27
32
  # string - Full size logo for the App
28
33
  def logo_url
29
34
  @attributes[:logo_url]
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.0.91
4
+ version: 1.0.92
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com