web-connect 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a0ddf6670c8a44de80ec1bb828a7f49c48c4602
|
4
|
+
data.tar.gz: fd2e106b6ce8a0e5b203eee8859a3e2896363f03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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}
|
21
|
-
t.string :"#{type}
|
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
|
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.
|
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-
|
12
|
+
date: 2014-08-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|