Skip to content

Commit

Permalink
pulled ruby 2.4, bumped ruby 2.5.8 and 2.6.6 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Jun 11, 2020
1 parent 1d97c18 commit f57db56
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.6.3
2.6.6
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,8 +1,7 @@
language: ruby
rvm:
- "2.4.9"
- "2.5.7"
- "2.6.5"
- "2.5.8"
- "2.6.6"
gemfile:
- gemfiles/http3.gemfile
- gemfiles/http4.gemfile
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 1.4.3 - 2020-06-10

* Masking `password` parameter by default... doh.

## 1.4.2 - 2020-02-09

* Rollback of the previous two releases due to bugs introduced there.

## 1.4.1 - 2020-02-08 - YANKED

* [#91](https://github.com/trusche/httplog/pull/91) Fixed bug returning empty response with HTTP gem
Expand Down
56 changes: 27 additions & 29 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
httplog (1.4.2)
httplog (1.4.3)
rack (>= 1.0)
rainbow (>= 2.0.0)

Expand All @@ -10,7 +10,7 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
coderay (1.1.2)
coderay (1.1.3)
daemons (1.3.1)
diff-lcs (1.3)
docile (1.3.2)
Expand All @@ -19,15 +19,15 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
excon (0.71.1)
excon (0.73.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
ffi (1.12.1)
ffi (1.13.1)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
formatador (0.2.5)
guard (2.16.1)
guard (2.16.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand All @@ -41,74 +41,72 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
http (4.3.0)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.2.0)
http-form_data (2.3.0)
http-parser (1.2.1)
ffi-compiler (>= 1.0, < 2.0)
httparty (0.17.3)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
json (2.3.0)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.1.1)
method_source (0.9.2)
lumberjack (1.2.5)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mime-types-data (3.2020.0512)
multi_xml (0.6.0)
multipart-post (2.1.1)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
oj (3.10.1)
oj (3.10.6)
patron (0.13.3)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.3)
rack (2.1.1)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.5)
rack (2.2.2)
rainbow (3.0.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (3.9.3)
shellany (0.0.1)
simplecov (0.17.1)
simplecov (0.18.5)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unf_ext (0.0.7.7)

PLATFORMS
ruby
Expand All @@ -131,4 +129,4 @@ DEPENDENCIES
thin (~> 1.7)

BUNDLED WITH
2.0.2
2.1.2
4 changes: 2 additions & 2 deletions README.md
@@ -1,14 +1,14 @@
## httplog

**VERSION 1.4.0 and 1.4.1 HAVE BEEN YANKED** from rubygems.org due to [this issue](https://github.com/trusche/httplog/issues/89), please update to version 1.4.2. Sorry about that...
**VERSION 1.4.0 and 1.4.1 HAVE BEEN YANKED** from rubygems.org due to [this issue](https://github.com/trusche/httplog/issues/89), please update to version 1.4.2 or higher. Sorry about that...

[![Gem Version](https://badge.fury.io/rb/httplog.svg)](http://badge.fury.io/rb/httplog) [![Build Status](https://travis-ci.org/trusche/httplog.svg?branch=master)](https://travis-ci.org/trusche/httplog) [![Code Climate](https://codeclimate.com/github/trusche/httplog.svg)](https://codeclimate.com/github/trusche/httplog)
[![Release Version](https://img.shields.io/github/release/trusche/httplog.svg)](https://img.shields.io/github/release/trusche/httplog.svg)
<a href="https://www.bearer.sh?ref=httplog"><img src="/bearer-badge.png" height="20px"/></a>

Log outgoing HTTP requests made from your application. Helps with debugging pesky API error responses, or just generally understanding what's going on under the hood.

Requires ruby >= 2.4.
Requires ruby >= 2.5

This gem works with the following ruby modules and libraries:

Expand Down
2 changes: 1 addition & 1 deletion lib/httplog/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HttpLog
VERSION = '1.4.2'.freeze
VERSION = '1.4.3'.freeze
end

0 comments on commit f57db56

Please sign in to comment.