Skip to content

Commit eda9c4b

Browse files
authored
Bump json api client (#10)
* updated gem with bug fix * bump version
1 parent 07bc724 commit eda9c4b

File tree

5 files changed

+2
-56
lines changed

5 files changed

+2
-56
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
hashdiff (1.0.1)
3535
i18n (1.8.5)
3636
concurrent-ruby (~> 1.0)
37-
json_api_client (1.17.1)
37+
json_api_client (1.18.0)
3838
activemodel (>= 3.2.0)
3939
activesupport (>= 3.2.0)
4040
addressable (~> 2.2)

lib/cirro_io/base_association.rb

Lines changed: 0 additions & 33 deletions
This file was deleted.

lib/cirro_io/client.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
require 'json_api_client'
22

3-
# temporary monkey patch code to fix gem bug
4-
require 'cirro_io/has_one'
5-
require 'cirro_io/base_association'
6-
# temporary monkey patch code to fix gem bug
7-
83
require 'cirro_io/client/version'
94
require 'cirro_io/client/configuration'
105
require 'cirro_io/client/response_debugging_middleware'

lib/cirro_io/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rubocop:disable Style/MutableConstant
22
module CirroIO
33
module Client
4-
VERSION = '1.2.1'
4+
VERSION = '1.2.2'
55
end
66
end
77
# rubocop:enable Style/MutableConstant

lib/cirro_io/has_one.rb

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)