pipedrive_api 0.1.5 → 0.1.6

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: 270af9e8b948e6844662b1b0c8328568bdeb5620
4
- data.tar.gz: 421b489aa04936d84838c31404a0554dbc5367b6
3
+ metadata.gz: 1a9fe1da844df1e2c197254c2b8b02ca54e45898
4
+ data.tar.gz: 481663b3f7ab5ee1fbb241537241b5f51f959fa6
5
5
  SHA512:
6
- metadata.gz: 7aba2b2f865e8a8fea596c509afcee2b253fc2914fee695a9e3154fc2c39a44ed937b943b81896c949b2ee4130bf0882eed5b474659aacfb9502bc9843c022e5
7
- data.tar.gz: ae745bbd5862c23480eb25f310c5d948fe009cf4b726ab24093c9a11e0b2023df407d5e9ebc933984d314f3d52f6d7d1de025d24944c1c47d4d0009fb73d955a
6
+ metadata.gz: 1ddba7190d256d5260ff206fa8134367c8ffac6937c4d64bc3f9f16d0f169da6aca3b160cdc4e36955e6f2a2180466ec8c9c7c3eecabdf4455f9a69a72ca3902
7
+ data.tar.gz: 4c306c58bc8aa0d8b1ee298f33b849ceafc07d7ec97b7ee32c17f4109b62862482b1193686ef09110e46891870c2158193bc87849bf140362dd51148df3f3804
data/lib/pipedrive_api.rb CHANGED
@@ -7,6 +7,7 @@ require 'pipedrive_api/product'
7
7
  require 'pipedrive_api/pipeline'
8
8
  require 'pipedrive_api/person_field'
9
9
  require 'pipedrive_api/note'
10
+ require 'pipedrive_api/stage'
10
11
 
11
12
 
12
13
  module PipedriveAPI
@@ -0,0 +1,9 @@
1
+ module PipedriveAPI
2
+ class Stage < Base
3
+
4
+ class << self
5
+
6
+ end
7
+
8
+ end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module PipedriveApi
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipedrive_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - gareth
@@ -106,6 +106,7 @@ files:
106
106
  - lib/pipedrive_api/person_field.rb
107
107
  - lib/pipedrive_api/pipeline.rb
108
108
  - lib/pipedrive_api/product.rb
109
+ - lib/pipedrive_api/stage.rb
109
110
  - lib/pipedrive_api/version.rb
110
111
  - pipedrive_api.gemspec
111
112
  homepage: https://github.com/bitbond/pipedrive_api