File tree 3 files changed +31
-8
lines changed
3 files changed +31
-8
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ### Changed
10
+
11
+ - Update the Aggregations endpoint to automatically call ` .to_json ` when using Filters if needed. Thanks @joemasilotti !
12
+ - Bump version to 0.2.0
13
+
14
+ ## [ 0.1.2] - 2021-08-23
15
+
16
+ ### Added
17
+
18
+ - Previous stable release of the ruby gem for the Fathom API.
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fathom_api (0.1.2 )
4
+ fathom_api (0.2.0 )
5
5
faraday (~> 1.7 )
6
6
faraday_middleware (~> 1.1 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
11
ast (2.4.2 )
12
- faraday (1.7 .0 )
12
+ faraday (1.10 .0 )
13
13
faraday-em_http (~> 1.0 )
14
14
faraday-em_synchrony (~> 1.0 )
15
15
faraday-excon (~> 1.1 )
16
- faraday-httpclient (~> 1.0.1 )
16
+ faraday-httpclient (~> 1.0 )
17
+ faraday-multipart (~> 1.0 )
17
18
faraday-net_http (~> 1.0 )
18
- faraday-net_http_persistent (~> 1.1 )
19
+ faraday-net_http_persistent (~> 1.0 )
19
20
faraday-patron (~> 1.0 )
20
21
faraday-rack (~> 1.0 )
21
- multipart-post ( >= 1.2 , < 3 )
22
+ faraday-retry ( ~> 1.0 )
22
23
ruby2_keywords (>= 0.0.4 )
23
24
faraday-em_http (1.0.0 )
24
25
faraday-em_synchrony (1.0.0 )
25
26
faraday-excon (1.1.0 )
26
27
faraday-httpclient (1.0.1 )
28
+ faraday-multipart (1.0.3 )
29
+ multipart-post (>= 1.2 , < 3 )
27
30
faraday-net_http (1.0.1 )
28
31
faraday-net_http_persistent (1.2.0 )
29
32
faraday-patron (1.0.0 )
30
33
faraday-rack (1.0.0 )
31
- faraday_middleware (1.1.0 )
34
+ faraday-retry (1.0.3 )
35
+ faraday_middleware (1.2.0 )
32
36
faraday (~> 1.0 )
33
37
minitest (5.14.4 )
34
38
multipart-post (2.1.1 )
62
66
63
67
PLATFORMS
64
68
x86_64-darwin-20
69
+ x86_64-darwin-21
65
70
x86_64-linux
66
71
67
72
DEPENDENCIES
@@ -71,4 +76,4 @@ DEPENDENCIES
71
76
standard
72
77
73
78
BUNDLED WITH
74
- 2.2.25
79
+ 2.2.33
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Fathom
4
- VERSION = "0.1.2 "
4
+ VERSION = "0.2.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments