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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffe69c912de6f283a23d70695c3c83c3e3fdcb9e
4
- data.tar.gz: d02dcdf880e8d20a212fb2dad00a30908169ed4f
3
+ metadata.gz: 836ad2c3d8ef165d02044062b75480001c0d47be
4
+ data.tar.gz: bf469767b7ff2ae9474e582afaa2ba779ecd0c3b
5
5
  SHA512:
6
- metadata.gz: 17f10bce71d24b7b7a1c7f578786610fc10b0cea401457e3990d7ab9de49426ddfaeaa68a8d086475511a0b16089d5bf0bb5991d83186ca974174e99c09552c9
7
- data.tar.gz: 1f0142ca8dfd892f54b8050db23da2b7e51a2e69ad64b7cb34f6aa44b72eaf13f499a58083a7d6ed405b0406a3e0bf7d529a26385446b3bb51aa94214fa79fd0
6
+ metadata.gz: 4161caf02778cc38de6deae6dd48a7c1ba62d009586d328ee2f1077fc743b3652f107d818c491d35ed144a9edb3853bc5bc374c5002eef252e02322f9a680b12
7
+ data.tar.gz: ac61fb651dd4ad6a586ccc74820d334482257f0b819b4d8683b6dacc8395d7683917b2dae3935ca0ccd0ab2321ff6577fd7921f766c1ea6371ddd36484da8f07
@@ -1,4 +1,4 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
- - 2.2.2
3
+ - 2.3.3
4
+ - 2.4.0
@@ -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)}.com?subject=\"Charge ##{id}\"'><b>#{company.fetch(:email)}</b></link></color>."
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
@@ -1,3 +1,3 @@
1
1
  module Receipts
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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: 2016-12-28 00:00:00.000000000 Z
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.8
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.