web-connect 0.4.2 → 0.4.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: 435761d473e6207771accd7586c0c8b6003e7073
4
- data.tar.gz: a17604aba5f073120cc6c3d5abe496f92e14a4b8
3
+ metadata.gz: 1a0ddf6670c8a44de80ec1bb828a7f49c48c4602
4
+ data.tar.gz: fd2e106b6ce8a0e5b203eee8859a3e2896363f03
5
5
  SHA512:
6
- metadata.gz: faa5af85ed89bebf95e56a031d1c15d59a44fb8becba703058e2c559cc85fa637799a62f14f369bbab378521c4e7f9c524c7506b9b56e34eed1547a75b96009c
7
- data.tar.gz: de81cfb5722537b64e7e704b86f937e85904a4f7a37be182af4560307c309c5855cb30be65c0ca4bf7a5e932eff9a2cec883153685960ad90e01d4d9b6dd6349
6
+ metadata.gz: 0b8f590197871ca9c2e75d50ad9b7e3ed47f2fb10811e7d9f1be63427b8a0b6ef06cd2d27c487d3dfee235e2380e41ce383dde148bf93b84a712147e41677e44
7
+ data.tar.gz: da77c1128c56e9fd86801b319efedfc88dc79ad0817f389719f4f5b54893bbcb48e89efbb23bd78ba4a9cbfefd09da0a2c7566dc3b99e4cd3fc24ee3f4260a03
@@ -17,8 +17,8 @@ class Alpha < Netfira::WebConnect::Migration
17
17
  t.string :phone, limit: 30
18
18
  t.string :fax, limit: 30
19
19
  %w[billing_ shipping_].each do |type|
20
- t.string :"#{type}address_1", limit: 150
21
- t.string :"#{type}address_2", limit: 150
20
+ t.string :"#{type}address1", limit: 150
21
+ t.string :"#{type}address2", limit: 150
22
22
  t.string :"#{type}city", limit: 150
23
23
  t.string :"#{type}state", limit: 150
24
24
  t.string :"#{type}country", limit: 2
@@ -1,6 +1,6 @@
1
1
  module Netfira
2
2
  module WebConnect
3
- VERSION = '0.4.2'
3
+ VERSION = '0.4.3'
4
4
  PLATFORM_AND_VERSION = 'Rack/' << VERSION
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neil E. Pearson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-04 00:00:00.000000000 Z
12
+ date: 2014-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord