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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59d68f14fd2cda11f1d6cd52e2b32fdfdb421367
4
- data.tar.gz: 51a4bd92977608377a2fe8629567a695479cad0e
3
+ metadata.gz: 5c34caa46ddb44d604811424673ceb22a81f7632
4
+ data.tar.gz: c4a42d7fe0b6035e06d044e1427f9c23b8919318
5
5
  SHA512:
6
- metadata.gz: 947ea782b5b62f8f1b4a2745371fd05534785205cabf1544741c2fb123a17e2754b580a45cf7e4e83d664f9e8d503291df4d3acdeef31c1cf9b80b3f543940e5
7
- data.tar.gz: 4091063b24a038187bcf95f635e414b096e7a3375f474119c453ff1ce0446e9f131cad9a40acaa799ab8fd6368773348471730f06624c1a84a73ad6332615a4a
6
+ metadata.gz: '083bc9fc18509c2c11a36a0fd0ec523371a3fa1c026a70052a6cde4e1442e167ab1bc2257a443e4354e4fbf665bed800556b941c77b039ba7aa6d690c25afa14'
7
+ data.tar.gz: 267e738a3f870802ce4e7c8bc4a9599ecafa672bb0b8181f0fc2909c70c6c40937d6a8dc378eb9df9686481405644cfc148088def40053107ae0d04677c32849
@@ -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
@@ -1,5 +1,5 @@
1
1
  module We
2
2
  module Call
3
- VERSION = "0.5.4"
3
+ VERSION = "0.6.0-alpha.1"
4
4
  end
5
5
  end
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.5.4
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-09-22 00:00:00.000000000 Z
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: '0'
250
+ version: 1.3.1
251
251
  requirements: []
252
252
  rubyforge_project:
253
253
  rubygems_version: 2.6.8