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: 7870e1199efedbcd44e8e4d006cae81d38896617
4
- data.tar.gz: 7bc9d3c1ba970f5122c909ea2b89d5df66acfa4c
3
+ metadata.gz: c1b59182eb6bf8d5774d4a10aea4ef79edbf57f8
4
+ data.tar.gz: eff4ae9d5e1b999040ba51e0b219094d6e346503
5
5
  SHA512:
6
- metadata.gz: 06d73d9ce29a16a171e1465b5772dd1d8015c1e5302f716d86bb9e2c91b3856e4016b28d6d238e56c1127f14d6439b41380602e09b65f4abad22ceb6279c02dd
7
- data.tar.gz: 8ca21e2c83da1836b5ce2c06721d95dbdb98e6792048abdcc0ff833a26d0cd5fe08d6e6f6d20ad1f7cfc0137aee80e3763f6632ba58c491031699b7947072d3e
6
+ metadata.gz: a272bfe50c6594ea4e7f1e5b05566b717cfb4d1df0b3fbedf93dda9dce53d616b1f6824e8e8f34f070838d6baa317693bf138a5b390b2bc90957a21f66e02c0a
7
+ data.tar.gz: fb8a793a2d37b62ac8807c338474d4c5899b6c1a432b1f24879c2ef60ced510438cf18e7bd7bff00a275d7b4a80d9a96b5ef70a290ff743bef520c33ce620b88
@@ -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'
@@ -0,0 +1,4 @@
1
+ module Productive
2
+ class CustomField < BaseAccount
3
+ end
4
+ end
@@ -0,0 +1,4 @@
1
+ module Productive
2
+ class CustomFieldOption < BaseAccount
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module Productive
2
- VERSION = '0.6.13'.freeze
2
+ VERSION = '0.6.14'.freeze
3
3
  end
@@ -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/infinum/productive_api_client'
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.13
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: 2018-09-07 00:00:00.000000000 Z
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/infinum/productive_api_client
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.6.4
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