shopapp 0.2.45 → 0.2.46

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: 84b6761f8075b187a91942cf229062ced04f80c9c3664974baca019f5970188e
4
- data.tar.gz: d6ebf1015bdfdb67972a71949ad19f884445c4743dd546d02f45de34d6cc29c0
3
+ metadata.gz: 631670e169b61b0bfb8c2694cf8b3165d7c488875325bdc8e967028d0e0b6cc2
4
+ data.tar.gz: '01946c551e810eb3271a9bba4712efbc36ec808eb122d57625caa9c1a470cf5d'
5
5
  SHA512:
6
- metadata.gz: 3b30d0a61d56cdd9bd8681616d057f3a9912500fe4067a6f468d1cda8f9595b782411aef5b32d8077225475bdfa6f9f493f7a108cdfb11f96095d36cc80afc28
7
- data.tar.gz: 1d125866b69d5a85b6fc47450119ecbdbd718358119c39fb3e483e1c5350f106b74e79e5ae579b769936012eb21571df2ec9614e64687e4e702fb31b55aa43d1
6
+ metadata.gz: 141b49cad651ca5ac4e60dab0dd87d558847ae6dbe072557c916d8dcb69b4f8875a7a4c996ae49ea5910d88cbafc3a929f0a870d8c8d58eff76f63edcc3f21a2
7
+ data.tar.gz: 4a196c092c14f033e04fa10b51a7c240c96b8693c786f76d913bc56140c02c092723282e66bbf8513415860caeb80cf6b5bbe79a5ab6c7853d2224ede9517d03
data/README.md CHANGED
@@ -66,4 +66,4 @@ Following creates default remote (zwr/demolift), but does not push:
66
66
 
67
67
  To build new version of this gem, change the version in shopapp.gemspec and run:
68
68
 
69
- gem build shopapp.gemspec ; gem push shopapp-0.2.X.gem; gem install shopapp
69
+ git push; gem build shopapp.gemspec ; gem push shopapp-0.2.X.gem; gem install shopapp
@@ -1,6 +1,3 @@
1
- @import "material.min";
2
- @import "materialdesignicons";
3
-
4
1
  html, body {
5
2
  font-family: 'Fira Sans', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
6
3
  color: #323232;
@@ -23,7 +20,7 @@ html, body {
23
20
  }
24
21
 
25
22
  #sidebar-wrapper {
26
- background: image-url('shopapp3/bg.jpg') center no-repeat;
23
+ //background: image-url('shopapp3/bg.jpg') center no-repeat;
27
24
  background-size: cover;
28
25
  min-height: 100vh;
29
26
  margin-left: -80px;
@@ -34,7 +31,6 @@ html, body {
34
31
  }
35
32
  #sidebar-wrapper .sidebar-heading {
36
33
  height: 80px;
37
- background: #25265E;
38
34
  }
39
35
  #sidebar-wrapper .nav {
40
36
  width: 80px;
@@ -1,6 +1,6 @@
1
1
  #wrapper.d-flex
2
- #sidebar-wrapper.border-right
3
- .sidebar-heading.d-flex.align-items-center.justify-content-center
2
+ #sidebar-wrapper.border-right.bg-secondary
3
+ .sidebar-heading.d-flex.align-items-center.justify-content-center.bg-dark
4
4
  = image_tag company_logo_path_defined, width: '55'
5
5
  %ul.nav.flex-column.mt-5
6
6
  = shopapp3_sidebar_icons
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.45'
4
- s.date = '2019-04-16'
3
+ s.version = '0.2.46'
4
+ s.date = '2019-04-17'
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.45
4
+ version: 0.2.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-16 00:00:00.000000000 Z
11
+ date: 2019-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties