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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c714ad7bd13d57f1d0d4e1953e0085332a609894
4
- data.tar.gz: f697f9006e439b1eaa7b4b45f6533882ac138a35
3
+ metadata.gz: b4028161bfa2119bd08b3eb17a1c6b40ea199927
4
+ data.tar.gz: 203a60f6baca923cf572cd284423297e0de3c887
5
5
  SHA512:
6
- metadata.gz: 3168d702f0e5d5448900c26b9475e616a0448be2d76a87b085f9218a6b9f850eb1cca1196c2b32adba0735d9485d734818d2424fd58f0684692bddc74a397bf5
7
- data.tar.gz: 436efbd910bc1d1a275d59072ae2616f81a26ca79b2306ed0da6fa26ce95eeef83e4f4e938b06cac668bae4b16ab942d2eddddd83fe317e127c92d37ce87f397
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
@@ -1,3 +1,3 @@
1
1
  module PipedrivePUT
2
- VERSION = "1.1.31"
2
+ VERSION = "1.1.32"
3
3
  end
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.31
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-02-09 00:00:00.000000000 Z
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.2.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