we-call 0.5.4 → 0.6.0.pre.alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{CHANGELOG → CHANGELOG.md} +8 -0
- data/lib/we/call/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c34caa46ddb44d604811424673ceb22a81f7632
|
4
|
+
data.tar.gz: c4a42d7fe0b6035e06d044e1427f9c23b8919318
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '083bc9fc18509c2c11a36a0fd0ec523371a3fa1c026a70052a6cde4e1442e167ab1bc2257a443e4354e4fbf665bed800556b941c77b039ba7aa6d690c25afa14'
|
7
|
+
data.tar.gz: 267e738a3f870802ce4e7c8bc4a9599ecafa672bb0b8181f0fc2909c70c6c40937d6a8dc378eb9df9686481405644cfc148088def40053107ae0d04677c32849
|
data/{CHANGELOG → CHANGELOG.md}
RENAMED
@@ -5,6 +5,14 @@ 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
|
9
|
+
|
10
|
+
### Changed
|
11
|
+
- Use typhoeus instead of NetHTTP for a [series of reasons]
|
12
|
+
|
13
|
+
[typhoeus]: https://github.com/typhoeus/typhoeus
|
14
|
+
[series of reasons]: https://github.com/wework/we-call-gem/pull/7
|
15
|
+
|
8
16
|
## v0.5.4
|
9
17
|
|
10
18
|
### Fixed
|
data/lib/we/call/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: we-call
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0.pre.alpha.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- WeWork Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -212,7 +212,7 @@ files:
|
|
212
212
|
- ".rspec"
|
213
213
|
- ".travis.yml"
|
214
214
|
- Appraisals
|
215
|
-
- CHANGELOG
|
215
|
+
- CHANGELOG.md
|
216
216
|
- Gemfile
|
217
217
|
- LICENSE
|
218
218
|
- README.md
|
@@ -245,9 +245,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
245
245
|
version: '0'
|
246
246
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
247
247
|
requirements:
|
248
|
-
- - "
|
248
|
+
- - ">"
|
249
249
|
- !ruby/object:Gem::Version
|
250
|
-
version:
|
250
|
+
version: 1.3.1
|
251
251
|
requirements: []
|
252
252
|
rubyforge_project:
|
253
253
|
rubygems_version: 2.6.8
|