payable-api 0.1.1 → 0.1.2

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: 104b5ba80adfba1f60230009e376f09d5cfe2241
4
- data.tar.gz: 5504850eb08822cbd7abbbd6d9bc346dcccfc673
3
+ metadata.gz: 2e4d97a4628b716c52a00956b2fa250c4886cdcf
4
+ data.tar.gz: ca813251041629f80b729a94892381daee72cd91
5
5
  SHA512:
6
- metadata.gz: 7a5cd45d3a2d2ab28d2edf66d4b513471bf24c3875a6244a43f7d38f73c6a0a88a0522187231af8cf2b79a82d1b0d6ae3bf087c7c120995e70464b622cc743cf
7
- data.tar.gz: f09eaeabafb6297ff3b4ea5ed46fbc46136a474aef4f4f36cfc565d439ed49d48c254d6f24e9b54a29c6789c5f5b2e1b88b7a39d5b937a1b10b6b08f71e8ad37
6
+ metadata.gz: 8736a7f0e981840f25a440a01b7ac02de086d0d7b69d4c444a2e0db6c34b4bbf402ec1500d0b5c9e9fde49aaa917c42e4532818220b4da57f3b1c656f716c0ce
7
+ data.tar.gz: d138a13878b186f2c1743f3bc9421888ebb97dc836584dcc5de7d73925ba74b5335c1629dab98bdf051eddfd38d7b51c61a41100ca14b5bab3c96550099b777c
@@ -1,3 +1,3 @@
1
1
  module Payable
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -5,9 +5,9 @@ module Payable
5
5
  attribute :quantity, Types::Form::Decimal
6
6
  attribute :quantity_measure, Types::QuantityMeasure
7
7
  attribute :start, Types::Form::DateTime
8
- attribute :end, Types::Form::DateTime
9
- attribute :note, Types::String
10
- attribute :payment_id, Types::Strict::Int
8
+ attribute :end, Types::Form::DateTime.optional
9
+ attribute :notes, Types::String.optional
10
+ attribute :payment_id, Types::Strict::Int.optional
11
11
  attribute :payment_status, Types::PaymentStatus
12
12
 
13
13
  def self.collection; 'work'; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payable-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Lassek