wbase 0.3.11 → 0.3.12
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/mailers/application_mailer.rb +1 -1
- data/app/views/wbase/admin_mailer/new_subscription.html.erb +1 -1
- data/app/views/wbase/static_pages/contact.html.erb +1 -1
- data/app/views/wbase/static_pages/privacy.html.erb +1 -1
- data/app/views/wbase/static_pages/start.html.erb +5 -5
- data/app/views/wbase/static_pages/subscribed.html.erb +2 -2
- data/app/views/wbase/static_pages/thanks.html.erb +2 -2
- data/lib/wbase/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc26261ccc27cb31d2140892e09513cfa137a7cf
|
4
|
+
data.tar.gz: 2d3ac8b909c777b2f9c59274f9fc8d5e73c33447
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f868883054df16f678442853179f089636c8d85fbe6e37af9461898ca1c71048c7736b7b7c8cd92126bfb367ef37bcb24b863bba10e0e206a9a000cf213d3e4
|
7
|
+
data.tar.gz: 4a1bbe807695f0a28c5041973dfdec82502793b510167bca4ce2133e786ca29c7c2955d7e437abee74da63a84121d75b214c52b08ffe93e524a828e82d99807d
|
@@ -47,7 +47,7 @@
|
|
47
47
|
</div>
|
48
48
|
<div class="col-md-4">
|
49
49
|
<h3>Guess What?</h3>
|
50
|
-
<p>That form right there... yep. it's a <a href="/welcome"
|
50
|
+
<p>That form right there... yep. it's a <a href="/welcome"><%= Wbase.site_name %></a>. :)</p>
|
51
51
|
</div>
|
52
52
|
</div>
|
53
53
|
</div>
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<h1>Customer Data</h1>
|
28
28
|
<p>
|
29
29
|
Customer Data is yours. It is not seen by anyone other than the
|
30
|
-
account holder.
|
30
|
+
account holder. <%= Wbase.site_name %> developers may see some customer data in the
|
31
31
|
process of troubleshooting an issue, but this data never includes
|
32
32
|
any payment information.
|
33
33
|
</p>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<div class="col-md-12">
|
6
6
|
<div class="fh5co-hero-wrap">
|
7
7
|
<div class="fh5co-hero-intro">
|
8
|
-
<h1 class="to-animate hero-animate-1">Getting Started with
|
8
|
+
<h1 class="to-animate hero-animate-1">Getting Started with <%= Wbase.site_name %> + Build / Bless and Facebook</h1>
|
9
9
|
<h2 class="to-animate hero-animate-2"></h2>
|
10
10
|
</div>
|
11
11
|
</div>
|
@@ -21,10 +21,10 @@
|
|
21
21
|
</div>
|
22
22
|
<div class="row">
|
23
23
|
<div class="col-md-8 col-md-offset-2">
|
24
|
-
<h4
|
24
|
+
<h4><%= Wbase.site_name %> Chrome Extension</h4>
|
25
25
|
<ul>
|
26
26
|
<li>
|
27
|
-
Install the <a href="https://chrome.google.com/webstore/detail/roeme/bobhcpmahpecgcacdchbpoijoofonhhi" target="_blank"
|
27
|
+
Install the <a href="https://chrome.google.com/webstore/detail/roeme/bobhcpmahpecgcacdchbpoijoofonhhi" target="_blank"><%= Wbase.site_name %> Chrome Extension</a>. (Click "ADD TO CHROME")
|
28
28
|
|
29
29
|
</li>
|
30
30
|
<li>
|
@@ -42,10 +42,10 @@
|
|
42
42
|
While viewing your Bless dashboard. Click on the Chrome Extension icon in the top right, then click "Process!"
|
43
43
|
</li>
|
44
44
|
<li>
|
45
|
-
When processing is complete, it will bring you back to your
|
45
|
+
When processing is complete, it will bring you back to your <%= Wbase.site_name %> dashboard where you can now view all of your customers and invoices.
|
46
46
|
</li>
|
47
47
|
<li>
|
48
|
-
<strong>Note</strong> You'll need to click the process button every time you want to update the data in
|
48
|
+
<strong>Note</strong> You'll need to click the process button every time you want to update the data in <%= Wbase.site_name %> from Bless.
|
49
49
|
</li>
|
50
50
|
</ul>
|
51
51
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/elP2kTZXMME" frameborder="0" allowfullscreen></iframe>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
6
|
-
<title>
|
6
|
+
<title> <%= Wbase.site_name %> | Thanks!</title>
|
7
7
|
<meta name="description" content="">
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9
9
|
<link rel="stylesheet" href="css/vendor.css">
|
@@ -62,7 +62,7 @@
|
|
62
62
|
Powered by
|
63
63
|
<a href="<%= welcome_url(utm_source: 'subscribed') %>" class="btn btn-primary btn-poweredby">
|
64
64
|
<img src="/logos/white-logo-100x100.png">
|
65
|
-
|
65
|
+
<%= Wbase.site_name %>
|
66
66
|
</a>
|
67
67
|
</p>
|
68
68
|
<p>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
6
|
-
<title>
|
6
|
+
<title> <%= Wbase.site_name %> | Thanks!</title>
|
7
7
|
<meta name="description" content="">
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9
9
|
<link rel="stylesheet" href="css/vendor.css">
|
@@ -62,7 +62,7 @@
|
|
62
62
|
Powered by
|
63
63
|
<a href="<%= welcome_path(utm_source: 'thanks') %>" class="btn btn-primary btn-poweredby">
|
64
64
|
<img src="/logos/white-logo-100x100.png">
|
65
|
-
|
65
|
+
<%= Wbase.site_name %>
|
66
66
|
</a>
|
67
67
|
</p>
|
68
68
|
<p>
|
data/lib/wbase/version.rb
CHANGED
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.3.
|
4
|
+
version: 0.3.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CJ Avilla
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|