productive 0.6.13 → 0.6.14
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1b59182eb6bf8d5774d4a10aea4ef79edbf57f8
|
|
4
|
+
data.tar.gz: eff4ae9d5e1b999040ba51e0b219094d6e346503
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a272bfe50c6594ea4e7f1e5b05566b717cfb4d1df0b3fbedf93dda9dce53d616b1f6824e8e8f34f070838d6baa317693bf138a5b390b2bc90957a21f66e02c0a
|
|
7
|
+
data.tar.gz: fb8a793a2d37b62ac8807c338474d4c5899b6c1a432b1f24879c2ef60ced510438cf18e7bd7bff00a275d7b4a80d9a96b5ef70a290ff743bef520c33ce620b88
|
data/lib/productive.rb
CHANGED
|
@@ -14,6 +14,8 @@ require 'productive/resources/comment'
|
|
|
14
14
|
require 'productive/resources/company'
|
|
15
15
|
require 'productive/resources/contact_entry'
|
|
16
16
|
require 'productive/resources/contract'
|
|
17
|
+
require 'productive/resources/custom_field'
|
|
18
|
+
require 'productive/resources/custom_field_option'
|
|
17
19
|
require 'productive/resources/deal'
|
|
18
20
|
require 'productive/resources/deal_status'
|
|
19
21
|
require 'productive/resources/document_type'
|
data/lib/productive/version.rb
CHANGED
data/productive.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.version = Productive::VERSION.dup
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.summary = 'A JSONAPI-based client to consume Productive API'
|
|
9
|
-
s.homepage = 'https://github.com/
|
|
9
|
+
s.homepage = 'https://github.com/productiveio/api_client'
|
|
10
10
|
s.description = 'Productive API client'
|
|
11
11
|
s.authors = ['Josip Bišćan']
|
|
12
12
|
s.email = 'josip@infinum.hr'
|
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.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josip Bišćan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -80,6 +80,8 @@ files:
|
|
|
80
80
|
- lib/productive/resources/company.rb
|
|
81
81
|
- lib/productive/resources/contact_entry.rb
|
|
82
82
|
- lib/productive/resources/contract.rb
|
|
83
|
+
- lib/productive/resources/custom_field.rb
|
|
84
|
+
- lib/productive/resources/custom_field_option.rb
|
|
83
85
|
- lib/productive/resources/deal.rb
|
|
84
86
|
- lib/productive/resources/deal_status.rb
|
|
85
87
|
- lib/productive/resources/document_type.rb
|
|
@@ -116,7 +118,7 @@ files:
|
|
|
116
118
|
- lib/productive/resources/user.rb
|
|
117
119
|
- lib/productive/version.rb
|
|
118
120
|
- productive.gemspec
|
|
119
|
-
homepage: https://github.com/
|
|
121
|
+
homepage: https://github.com/productiveio/api_client
|
|
120
122
|
licenses:
|
|
121
123
|
- MIT
|
|
122
124
|
metadata: {}
|
|
@@ -136,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
138
|
version: '0'
|
|
137
139
|
requirements: []
|
|
138
140
|
rubyforge_project:
|
|
139
|
-
rubygems_version: 2.
|
|
141
|
+
rubygems_version: 2.5.2.3
|
|
140
142
|
signing_key:
|
|
141
143
|
specification_version: 4
|
|
142
144
|
summary: A JSONAPI-based client to consume Productive API
|