we-call 0.6.1.pre.alpha1 → 0.6.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -2
  3. data/lib/we/call/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf7b5c54d9eb24a040dc0ecb5bb9aca3b7c8ca97
4
- data.tar.gz: 72addcf3bc92a8bf5770134a079185d7fef7f9b3
3
+ metadata.gz: 818658bcfaa76714ed892bce20c4b898c227f491
4
+ data.tar.gz: 5900aa3642e7e4974bfb009c3e72fb3f16b6392a
5
5
  SHA512:
6
- metadata.gz: a8098c9c5f614d736a19ff0abf170c5b5d8000dcec7585220f66687a73051a3fbf23053262e604890a69af7a2b17cba1cf0bd5bf2d698f47d0d2da3e681f77a3
7
- data.tar.gz: e666fd9db47bee7413cb9a9b161c8b03d46671698e0ed10de2d4fd9b4329e15d24f88523332b9ba48dd4a7efc7a724cd1001bc598b6b602ac8716d1e14f2d26f
6
+ metadata.gz: a46856d6ab8cef1860042add50972268f75f335a63c3d86389ab9ad202d8ead4559b25392d995a3c7f7b41ed969b9f2283f395e087a18ed3c47059f0eeaebb4a
7
+ data.tar.gz: fa184f54408630869ab3429d59cffc9e8d1d8ea59afe9f1a2b71550a603d82840f29683ea4e2e4f09c0217e2b86aca475f8bf084ac6381076de725f70ecd5727
data/CHANGELOG.md CHANGED
@@ -5,8 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
 
8
- ## v0.6.0
8
+ ## v0.6.1
9
+ ### Fixed
10
+ - Required typhoeus in We::Call instead of connection, which loads it early enough for NewRelic tracing to kick in if you use that
11
+
12
+ ### Changed
13
+ - Reduced open timeout default to 1 second
9
14
 
15
+ ### Changed
16
+ - Reduced open timeout default to 1 second
17
+
18
+ ## v0.6.0
10
19
  ### Changed
11
20
  - Use typhoeus instead of NetHTTP for a [series of reasons]
12
21
 
@@ -14,7 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
23
  [series of reasons]: https://github.com/wework/we-call-gem/pull/7
15
24
 
16
25
  ## v0.5.4
17
-
18
26
  ### Fixed
19
27
  - Connection checks `Rails.env` instead of `ENV['RAILS_ENV']` as most people dont have RAILS_ENV in their `.env` file
20
28
 
@@ -1,5 +1,5 @@
1
1
  module We
2
2
  module Call
3
- VERSION = "0.6.1-alpha1"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: we-call
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1.pre.alpha1
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - WeWork Engineering
@@ -259,9 +259,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
259
259
  version: '0'
260
260
  required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  requirements:
262
- - - ">"
262
+ - - ">="
263
263
  - !ruby/object:Gem::Version
264
- version: 1.3.1
264
+ version: '0'
265
265
  requirements: []
266
266
  rubyforge_project:
267
267
  rubygems_version: 2.6.8