File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.7.4
1+ 2.7.8
Original file line number Diff line number Diff line change 22
33All notable changes will be documented in this file.
44
5+ ## 1.1.4 - 2024-10-08
6+
7+ - (Dan) Upgrades ruby version to 2.7.8 and version cadence to 1.1.4
8+
59## 1.1.3 - 2024-06-03
610
7- - (AlexT) require 'ostruct' to fix tests in Ruby 3.3.1. Use Matrix tests to check
11+ - (AlexT) require 'ostruct' to fix tests in Ruby 3.3.1. Use Matrix tests to check
812 multiple Ruby versions, 2.7 to 3.3. Bump deps:
913 - rexml 3.2.5 -> 3.2.8 fixing CVE-2024 -35176
1014 - concurrent-ruby 1.1.9 -> 1.3.1
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- sapi-client-ruby (1.1.3 )
4+ sapi-client-ruby (1.1.4 )
55 faraday_middleware (~> 1.0.0 )
66 i18n (~> 1.5 )
77
1212 ast (2.4.2 )
1313 builder (3.2.4 )
1414 byebug (11.1.3 )
15- concurrent-ruby (1.3.1 )
15+ concurrent-ruby (1.3.4 )
1616 docile (1.4.0 )
17- faraday (1.10.3 )
17+ faraday (1.10.4 )
1818 faraday-em_http (~> 1.0 )
1919 faraday-em_synchrony (~> 1.0 )
2020 faraday-excon (~> 1.1 )
3232 faraday-httpclient (1.0.1 )
3333 faraday-multipart (1.0.4 )
3434 multipart-post (~> 2 )
35- faraday-net_http (1.0.1 )
35+ faraday-net_http (1.0.2 )
3636 faraday-net_http_persistent (1.2.0 )
3737 faraday-patron (1.0.0 )
3838 faraday-rack (1.0.0 )
3939 faraday-retry (1.0.3 )
4040 faraday_middleware (1.0.0 )
4141 faraday (~> 1.0 )
42- i18n (1.14.5 )
42+ i18n (1.14.6 )
4343 concurrent-ruby (~> 1.0 )
4444 minitest (5.15.0 )
4545 minitest-reporters (1.5.0 )
Original file line number Diff line number Diff line change 33module SapiClient
44 MAJOR = 1
55 MINOR = 1
6- FIX = 3
6+ FIX = 4
77 VERSION = "#{ MAJOR } .#{ MINOR } .#{ FIX } "
88end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55require 'sapi_client/version'
66
77Gem ::Specification . new do |spec |
8- spec . required_ruby_version = '>= 2.7.4 '
8+ spec . required_ruby_version = '>= 2.7.8 '
99 spec . name = 'sapi-client-ruby'
1010 spec . version = SapiClient ::VERSION
1111 spec . authors = [ 'Epimorphics Ltd' ]
You can’t perform that action at this time.
0 commit comments