productive 0.6.82 → 0.6.84
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: 8d8b43fee4a4879daf99a38e301e47bdb90d180e3f3aed77853f30bf6846bb78
|
4
|
+
data.tar.gz: b37585c3cabd04db6a470199090f68d591d8bd97fd99322a857fef44f19fda56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7eb4762a40e4a9f5ad8a1ecd61d123f9f12e3e54ce43227515e805fe93dfebf3d3985577312ac9330bfa5a9dfbe33f8d944ce40dd8aec2ab8fdc53f3606439b
|
7
|
+
data.tar.gz: 2e14630d32374f4c62ed2460a6ac7ddf9b38bf1ae4ff4270214f1cc9c19d26af926b7f30140701dee9d8d5e078b1a5d426da145495716303cd9326fa73088cf8
|
data/lib/productive/version.rb
CHANGED
data/lib/productive.rb
CHANGED
@@ -123,6 +123,8 @@ require 'productive/resources/purchase_order'
|
|
123
123
|
require 'productive/resources/bill'
|
124
124
|
require 'productive/resources/bill_item'
|
125
125
|
require 'productive/resources/bank_account'
|
126
|
+
require 'productive/resources/invoice_template'
|
127
|
+
require 'productive/resources/automatic_invoicing_rule'
|
126
128
|
|
127
129
|
require 'productive/railtie' if defined?(Rails::Railtie)
|
128
130
|
|
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.84
|
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
|
@@ -107,6 +108,7 @@ files:
|
|
107
108
|
- lib/productive/resources/integration.rb
|
108
109
|
- lib/productive/resources/invoice.rb
|
109
110
|
- lib/productive/resources/invoice_attribution.rb
|
111
|
+
- lib/productive/resources/invoice_template.rb
|
110
112
|
- lib/productive/resources/line_item.rb
|
111
113
|
- lib/productive/resources/lost_reason.rb
|
112
114
|
- lib/productive/resources/membership.rb
|