openstax_api 9.6.0 → 9.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f20845fe70aa3311547542c1879c29e2f9d817825d0f9907ea23c6b52488ae8c
4
- data.tar.gz: d49f798a3ea2b5eae785cf3af85052a8c0bc0e64e595b01902f2d250215926c9
3
+ metadata.gz: 86974197d72821ff5f9174f2f7b43e733714a5ed461db44382b2111717a7e67f
4
+ data.tar.gz: 30f03aa95e966eefabfeea3069b0f454ea3cce1d092289e1efa29565e51b65ca
5
5
  SHA512:
6
- metadata.gz: 7c040e99fc66c5cd28207c86d9bf8dc7cab3a9e7c2677813d4579fc3dc78f8e1e83f45d97892e3ae00d9d5bbe54894765eadd5c969ef5ddc86757777031c5ec0
7
- data.tar.gz: f6563344bf28b27c78d8d90063e9a7c60ca56736bf55be5fed7eace33a2d0d1c094eae2a7eb4620bd91dc66bf41e8c5b2f4a5df8dd4bc2cbfcdb29efdaad2bd0
6
+ metadata.gz: cbe2ec149baa89489f3cc6a35876e43be0110e0b41b6dc97c3dc9c17774a3195ce4e30bf5f9fa366655f89a54429b50cb10d612ae52d354039b826fe90c70ad2
7
+ data.tar.gz: 35fe3dff692281a1d287254c58ee1fb3206fa21bd5d275d7ea67a172da76364f9abad27765ba412a05ee8d2994a964ed0c026c236dc6cd98d58b139c634b5822
@@ -77,7 +77,7 @@ module OpenStax
77
77
  action = "/api#{action}" if !action.starts_with?('/api/')
78
78
  end
79
79
 
80
- send type, action, args
80
+ send type, action, **args
81
81
  end
82
82
 
83
83
  private
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Api
3
- VERSION = '9.6.0'
3
+ VERSION = '9.6.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstax_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.6.0
4
+ version: 9.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dante Soares
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-03-13 00:00:00.000000000 Z
12
+ date: 2024-10-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails