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 +4 -4
- data/app/views/layouts/wbase/_common_head.html.erb +1 -0
- data/lib/wbase/engine.rb +2 -1
- data/lib/wbase/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ed4d515e278f027bca074211902be0371d20c35
|
4
|
+
data.tar.gz: 0d3870bcf3df9d23d3d524cd9634586a269d8bf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/lib/wbase/version.rb
CHANGED