losant_rest 1.23.3 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86714407b359565069d4969f818e946b879715df1bf6dc695477541ca7a9809d
4
- data.tar.gz: 006e6f374f73e1b8774a58a5fba59c407dafcaa797a64b0db761d9bac5355ef7
3
+ metadata.gz: 4950bfb95b58d372bed9757d15c5b121c9073c9aa00c7ad2c88e08903975858f
4
+ data.tar.gz: eecbf8d608326d2d8aaf591a70b1dd97c0c54885ee3149c7427a7026e70eb056
5
5
  SHA512:
6
- metadata.gz: 86b6f9bd7c90a51dd6dae43a6ee158ff29caf865dbdea23fee18b0ad23b5eba422bc1b31f10adf520e8912033521e5ecd2ba06a52213f35a91624d7c724dd9ec
7
- data.tar.gz: 5337ebf2d3a88d698df0fc47ceb04d19b5b9f98bc3a75a7b78d7bed4238d566eac1dd3991dd57ee76602e6faa1b41acd5d298bf7be1d0793949f0dd53ee9ec8d
6
+ metadata.gz: 3cf37318b37c420c1a52c1092955c0b3e7b1a1119a736cc97019675dfb34f27da3e373155de3dd809426359ab90f66d210e400b561f587201a4a160bec84cf91
7
+ data.tar.gz: cdefcc9baf508db7d7a5680b9cf76bd5d2f752ee81b2900fed99356aaf720b8dce12aad7085db0f6ca0b6fdac52b667fd008a21601006766e53ea66a3777f7b3
@@ -11,7 +11,7 @@ jobs:
11
11
  test:
12
12
  strategy:
13
13
  matrix:
14
- ruby: [ '2.5', '2.4', '2.3' ]
14
+ ruby: [ '3.2', '3.3', '3.4', '4.0' ]
15
15
  runs-on: ubuntu-latest
16
16
  permissions:
17
17
  actions: write
@@ -19,7 +19,7 @@ jobs:
19
19
  pull-requests: write
20
20
  steps:
21
21
  - name: Checkout
22
- uses: actions/checkout@v4
22
+ uses: actions/checkout@v6
23
23
  - name: Set up Ruby ${{ matrix.ruby }}
24
24
  uses: ruby/setup-ruby@v1
25
25
  with:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.3
1
+ 4.0.1