productive 0.6.83 → 0.6.85

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
  SHA256:
3
- metadata.gz: 4604fbededc00d696eeb28f8fc1787d503a252f37d161b9377cd29fb2cac00cb
4
- data.tar.gz: b2a89dffd4f771d0703598af4cb9bc540d4abcc2d1baf2d4a256d6df5f579229
3
+ metadata.gz: 602ccebc3e423a54a0f6729e95f2c0999e54529caacebb5b696392675b6af57c
4
+ data.tar.gz: 1dfa7ac79f365a203b6922a5168c5466419d3b56398d6d1d6436d029da45dfb1
5
5
  SHA512:
6
- metadata.gz: 7a1994cfc6d65464ba55f7299e08eb9369cb2c1661f3d2c51bbecb65339abc7f3b0d6b0839ae678996f59f236417b84564cb4b82463d62e725e2750b45ee80bc
7
- data.tar.gz: 68f327f27216eae8b80e3e6e44106c6e299e288e4cd1e8da76deb460a6e2b62b81264547386ea9da5aa30446600121fc7e3726e32aeb6b9cbfe9c383ec91597b
6
+ metadata.gz: f796535d50ab46c56afe587da082dbab2fe41ec2bb6f641a365b462fe87e11ef4e42c5260f2af76f30f1af2a4bb0d8e6cec62384a72997f920fab02e77c2d6b4
7
+ data.tar.gz: c77457465555a7f06365f40419aa28412385284b2b6d361de8dad0bf5864d63347d0318ed73a398bb84f8134e094309adb75b2a96371c56554629cf556832e54
@@ -0,0 +1,4 @@
1
+ module Productive
2
+ class AutomaticInvoicingRule < BaseAccount
3
+ end
4
+ end
@@ -0,0 +1,3 @@
1
+ module Productive
2
+ class RevenueDistribution < BaseAccount; end
3
+ end
@@ -1,3 +1,3 @@
1
1
  module Productive
2
- VERSION = '0.6.83'.freeze
2
+ VERSION = '0.6.85'.freeze
3
3
  end
data/lib/productive.rb CHANGED
@@ -92,6 +92,7 @@ require 'productive/resources/reports/service_report'
92
92
  require 'productive/resources/reports/task_report'
93
93
  require 'productive/resources/reports/time_entry_report'
94
94
  require 'productive/resources/reports/time_report'
95
+ require 'productive/resources/revenue_distribution'
95
96
  require 'productive/resources/role'
96
97
  require 'productive/resources/salary'
97
98
  require 'productive/resources/section'
@@ -124,6 +125,7 @@ require 'productive/resources/bill'
124
125
  require 'productive/resources/bill_item'
125
126
  require 'productive/resources/bank_account'
126
127
  require 'productive/resources/invoice_template'
128
+ require 'productive/resources/automatic_invoicing_rule'
127
129
 
128
130
  require 'productive/railtie' if defined?(Rails::Railtie)
129
131
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: productive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.83
4
+ version: 0.6.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josip Bišćan
@@ -67,6 +67,7 @@ files:
67
67
  - lib/productive/resources/approval_status.rb
68
68
  - lib/productive/resources/approval_workflow.rb
69
69
  - lib/productive/resources/attachment.rb
70
+ - lib/productive/resources/automatic_invoicing_rule.rb
70
71
  - lib/productive/resources/automation.rb
71
72
  - lib/productive/resources/automation_run.rb
72
73
  - lib/productive/resources/automation_version.rb
@@ -155,6 +156,7 @@ files:
155
156
  - lib/productive/resources/reports/task_report.rb
156
157
  - lib/productive/resources/reports/time_entry_report.rb
157
158
  - lib/productive/resources/reports/time_report.rb
159
+ - lib/productive/resources/revenue_distribution.rb
158
160
  - lib/productive/resources/role.rb
159
161
  - lib/productive/resources/salary.rb
160
162
  - lib/productive/resources/section.rb