kkt_shoppe-notification 2.0.0 → 2.0.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 369b27a7cf8dcf9685d23026d21da391a68a43a2
|
|
4
|
+
data.tar.gz: 59349b0150da56fb616f75d41db4bcbb1fa53097
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0c1b9a0895931fee4d4b9363c9444830d1644640ad0579512106e783f543220cc962e3c1770542d40973fbc9e7c1cc62a2c2217cd7818778c9169ea5285789d
|
|
7
|
+
data.tar.gz: 5b7a9537d3aca8ae6e74e2d9b8c4ac32267b1cdc1c6750b87dedbbee4a0f87a510ec154e940afde0bb73270d3f08082e17fce52a20f2050bb5a96790e79a4767
|
data/.gitignore
CHANGED
|
@@ -3,7 +3,7 @@ Hello Team!
|
|
|
3
3
|
Re: Order #<%=@order.number%>
|
|
4
4
|
|
|
5
5
|
This is just a quick email to let you know that <%= @order.first_name %> <%= @order.last_name %> has purchased the following:
|
|
6
|
-
<% order.order_items.each do |item| %>
|
|
6
|
+
<% @order.order_items.each do |item| %>
|
|
7
7
|
<%= item.quantity %> x <%= item.ordered_item.full_name %>
|
|
8
8
|
|
|
9
9
|
<% end %>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kkt_shoppe-notification
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Thompson
|
|
@@ -92,9 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
94
|
rubyforge_project:
|
|
95
|
-
rubygems_version: 2.4.
|
|
95
|
+
rubygems_version: 2.4.5
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: A Shoppe module which emails staff on new orders
|
|
99
99
|
test_files: []
|
|
100
|
-
has_rdoc:
|