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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 602ccebc3e423a54a0f6729e95f2c0999e54529caacebb5b696392675b6af57c
|
|
4
|
+
data.tar.gz: 1dfa7ac79f365a203b6922a5168c5466419d3b56398d6d1d6436d029da45dfb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f796535d50ab46c56afe587da082dbab2fe41ec2bb6f641a365b462fe87e11ef4e42c5260f2af76f30f1af2a4bb0d8e6cec62384a72997f920fab02e77c2d6b4
|
|
7
|
+
data.tar.gz: c77457465555a7f06365f40419aa28412385284b2b6d361de8dad0bf5864d63347d0318ed73a398bb84f8134e094309adb75b2a96371c56554629cf556832e54
|
data/lib/productive/version.rb
CHANGED
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.
|
|
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
|