elastic-workplace-search 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: eff4106e056b0af7231e0e10e140690beeefd94e9bc7ac6e3f0160cceaa39a96
4
- data.tar.gz: f379feb78cb139c41dc4d0edc5cd6708e5aec572b88dba7a1d58b8eb446d6e31
3
+ metadata.gz: 0d4d0d6f2e7b200f1e0041ac7c9114118484b4505b413a137c2b0ef734101778
4
+ data.tar.gz: 40e37a2fae4597f139a51229b144066dc6f612ff596951f716dcb8c4cb544915
5
5
  SHA512:
6
- metadata.gz: 15316ac5167d84e8e8cda1cbd953729cb38e74b81523af9588415debfd98639d6d59504ad221c274953e393efb5d276bbef2c3d72d353e8613cee817d687c60d
7
- data.tar.gz: dce46994ec6435935162bfbe93335ab9e9d403e1ba0e1d802edb5d22dbc00c0ab9edaf581a9be6ef5167bb3585b63e1f7f3758b92377d30ab6bd057567bc4d18
6
+ metadata.gz: 94c154120aca555898ed0a4e9d22e310863413e4453d6be1edc1cfd49055069778c3c5995693cbcb480e3f42226d6433a7a2f023d2361c7374bbf58b5120559e
7
+ data.tar.gz: f9386cdef5644e6a03b28c3a1848da262c7133e3bf3235c87d41672572acc79342c5bf39b32b077d941f0c01b6501359c66f3f73fe5ed9e859baa52d5ac8c2de
data/README.md CHANGED
@@ -20,7 +20,7 @@ To install the gem, execute:
20
20
  gem install elastic-workplace-search
21
21
  ```
22
22
 
23
- Or place `gem 'elastic-workplace-search', '~> 0.4.0` in your `Gemfile` and run `bundle install`.
23
+ Or place `gem 'elastic-workplace-search', '~> 0.4.1` in your `Gemfile` and run `bundle install`.
24
24
 
25
25
  ## Usage
26
26
 
@@ -104,7 +104,6 @@ module Elastic
104
104
  req['X-Swiftype-Client'] = CLIENT_NAME
105
105
  req['X-Swiftype-Client-Version'] = CLIENT_VERSION
106
106
  req['Authorization'] = "Bearer #{access_token}"
107
- puts req
108
107
 
109
108
  req
110
109
  end
@@ -1,5 +1,5 @@
1
1
  module Elastic
2
2
  module WorkplaceSearch
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-workplace-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.4.0
21
+ - 0.4.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-workplace-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.4.0
21
+ - 0.4.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-workplace-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.4.0
21
+ - 0.4.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-workplace-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.4.0
21
+ - 0.4.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-workplace-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.4.0
21
+ - 0.4.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
@@ -18,7 +18,7 @@ http_interactions:
18
18
  X-Swiftype-Client:
19
19
  - elastic-workplace-search-ruby
20
20
  X-Swiftype-Client-Version:
21
- - 0.4.0
21
+ - 0.4.1
22
22
  Authorization:
23
23
  - Bearer xyT3mm3ecPsPuYxd_6fX
24
24
  response:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastic-workplace-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Quin Hoxie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-10 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec