PipedrivePUT 1.1.31 → 1.1.32
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/README.md +2 -7
- data/lib/PipedrivePUT/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4028161bfa2119bd08b3eb17a1c6b40ea199927
|
|
4
|
+
data.tar.gz: 203a60f6baca923cf572cd284423297e0de3c887
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca0cf29998ba1d441c7b8b336789f032ff08e390e0031647c497423704ae1ce2c871fd70ac5423f69d8147fb7068ea3c8b09dd5e04d94d7e769c14c99a7c8af8
|
|
7
|
+
data.tar.gz: 8d341c68c420d5c252dae3b4d4884f548f5f3aa8685785aeb37489e3bf93686ed7ca777702fe3b5bfde8fdce1c9d6160d6ada906371911587a7dee9982fec2fd
|
data/README.md
CHANGED
|
@@ -32,8 +32,9 @@ Or install it yourself as:
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
## To install config file
|
|
35
|
-
|
|
35
|
+
```ruby
|
|
36
36
|
rails g pipedrive_p_u_t:config
|
|
37
|
+
```
|
|
37
38
|
This will install a config file in config/initializers/pipedriveput.rb
|
|
38
39
|
Make sure to change the value inside of this file
|
|
39
40
|
```ruby
|
|
@@ -41,12 +42,6 @@ Make sure to change the value inside of this file
|
|
|
41
42
|
|
|
42
43
|
```
|
|
43
44
|
|
|
44
|
-
## Usage
|
|
45
|
-
|
|
46
|
-
```ruby
|
|
47
|
-
PipedrivePUT.key(< API Token Here >)
|
|
48
|
-
```
|
|
49
|
-
|
|
50
45
|
## Organizations
|
|
51
46
|
|
|
52
47
|
Get all organizations from your account at Pipedrive
|
data/lib/PipedrivePUT/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: PipedrivePUT
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JakePens71
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-03-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
version: '0'
|
|
146
146
|
requirements: []
|
|
147
147
|
rubyforge_project:
|
|
148
|
-
rubygems_version: 2.
|
|
148
|
+
rubygems_version: 2.4.5.1
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: Pipedrive gem to retrieve data from Pipedrive.com
|