File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## [ Unreleased ]
2-
1+ ## [ 0.2.1 ] - 2021-07-17
2+ - copies http response body to a temp file first if byte size is greater than 16K before parsing it from the persisted temp file
33## [ 0.1.0] - 2021-07-05
44
55- Initial release
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- twelvedata_ruby (0.2.0 )
4+ twelvedata_ruby (0.2.1 )
55 httpx (~> 0.14.5 )
66
77GEM
Original file line number Diff line number Diff line change 1212module TwelvedataRuby
1313 # Holds the current version
1414 # @return [String] version number
15- VERSION = "0.2.0 "
15+ VERSION = "0.2.1 "
1616
1717 # A convenient and clearer way of getting and overriding default attribute values of the singleton `Client.instance`
1818 #
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33describe TwelvedataRuby do
4- it "has 0.2.0 version number" do
5- expect ( described_class ::VERSION ) . to eq ( "0.2.0 " )
4+ it "has 0.2.1 version number" do
5+ expect ( described_class ::VERSION ) . to eq ( "0.2.1 " )
66 end
77
88 describe ".client" do
You can’t perform that action at this time.
0 commit comments