receipts 0.2.0 → 0.2.1
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/.travis.yml +2 -2
- data/lib/receipts/receipt.rb +1 -1
- data/lib/receipts/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 836ad2c3d8ef165d02044062b75480001c0d47be
|
|
4
|
+
data.tar.gz: bf469767b7ff2ae9474e582afaa2ba779ecd0c3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4161caf02778cc38de6deae6dd48a7c1ba62d009586d328ee2f1077fc743b3652f107d818c491d35ed144a9edb3853bc5bc374c5002eef252e02322f9a680b12
|
|
7
|
+
data.tar.gz: ac61fb651dd4ad6a586ccc74820d334482257f0b819b4d8683b6dacc8395d7683917b2dae3935ca0ccd0ab2321ff6577fd7921f766c1ea6371ddd36484da8f07
|
data/.travis.yml
CHANGED
data/lib/receipts/receipt.rb
CHANGED
|
@@ -22,7 +22,7 @@ module Receipts
|
|
|
22
22
|
private
|
|
23
23
|
|
|
24
24
|
def default_message
|
|
25
|
-
"We've received your payment for #{attributes.fetch(:product)}. You can keep this receipt for your records. For questions, contact us anytime at <color rgb='326d92'><link href='mailto:#{company.fetch(:email)}
|
|
25
|
+
"We've received your payment for #{attributes.fetch(:product)}. You can keep this receipt for your records. For questions, contact us anytime at <color rgb='326d92'><link href='mailto:#{company.fetch(:email)}?subject=Charge ##{id}'><b>#{company.fetch(:email)}</b></link></color>."
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
def setup_fonts
|
data/lib/receipts/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: receipts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Oliver
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
version: '0'
|
|
141
141
|
requirements: []
|
|
142
142
|
rubyforge_project:
|
|
143
|
-
rubygems_version: 2.6.
|
|
143
|
+
rubygems_version: 2.6.11
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
146
|
summary: Receipts for your Rails application that works with any payment provider.
|