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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -2
- data/lib/we/call/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: 818658bcfaa76714ed892bce20c4b898c227f491
|
|
4
|
+
data.tar.gz: 5900aa3642e7e4974bfb009c3e72fb3f16b6392a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
data/lib/we/call/version.rb
CHANGED
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
|
|
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:
|
|
264
|
+
version: '0'
|
|
265
265
|
requirements: []
|
|
266
266
|
rubyforge_project:
|
|
267
267
|
rubygems_version: 2.6.8
|