callrail 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1241dcbe82717f1e02ce4ccbbf01d3789fcb9af
4
- data.tar.gz: fde1a5c851ae3dc616f04b7743dc66079ee61c7b
3
+ metadata.gz: 4d2a351eae1db14b48e39b25985d3e28828e96ce
4
+ data.tar.gz: c7cb9b5596253d381d2b51b4c4f70146a02c4f52
5
5
  SHA512:
6
- metadata.gz: 9d6206fdfa40ddbb05e6ab030625038966cba5ef5f9f57c55b025494b56fa26a4db3eecbaa923aff713a4383800450f7a189a7aa27d4ec199ec2f0aa1d3f3d04
7
- data.tar.gz: f72fbca9d08cdfb7742fdfc2b82ccd511c89f8eb6d762a006321e2bddf9ef7a9e67b3ef7b436a0b4089f765e3c27f543600cb59bb8c37a9b522cc150b5787bb9
6
+ metadata.gz: 9391c9602c080491e3dda95ae9f7f2052c227a1c9216c08ae4a8bb1937339afeb020280b2dbeeeca1fcd8b089c9d3c1a73ee685ee2494ea01e37db5197514e19
7
+ data.tar.gz: 43a23b6baf71a14bf8810ff9ab6900a314742af16f793ee9e681837ded6353ba4d5edf902f7f14ebbbdb3e973d5bf404228fd83a0a19c0ba76839cdd39ac71eb
@@ -76,6 +76,7 @@ module Callrail
76
76
  params[:role] = opts[:role] if opts[:role]
77
77
  params[:password] = opts[:password] if opts[:password]
78
78
  params[:companies] = opts[:companies] if opts[:companies]
79
+ params[:company_ids] = opts[:company_ids] if opts[:company_ids]
79
80
  #Tracker Params
80
81
  # Filtering: type, status
81
82
  params[:type] = opts[:type] if opts[:type]
@@ -1,3 +1,3 @@
1
1
  module Callrail
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: callrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hoskison
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-04 00:00:00.000000000 Z
11
+ date: 2018-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler