productive 0.6.79 → 0.6.80
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/productive/resources/custom_field_section.rb +4 -0
- data/lib/productive/version.rb +1 -1
- data/lib/productive.rb +1 -0
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dffea23e9bf7d30bf861ca58db54966e03601b122be1d5710a11dd5ebcd44047
|
4
|
+
data.tar.gz: a7cdd7f81cb61ceecc163a6f20ed5d5b2c9dccbd1b2116ef91a0434b57988812
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d8eda985a8914c050036711669a2cc7bc013b375ab7db78f0216348b745cfca1224c382293d729d948e02c5c8946343d7c5d07368fa3845f2eed0dfdc6c268f
|
7
|
+
data.tar.gz: e665e8fcfd2ad7696345b9649d7c4fa4fae18c367edf414b8bb9c5530b19d803a1f4aaa0858fd8acd15666be9bb70b880c87c740681f3817edc3ddbbf96f3417
|
data/lib/productive/version.rb
CHANGED
data/lib/productive.rb
CHANGED
@@ -26,6 +26,7 @@ require 'productive/resources/contract'
|
|
26
26
|
require 'productive/resources/custom_domain'
|
27
27
|
require 'productive/resources/custom_field'
|
28
28
|
require 'productive/resources/custom_field_option'
|
29
|
+
require 'productive/resources/custom_field_section'
|
29
30
|
require 'productive/resources/dashboard'
|
30
31
|
require 'productive/resources/deal'
|
31
32
|
require 'productive/resources/deal_cost_rate'
|
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.80
|
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-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json_api_client
|
@@ -86,6 +86,7 @@ files:
|
|
86
86
|
- lib/productive/resources/custom_domain.rb
|
87
87
|
- lib/productive/resources/custom_field.rb
|
88
88
|
- lib/productive/resources/custom_field_option.rb
|
89
|
+
- lib/productive/resources/custom_field_section.rb
|
89
90
|
- lib/productive/resources/dashboard.rb
|
90
91
|
- lib/productive/resources/deal.rb
|
91
92
|
- lib/productive/resources/deal_cost_rate.rb
|
@@ -184,7 +185,7 @@ homepage: https://github.com/productiveio/api_client
|
|
184
185
|
licenses:
|
185
186
|
- MIT
|
186
187
|
metadata: {}
|
187
|
-
post_install_message:
|
188
|
+
post_install_message:
|
188
189
|
rdoc_options: []
|
189
190
|
require_paths:
|
190
191
|
- lib
|
@@ -199,8 +200,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
200
|
- !ruby/object:Gem::Version
|
200
201
|
version: '0'
|
201
202
|
requirements: []
|
202
|
-
rubygems_version: 3.3.
|
203
|
-
signing_key:
|
203
|
+
rubygems_version: 3.0.3.1
|
204
|
+
signing_key:
|
204
205
|
specification_version: 4
|
205
206
|
summary: A JSONAPI-based client to consume Productive API
|
206
207
|
test_files: []
|