productive 0.6.43 → 0.6.44
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 +4 -4
- data/lib/productive/resources/workflow.rb +4 -0
- data/lib/productive/resources/workflow_status.rb +4 -0
- data/lib/productive/version.rb +1 -1
- data/lib/productive.rb +2 -0
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e316f45d43cd800eb7db20a551fc5a27c13bca7363ff43f90b8311f66549363a
|
|
4
|
+
data.tar.gz: c550b5fb8c9735c9e1769c1726477a84628bb180ce00f75b9352ff88d16ba1b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1eeec97fa479e2f01be7c8122107493616b653b2fcb8f520620141e23b124a2c9495f740b2a951f050466062d19376fe62580b79004bf85c0f4a0ed6db62273
|
|
7
|
+
data.tar.gz: 8d57c83d3425a2ab094e0098574f0af77b5ed2417d7a797b50ce8e1831b989624a0301ad45c58caf0c5232eaf2d0c40b9cc7948e025c0251c3e66d2964d45af0
|
data/lib/productive/version.rb
CHANGED
data/lib/productive.rb
CHANGED
|
@@ -77,6 +77,8 @@ require 'productive/resources/time_entry'
|
|
|
77
77
|
require 'productive/resources/time_report'
|
|
78
78
|
require 'productive/resources/todo'
|
|
79
79
|
require 'productive/resources/user'
|
|
80
|
+
require 'productive/resources/workflow'
|
|
81
|
+
require 'productive/resources/workflow_status'
|
|
80
82
|
|
|
81
83
|
require 'productive/railtie' if defined?(Rails::Railtie)
|
|
82
84
|
|
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.44
|
|
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: 2021-
|
|
11
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -143,13 +143,15 @@ files:
|
|
|
143
143
|
- lib/productive/resources/time_report.rb
|
|
144
144
|
- lib/productive/resources/todo.rb
|
|
145
145
|
- lib/productive/resources/user.rb
|
|
146
|
+
- lib/productive/resources/workflow.rb
|
|
147
|
+
- lib/productive/resources/workflow_status.rb
|
|
146
148
|
- lib/productive/version.rb
|
|
147
149
|
- productive.gemspec
|
|
148
150
|
homepage: https://github.com/productiveio/api_client
|
|
149
151
|
licenses:
|
|
150
152
|
- MIT
|
|
151
153
|
metadata: {}
|
|
152
|
-
post_install_message:
|
|
154
|
+
post_install_message:
|
|
153
155
|
rdoc_options: []
|
|
154
156
|
require_paths:
|
|
155
157
|
- lib
|
|
@@ -164,9 +166,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
166
|
- !ruby/object:Gem::Version
|
|
165
167
|
version: '0'
|
|
166
168
|
requirements: []
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
signing_key:
|
|
169
|
+
rubygems_version: 3.2.11
|
|
170
|
+
signing_key:
|
|
170
171
|
specification_version: 4
|
|
171
172
|
summary: A JSONAPI-based client to consume Productive API
|
|
172
173
|
test_files: []
|