productive 0.6.87 → 0.6.88
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: 3dc368e61440417055fe09c0b42484e20997f5fdcaa9c5b5171aaf6e14ba5522
|
|
4
|
+
data.tar.gz: 944220d530e82c9686684755688c9ca48b65ad43fb69ab964f467e45b3fce9c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad5e6bf7fe03f4614c407f472c6b15ce60e7c109f5734e401822e527907bee3dd3dffe762bfd02755613b169581555bb7f8d7bb78daffc09325c6c74cb3ca67
|
|
7
|
+
data.tar.gz: c1c6397ac259592ea307c69960207606c1031190701238670e888d96c3e461245cd7814014e244ef02b33d6165a284c7b0f8ddaf82506341e7409499d722aaab
|
data/lib/productive/version.rb
CHANGED
data/lib/productive.rb
CHANGED
|
@@ -48,6 +48,8 @@ require 'productive/resources/invoice'
|
|
|
48
48
|
require 'productive/resources/invoice_attribution'
|
|
49
49
|
require 'productive/resources/line_item'
|
|
50
50
|
require 'productive/resources/lost_reason'
|
|
51
|
+
require 'productive/resources/meeting'
|
|
52
|
+
require 'productive/resources/meeting_participant'
|
|
51
53
|
require 'productive/resources/membership'
|
|
52
54
|
require 'productive/resources/organization'
|
|
53
55
|
require 'productive/resources/organization_invoice'
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
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.88
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josip Bišćan
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-24 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: json_api_client
|
|
@@ -105,6 +106,8 @@ files:
|
|
|
105
106
|
- lib/productive/resources/invoice_template.rb
|
|
106
107
|
- lib/productive/resources/line_item.rb
|
|
107
108
|
- lib/productive/resources/lost_reason.rb
|
|
109
|
+
- lib/productive/resources/meeting.rb
|
|
110
|
+
- lib/productive/resources/meeting_participant.rb
|
|
108
111
|
- lib/productive/resources/membership.rb
|
|
109
112
|
- lib/productive/resources/organization.rb
|
|
110
113
|
- lib/productive/resources/organization_invoice.rb
|
|
@@ -184,6 +187,7 @@ homepage: https://github.com/productiveio/api_client
|
|
|
184
187
|
licenses:
|
|
185
188
|
- MIT
|
|
186
189
|
metadata: {}
|
|
190
|
+
post_install_message:
|
|
187
191
|
rdoc_options: []
|
|
188
192
|
require_paths:
|
|
189
193
|
- lib
|
|
@@ -198,7 +202,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
202
|
- !ruby/object:Gem::Version
|
|
199
203
|
version: '0'
|
|
200
204
|
requirements: []
|
|
201
|
-
rubygems_version: 3.
|
|
205
|
+
rubygems_version: 3.0.3.1
|
|
206
|
+
signing_key:
|
|
202
207
|
specification_version: 4
|
|
203
208
|
summary: A JSONAPI-based client to consume Productive API
|
|
204
209
|
test_files: []
|