stone-ruby 0.1.0 → 0.1.1

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: a541b337ffb36ae567af10ae71e538c422786d89
4
- data.tar.gz: fbecf06870b9af48a83caed8a95f604bc49363b4
3
+ metadata.gz: 08a621b7e5a2259c82f74df5ae651622c1fc5b7c
4
+ data.tar.gz: cfda1d992d552490810e6ca5b97dee98571c2e21
5
5
  SHA512:
6
- metadata.gz: 825e4759a977d4352adaeda0b88c118197823f33eabe64c6872dcb019d66903fb03b67d3ebf28f4a65a40bce5bee2262bd8ba594faa2a4c32ba2e93d211056d0
7
- data.tar.gz: f7664fd60f013f7aeba71e548e685cf289959171fb34ec3245eccf1ebce990eaf6a92ba4b02eeaeb501d0573542336aefdbe0f0fb52baa5f5384f2e7a4e32976
6
+ metadata.gz: 97ab80a3efc10940677dd52de89d845cfe4fa16eeba66b871657fccd0b53d038c2b2cf70fb0f9b8eda07ba03ad6b9d4c2e52511f9471fbf1cbebd969bb85ca08
7
+ data.tar.gz: 6c48b8a877490d68691ad34f98edff8fdfab98019643cd4f91cfc7c4d566a292218c581a2355bebb9fb441f96c77a345dc142bae37ac80c37fd483ba10fa3d69
@@ -4,8 +4,8 @@ module Stone
4
4
  module Siclos
5
5
  module Entity
6
6
  class ResponsibleRecipient < Base
7
- attribute :name, Types::Coercible::String
8
- attribute :cell_phone, Types::OnlyNumbersString.optional.default(nil)
7
+ attribute :email, Types::Coercible::String
8
+ attribute :cell_phone, Types::OnlyNumbersString
9
9
  attribute :document_number, Types::Coercible::String.optional.default(nil)
10
10
  attribute :name, Types::Coercible::String.optional.default(nil)
11
11
  end
data/lib/stone/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stone
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stone-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Junior