love_monster 0.0.2 → 0.0.3

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: a144a3520525dc139284c3f6ad1dfbba50ca90a8
4
- data.tar.gz: 0b91802eb551b9b58835ed78d18e095416432fd6
3
+ metadata.gz: ae592efe0d03c1897b32da554aeb597872a65946
4
+ data.tar.gz: 250a7f32b944876d4f9b496d4bf16f94b9094895
5
5
  SHA512:
6
- metadata.gz: e2a9a7abb490410be273e7f4686ad4b3b741d66fc86128964753c352d2a816d8ece3986755fef8a42b1314c465e166b36bd1592c6aaf77db5eddf36e845cbfa9
7
- data.tar.gz: dd7f20290dbf3fbfef83a264ef8a5e02acca6c891b538a94665515d8429af735a4e609a6fe5f0b6b11b0e3597c800eb92e7f03bc8a7c2a02b01f3c5056729d6d
6
+ metadata.gz: 96bef555e7004de2c0a803dea30dc3f067362f9ebc72730c1aaf918718617c9f26bcfff3f1e97fa4165ed679e5285ecc1ce72bd9ee237a95745e05f67ba0d283
7
+ data.tar.gz: 91a246561477b38ea74bebd5482eacc31dcfa3aa8a56a14bcbbd07169acb4f5379b4940bad07a6445769325cd926cf5a3594c6a92f070c2bfa5689d31abb0b7e
@@ -1,4 +1,3 @@
1
1
  class ApplicationMailer < ::ActionMailer::Base
2
- default from: "from@example.com"
3
2
  layout 'mailer'
4
3
  end
@@ -37,7 +37,7 @@
37
37
  <TABLE class=deviceWidth cellSpacing=0 cellPadding=0 width=600 align=center bgColor=#fcfffa border=0 style="margin-bottom: 20px">
38
38
  <TR>
39
39
  <TD style="text-align: center; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px" vAlign=top>
40
- <a style="color: #333" href="#">send love to someone</a>
40
+ <%= link_to "send love to someone", root_url, style: "color: #333" %>
41
41
  </TD>
42
42
  </TR>
43
43
  </TABLE>
@@ -1,11 +1,13 @@
1
- Lorem ipsum dolor sit amet, et dolore magna aliqua.
1
+ You got love!
2
2
  ===================================================
3
3
   
4
- Lorem ipsum dolor sit amet, consectetur adipisicing Aliquam ligula erat,
5
- cursus et laoreet a, mattis ac sapien. Mauris eget enim mi. Aliquam
6
- ligula erat, cursus et laoreet a, mattis. Nullam sodales neque ultricies
7
- urna tincidunt porttitor a mattis metus. Donec velit ligula, ultricies
8
- quis auctor a, pretium et massa=3F, sed do eiusmod tempor incididunt ut
9
- labore et dolore magna aliqua.
4
+ From: <%= @love.person_from.name_or_email %>
5
+ Reason: <%= @love.reason %>
6
+ <% unless @love.message.nil? %>
7
+ Message:
8
+ <%= @love.message %>
9
+ <% end %>
10
10
   
11
- All you need is love.
11
+ Send love to someone!
12
+
13
+ <%= root_url %>
@@ -1,3 +1,3 @@
1
1
  module LoveMonster
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: love_monster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dusty Burwell