sideralclient 1.0.0 → 1.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: 19901aa1755bc43b6c90515f1f07ec71e73d958e
4
- data.tar.gz: ee8ecb7674a830bb5d950c416064e58be2e1f631
3
+ metadata.gz: ec1dc0bd89711102e112938fcb74ca1c6be035fe
4
+ data.tar.gz: e4677ed9ddff8c8c21afa0db779cec0dfd1717b6
5
5
  SHA512:
6
- metadata.gz: 33a052790108c59813dc05f3465ddbaf8a2c3582161454b77dc7ddb8af62f01bc5e28c54586e789002ddf4b41e4f9aa64af0cd54cd46ea4c2c690c3d08aa78f0
7
- data.tar.gz: cd67cce18ea6479bc296d44680c54b3005f4061ff88dc6d5f703a2f972457433b44cde0376e4c56a67808015cb85cdc1e8a35e11b7984cf39ee02c6c0be64b4f
6
+ metadata.gz: 45959c93b16a2c60eb2a8982f108a323642d08d36c2e67842a2d064558fe34302ea47b4d054daea624ffb92c873e4780cc9816e74d2a0eee8b9a12aa61644f28
7
+ data.tar.gz: 9108290acbd88b4baaffadea5c7e40a7f74651659f42033df491bc8a4fbea3549d1ebe043da4af1cfcfe79ecb8c35afa9aa3d5dd355bb89ec26570ca0afaa11f
@@ -8,7 +8,7 @@ class CreateClientProfiles < ActiveRecord::Migration[5.2]
8
8
  t.string :address
9
9
  t.string :document, null: false
10
10
  t.string :document_type, null: false
11
- t.date :birthday
11
+ t.date :birthday
12
12
  t.boolean :active, null: false, default: true
13
13
  t.string :country, null: false, default: "Argentina"
14
14
  t.string :city
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sideralclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facundo A. Díaz Martínez