shopapp 0.2.54 → 0.2.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 642a636c6b685b0cfd3b4446f0d6daee763aabd3b3ccf18b0e76ce3d7da394f0
4
- data.tar.gz: f5c8f655c88fce4405ebdc59ce20ce57c41dd32cbd69d2b7f1997a5166ed8ee7
3
+ metadata.gz: 6f453478a19fb0221ffcdf0896a673b8338059b5ddde84c8f15ee0c95727f11c
4
+ data.tar.gz: 93ba0806dbfad650934d9958fadeadd93e8133a44cf11ff1b155e44c3ebfbd6f
5
5
  SHA512:
6
- metadata.gz: 423be0d0498f97ca88cfc57fac24e3be6aa5d5c589024fca33055fa482c81dcbb3b9e651cc3c4d9eef8f6738e4597cb1b2fbdaa8d19564a42261bd6eb995643d
7
- data.tar.gz: 6f3172c3eccfc9060fc330e0e5b319a769da837c81b853e2a4c7dc4d27e711cccc78d5c88164b901c111d3a19029cd814909f082aa5eea231aaa9907d0ab38cd
6
+ metadata.gz: bf98d9940692a2af39750636567d459b31184ee44be5c00da9bbd3f9bc6fb860769ebbda1a85c33e3dcaa588d70b3b83142be5fee4ef71323e70e73dd640873d
7
+ data.tar.gz: 6e080751f5cac015c4259009d022e8b8c3607d2a62499376bc5203304d3496502b291b758804c6ec2c9d67d31554c2dfefa64b03dd110ef30b3a3325ab753ce9
data/README.md CHANGED
@@ -62,8 +62,19 @@ Following creates default remote (zwr/demolift), but does not push:
62
62
 
63
63
  skip_github_push=1 shopitapp demolift
64
64
 
65
+ ### Favicon
66
+
67
+ Make a 610x610 PNG, for Z-ware colors use 7800a1 -> 7086d6. Then drag that icon
68
+ to https://faviconit.com and copy all returned files except the instructions to
69
+ /public/favicon/ folder.
70
+
71
+ Add the following line to the header and make sure it does not contain anything
72
+ else regarding favicons:
73
+
74
+ = shopapp3_favicon
75
+
65
76
  # Developing this gem
66
77
 
67
78
  To build new version of this gem, change the version in shopapp.gemspec and run:
68
79
 
69
- git push; gem build shopapp.gemspec ; gem push shopapp-0.2.54.gem; gem install shopapp
80
+ git push; gem build shopapp.gemspec ; gem push shopapp-0.2.55.gem; gem install shopapp
@@ -15,4 +15,29 @@ module Shopapp3Helper
15
15
  HTML
16
16
  end.join("\n").html_safe
17
17
  end
18
+
19
+ def shopapp3_favicon
20
+ <<~HTML.html_safe
21
+ <link rel="shortcut icon" href="favicon/favicon.ico">
22
+ <link rel="icon" sizes="16x16 32x32 64x64" href="favicon/favicon.ico">
23
+ <link rel="icon" type="image/png" sizes="196x196" href="favicon/favicon-192.png">
24
+ <link rel="icon" type="image/png" sizes="160x160" href="favicon/favicon-160.png">
25
+ <link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96.png">
26
+ <link rel="icon" type="image/png" sizes="64x64" href="favicon/favicon-64.png">
27
+ <link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32.png">
28
+ <link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16.png">
29
+ <link rel="apple-touch-icon" href="favicon/favicon-57.png">
30
+ <link rel="apple-touch-icon" sizes="114x114" href="favicon/favicon-114.png">
31
+ <link rel="apple-touch-icon" sizes="72x72" href="favicon/favicon-72.png">
32
+ <link rel="apple-touch-icon" sizes="144x144" href="favicon/favicon-144.png">
33
+ <link rel="apple-touch-icon" sizes="60x60" href="favicon/favicon-60.png">
34
+ <link rel="apple-touch-icon" sizes="120x120" href="favicon/favicon-120.png">
35
+ <link rel="apple-touch-icon" sizes="76x76" href="favicon/favicon-76.png">
36
+ <link rel="apple-touch-icon" sizes="152x152" href="favicon/favicon-152.png">
37
+ <link rel="apple-touch-icon" sizes="180x180" href="favicon/favicon-180.png">
38
+ <meta name="msapplication-TileColor" content="#FFFFFF">
39
+ <meta name="msapplication-TileImage" content="favicon/favicon-144.png">
40
+ <meta name="msapplication-config" content="favicon/browserconfig.xml">
41
+ HTML
42
+ end
18
43
  end
data/shopapp.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'shopapp'
3
- s.version = '0.2.54'
4
- s.date = '2019-05-03'
3
+ s.version = '0.2.55'
4
+ s.date = '2019-05-20'
5
5
  s.summary = 'Do a shoplift.'
6
6
  s.description = 'Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca\'s fatal web? Hence!\
7
7
  I am qualmish at the smell of leek.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.54
4
+ version: 0.2.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-03 00:00:00.000000000 Z
11
+ date: 2019-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties