wbase 0.0.13 → 0.0.14

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: 8b694f4a34dfac0cf209aea3c1a1ef38aeec389f
4
- data.tar.gz: 3244583d9f4a1a5959eb23adbe2156def1a142d8
3
+ metadata.gz: 6ed4d515e278f027bca074211902be0371d20c35
4
+ data.tar.gz: 0d3870bcf3df9d23d3d524cd9634586a269d8bf3
5
5
  SHA512:
6
- metadata.gz: bb24c9fc5c7078e6edfcd358ca617106bb94effc7f1c921361e1aeae816bf8d779d75858473acd62337fa337d2699f02038ac0de34d0764dbf82ebd9c1f18243
7
- data.tar.gz: 5353b3d4a50b298d044aa9ae61bd2540898f0239108d637177cf6dec8c79b420a9541a2f12102770e1f63531f198a52809be3cb15739fb507f85b3f3559d70c4
6
+ metadata.gz: f92b1c8c11cca73494dd72d16372d75dc2ef851f07ac6cec2191fecbb00adda61aebf6273ee5da8f113b6be595cb4d2e14941d5e02f4e5e3544dc0403194c2c1
7
+ data.tar.gz: cd46ecd34cc5cb3f20ff7709e31e627b0df5bf2c815059523376cf3bc5f1a860221f89d47b6928e8fe0a5b6ba96843fbd0714e703558fdfff781a2756876a363
@@ -1,6 +1,7 @@
1
1
  <meta charset="utf-8">
2
2
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1">
4
+ <meta name="google-site-verification" content="<%= Wbase.google_site_verification %>" />
4
5
  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
5
6
 
6
7
  <!-- Website Title -->
data/lib/wbase/engine.rb CHANGED
@@ -26,7 +26,8 @@ module Wbase
26
26
 
27
27
  # Integrations
28
28
  :olark_id,
29
- :ga_id
29
+ :ga_id,
30
+ :google_site_verification
30
31
  )
31
32
  [:team,
32
33
  :nav_items,
data/lib/wbase/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wbase
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla