productive 0.6.78 → 0.6.79
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: c508b4e816494bf062a151f2f72e41cba502db323112d2cc01a7e105ccf96ed6
|
|
4
|
+
data.tar.gz: 7bd0ec6611ea9b1a1353a85b724c885a52d979830a19020f3459233e6949cb4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d77aaea7e8837a4fece1e446e4ed4fc644bcc166131537de17894898ad323c3fbe5d19c959bdbddc8974d5f930fda2a1268b5052642c6975baab62f5ca5c9e4
|
|
7
|
+
data.tar.gz: 81f0b65d614a6c0149d482cc7aa129b0e10dad29e04caee83c73a85d6ede07414ada4e2b96adbdec0931acd99670c1899244c7db9cc9d0a1c3d5afd4d0ff0768
|
data/lib/productive/version.rb
CHANGED
data/lib/productive.rb
CHANGED
|
@@ -8,6 +8,8 @@ require 'productive/resources/base_account'
|
|
|
8
8
|
require 'productive/resources/activity'
|
|
9
9
|
require 'productive/resources/allocation'
|
|
10
10
|
require 'productive/resources/attachment'
|
|
11
|
+
require 'productive/resources/approval_policy_assignment'
|
|
12
|
+
require 'productive/resources/approval_policy'
|
|
11
13
|
require 'productive/resources/approval_status'
|
|
12
14
|
require 'productive/resources/approval_workflow'
|
|
13
15
|
require 'productive/resources/automation'
|
metadata
CHANGED
|
@@ -1,14 +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.79
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josip Bišćan
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json_api_client
|
|
@@ -63,6 +63,8 @@ files:
|
|
|
63
63
|
- lib/productive/railtie.rb
|
|
64
64
|
- lib/productive/resources/activity.rb
|
|
65
65
|
- lib/productive/resources/allocation.rb
|
|
66
|
+
- lib/productive/resources/approval_policy.rb
|
|
67
|
+
- lib/productive/resources/approval_policy_assignment.rb
|
|
66
68
|
- lib/productive/resources/approval_status.rb
|
|
67
69
|
- lib/productive/resources/approval_workflow.rb
|
|
68
70
|
- lib/productive/resources/attachment.rb
|
|
@@ -182,7 +184,7 @@ homepage: https://github.com/productiveio/api_client
|
|
|
182
184
|
licenses:
|
|
183
185
|
- MIT
|
|
184
186
|
metadata: {}
|
|
185
|
-
post_install_message:
|
|
187
|
+
post_install_message:
|
|
186
188
|
rdoc_options: []
|
|
187
189
|
require_paths:
|
|
188
190
|
- lib
|
|
@@ -197,8 +199,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
199
|
- !ruby/object:Gem::Version
|
|
198
200
|
version: '0'
|
|
199
201
|
requirements: []
|
|
200
|
-
rubygems_version: 3.3.
|
|
201
|
-
signing_key:
|
|
202
|
+
rubygems_version: 3.3.7
|
|
203
|
+
signing_key:
|
|
202
204
|
specification_version: 4
|
|
203
205
|
summary: A JSONAPI-based client to consume Productive API
|
|
204
206
|
test_files: []
|