thecore_ui_commons 3.0.7 → 3.0.8

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: d2e82bc897c2c40c1f8aba8a48068740c1d56fc7c94e90eee2c48bf293a2b187
4
- data.tar.gz: 9dc3f31aea8c17bbd5630a5839894ae6d7b21c33340cbab8aee77935beecda82
3
+ metadata.gz: 5f82d1b5865da0a8dc14be66bf3c07862326238ff76595bc36294f7b4b60af41
4
+ data.tar.gz: f9700ad30566d9390befeb2c0d11e82c52af18180f411af6494bb78f86424d22
5
5
  SHA512:
6
- metadata.gz: f8c45f2cd0dec1f442b67857c814497ce7596c796d4304da22499c2348be7c1788e89bbbd01db542d60aa5dd5b4e387aaf882bc2910f707f3b42bce58771ad2f
7
- data.tar.gz: 9640e77e101424114545f2e1c92a3d72a7eedfdf368f0c5153d3b2934c2e27ef5d76e0fa29491510503c8513e08bd27eb0613beb427bd53cb1efd31b82e5e806
6
+ metadata.gz: 8dd46d34513178fd6ee0666b80828f9b9e5e70b98d6a732e68499efb141ee6da320dfae477cddc468961f1359774a48cae4bbd149848fa159e303b8118b69411
7
+ data.tar.gz: 17e9406fa3c989b8429234accf1838b1ad445b340b6712de413d8117af77ab20fe332488a96cd6b4fb9381439827b1de8e5775a33161a904a07b313cb459fb48
@@ -2,7 +2,7 @@
2
2
  <browserconfig>
3
3
  <msapplication>
4
4
  <tile>
5
- <square150x150logo src="<%= image_path 'mstile-150x150.png' %>"/>
5
+ <square150x150logo src="mstile-150x150.png"/>
6
6
  <TileColor>#da532c</TileColor>
7
7
  </tile>
8
8
  </msapplication>
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "short_name": "Thecore",
3
- "icons": [
4
- {
5
- "src": "<%= image_path 'android-chrome-192x192.png' %>",
6
- "sizes": "192x192",
7
- "type": "image/png"
8
- },
9
- {
10
- "src": "<%= image_path 'android-chrome-512x512.png' %>",
11
- "sizes": "512x512",
12
- "type": "image/png"
13
- }
3
+ "icons": [{
4
+ "src": "android-chrome-192x192.png",
5
+ "sizes": "192x192",
6
+ "type": "image/png"
7
+ },
8
+ {
9
+ "src": "android-chrome-512x512.png",
10
+ "sizes": "512x512",
11
+ "type": "image/png"
12
+ }
14
13
  ],
15
14
  "name": "Thecore",
16
15
  "theme_color": "#37505C",
@@ -18,4 +17,4 @@
18
17
  "orientation": "portrait",
19
18
  "display": "standalone",
20
19
  "optional_permissions": ["clipboardWrite", "clipboardRead"]
21
- }
20
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni