wbase 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 352cfbd8e33e63eeb23173a583b51050c7854ecb
4
- data.tar.gz: 09c62c7fd5e6715706101bdf43c274bf292d585a
3
+ metadata.gz: ca9a23c2086631efb40777077bdd4ed173738309
4
+ data.tar.gz: db23d0f08cb771eb5f3ce7ae2aaf731cbf9912ce
5
5
  SHA512:
6
- metadata.gz: 95fe341dec67f04f3e7026e1360c02fde66e488f3862eac12d8c3485516eea2714cd032fb382137703e9e1185e91323d705b946ab2d521555ec3a1da8176ed28
7
- data.tar.gz: 4d819eb5de9da561b310c96e7872776ac6075e74b046bfe851dd8c68cfb3c08e0f428911cf91888292996a92c063436608c22553afee132a0dea69cfd00c7a31
6
+ metadata.gz: 7708e8ed56149de561445eff743e229c7254fe89c5492f85987742eb954b55205f68438ead6de4584c81c1d7c0c3076c78c3d730f45aed8d51e7f8809ecdca16
7
+ data.tar.gz: b426a6afceb33954f2108b8e59603adaef79e6d269c6ccf4c1b4fe3ecd84c72950736e96f99fcb9207ed90c2fb256dae77507eb294e41e84bef6f7cc84acf7d3
@@ -237,7 +237,7 @@ a.left.carousel-control, a.right.carousel-control {
237
237
 
238
238
  /* Navbar */
239
239
  .navbar-custom {
240
- background-color: #2ac46b;
240
+ background-color: $brand-primary;
241
241
  border-color: transparent;
242
242
  font: 300 14px/22px $poppins;
243
243
  }
@@ -1,6 +1,6 @@
1
1
  <meta charset="utf-8">
2
2
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
3
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
4
4
  <meta name="google-site-verification" content="<%= Wbase.google_site_verification %>" />
5
5
  <meta name="author" content="CJ Avilla">
6
6
  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
@@ -1,12 +1,11 @@
1
1
  <div class="topbar">
2
2
  <div class="topbar-left">
3
3
  <div class="text-center">
4
- <a href="index.html" class="logo">
5
- <i class="icon-magnet icon-c-logo"></i>
4
+ <a href="/" class="logo">
6
5
  <span><%= Wbase.site_name %></span>
7
6
  </a>
8
7
  <!-- Image Logo here -->
9
- <!--<a href="index.html" class="logo">-->
8
+ <!--<a href="/" class="logo">-->
10
9
  <!--<i class="icon-c-logo"> <img src="assets/images/logo_sm.png" height="42"/> </i>-->
11
10
  <!--<span><img src="assets/images/logo_light.png" height="20"/></span>-->
12
11
  <!--</a>-->
data/lib/wbase/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wbase
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-04 00:00:00.000000000 Z
11
+ date: 2016-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails