wbase 0.3.11 → 0.3.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d81d2e805a4a4c5b09f9525cc6eeed6f7645c00
4
- data.tar.gz: 5a4564de48fb410295438855ecca3dc9795dddc0
3
+ metadata.gz: bc26261ccc27cb31d2140892e09513cfa137a7cf
4
+ data.tar.gz: 2d3ac8b909c777b2f9c59274f9fc8d5e73c33447
5
5
  SHA512:
6
- metadata.gz: 80d20f256e97dec917b4885d8a570533798b620f3a2c1709f9102ce79b4566f101be00439a16b9bd3afa55a08390fad1cc3821d5c9af68e4fdfec3067c02ac71
7
- data.tar.gz: e21506603215731215d72c52ad4b66bb8231b05cf8b51743bb96a922142e36f0de64d53c45cb3164920b1999324f36f7dc75b70e60f3d716bf41b23749ecf14f
6
+ metadata.gz: 0f868883054df16f678442853179f089636c8d85fbe6e37af9461898ca1c71048c7736b7b7c8cd92126bfb367ef37bcb24b863bba10e0e206a9a000cf213d3e4
7
+ data.tar.gz: 4a1bbe807695f0a28c5041973dfdec82502793b510167bca4ce2133e786ca29c7c2955d7e437abee74da63a84121d75b214c52b08ffe93e524a828e82d99807d
@@ -1,4 +1,4 @@
1
1
  class ApplicationMailer < ActionMailer::Base
2
- default from: "CJ at RoeMe <cavilla@roeme.com>"
2
+ default from: "CJ at AlbumsEasy <cavilla@albumseasy.com>"
3
3
  layout 'mailer'
4
4
  end
@@ -7,7 +7,7 @@
7
7
  AWESOME job :)
8
8
 
9
9
  <% content_for :preheader do %>
10
- Welcome to RoeMe!
10
+ Welcome to AlbumsEasy!
11
11
  <% end %>
12
12
 
13
13
  <p style="font-family: sans-serif; font-size: 16px !important; font-weight: normal; margin: 0 0 15px;">Hi :)</p>
@@ -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">RoeMe</a>. :)</p>
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. RoeMe developers may see some customer data in the
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 RoeMe + Build / Bless and Facebook</h1>
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>RoeMe Chrome Extension</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">RoeMe Chrome Extension</a>. (Click "ADD TO CHROME")
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 RoeMe dashboard where you can now view all of your customers and invoices.
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 RoeMe from Bless.
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> RoeMe | Thanks!</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
- RoeMe
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> RoeMe | Thanks!</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
- RoeMe
65
+ <%= Wbase.site_name %>
66
66
  </a>
67
67
  </p>
68
68
  <p>
data/lib/wbase/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wbase
2
- VERSION = "0.3.11"
2
+ VERSION = "0.3.12"
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.3.11
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-18 00:00:00.000000000 Z
11
+ date: 2017-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails