printfection 1.0.1 → 1.0.2

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: 62ca1781e47fce515995fe4b3467e9f53b268b44
4
- data.tar.gz: b3c3967aff21db9f3222ece0a2731a6338d2351b
3
+ metadata.gz: df2530b52193d375b092ef18d0a041f4d0e95d31
4
+ data.tar.gz: e081c979924eaf867731944e006cbaf07b2447fc
5
5
  SHA512:
6
- metadata.gz: 6cb26e1e083fc3f3aaac01d8dd553268368b9f621ff590a0d943aa2e2e628fd2b75157927350a9527b1b911963802ef586ea97b7ddf2797e391aa2dcecd042aa
7
- data.tar.gz: 47cd784a3c53ed225c3320ec29c7b622df8d09a254cd245821ed651a74661dda34ca2b10f62101a1dccf64fddcc5f2c36d9dd8a993a355616ecd332dd86d36b6
6
+ metadata.gz: 0fcf583914ea0fd6ab5e2ec67ccb0e8359a45b20d59d659d4b79e31b8e84d6c75ebca6874934f1608a3116910b1bc5bda7b0801dc393d48e2d9ac580b7030a4d
7
+ data.tar.gz: d01295d9c27c1d95535253c3289ad6ca1b08e6a4ba531803987e356c2bb97287a2c60978fd6cabc0c996148b7c5444ccef9a4e7b2aa7d04dbb319f225a17f77f
@@ -38,7 +38,7 @@
38
38
  <% @orders.each do |order| %>
39
39
  <tr>
40
40
  <td><a href="/orders/<%= order.id %>"><%= order.id %></a></td>
41
- <td><%= order.ship_to.name %>, <%= order.ship_to.city %>, <%= order.ship_to.state %> <%= order.ship_to.zip_code %></td>
41
+ <td><%= order.ship_to.name %>, <%= order.ship_to.city %>, <%= order.ship_to.state %> <%= order.ship_to.zip %></td>
42
42
  <td><%= order.status %></td>
43
43
  <td><a href="/campaigns/<%= order.campaign_id %>"><%= order.campaign.name %></a></td>
44
44
  </tr>
@@ -104,7 +104,7 @@
104
104
  </tr>
105
105
  <tr>
106
106
  <td><strong>Zip</strong></td>
107
- <td><%= @order.ship_to.zip_code %></td>
107
+ <td><%= @order.ship_to.zip %></td>
108
108
  </tr>
109
109
  <tr>
110
110
  <td><strong>Country</strong></td>
@@ -13,7 +13,7 @@
13
13
  <% @orders.each do |order| %>
14
14
  <tr>
15
15
  <td><a href="/orders/<%= order.id %>"><%= order.id %></a></td>
16
- <td><%= order.ship_to.name %>, <%= order.ship_to.city %>, <%= order.ship_to.state %> <%= order.ship_to.zip_code %></td>
16
+ <td><%= order.ship_to.name %>, <%= order.ship_to.city %>, <%= order.ship_to.state %> <%= order.ship_to.zip %></td>
17
17
  <td><%= order.status %></td>
18
18
  <td><a href="/campaigns/<%= order.campaign_id %>"><%= order.campaign.name %></a></td>
19
19
  </tr>
@@ -6,7 +6,7 @@ module Printfection
6
6
  property :company
7
7
  property :city
8
8
  property :state
9
- property :zip_code, from: :zip
9
+ property :zip
10
10
  property :country
11
11
  property :email
12
12
  property :phone
@@ -1,4 +1,4 @@
1
1
  module Printfection
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: printfection
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Casey O'Hara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-10 00:00:00.000000000 Z
11
+ date: 2015-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie