Michael Lang
Michael Lang
2.2.4 :002 > Treat::Core::Installer.install Treat Installer, v. 2.1.0 1. Installing core dependencies. Installing nokogiri... Building native extensions. This could take a while... Installing ferret... Building native extensions. This could take...
The change in gem file for railties from '>= 3.0' to '~> 3.0' means this gem can no longer be utilized in Rails 4.x or later projects.
## Description From [@brian38 on Explorer's Hub](https://discuss.newrelic.com/t/ruby-why-have-elasticsearch-requests-disappeared-from-external-services/127884) In our rails app, requests to our elasticsearch cluster have historically accounted for a high percentage of our outgoing HTTP traffic. Until recently,...
Implements a Sax Parser based on the Ox gem: https://github.com/ohler55/ox There is one test pertaining to scrubbing invalid encodings that I have no idea what to do to resolve to...
Webmock is closing the body_io stream before it can be accessed in the `after_live_request` callback. This PR moves that close action to after the callback call and places in `ensure`...
I'd be happy to submit a PR that implements VCR-like support as implemented here: https://github.com/mwlang/binance/blob/master/spec/support/vcr.cr Basic idea taken from the [Ruby VCR gem](https://github.com/vcr/vcr) With this, it makes writing a spec...
This is my first time using this gem and as I started using it, discovered bars endpoint was still on v1, which no longer exists. There seems to be a...
Resolves #31 Allows times to be mentioned without date specifiers. Occurrences are returned without start/end dates. The developer is left to decide in application if context should be "today"
This PR fixes 1000's of warnings about instance variables not being set when using Ruby 2.6 or greater.