dynamo-record 1.4.2 → 1.4.3

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: 193614a73977889190f759bb367f89d72ea36965a093488dc2203be83f28e37e
4
- data.tar.gz: cc792d8f2d367b0fd14b7af1578d6f0a3f249b589fd8e7e880d9f40e9715b383
3
+ metadata.gz: 38c67692c65b1a9e4342a5e5a6ce964ced90f9746a98bf24371098064c83192a
4
+ data.tar.gz: d312ea0a6f3bb083e7470e7a190c5d3485a550abe93f06a008858de359431d2e
5
5
  SHA512:
6
- metadata.gz: 9d2e98eeafd27be2c4e00e861515cd03c222de15a8eff4196377113d7791fa311b873b389037c8834cd039ab3df3590ff1e6bbdcf9c99ba09f8f567c8040acc4
7
- data.tar.gz: 8250e400b5c6a63dd0d33daedf9f5d1bba2ba8f5fdba1326543075dbc2c90a91bf4c7530a1edea2b4112ee2c8f56bba8c33e115efdc6d94177c11833a784245b
6
+ metadata.gz: bc85515325f7f6bdfec85b511634b94e207b795ec4a186f338c76d70dd76479cf91136c9f95be1bf108f15253482c1f5955116a502ed2759359abcbefd0005dd
7
+ data.tar.gz: cd7ea4a585444a4526fc1effbaa0d15ba2a6eb5bcbd004739d2dc1dd4c2d040062eff033bde2398cf6a743e63762e2d0a8ddbc97a87a881a6cd88cf00924386d
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Instructure, Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dynamo
4
4
  module Record
5
- VERSION = '1.4.2'
5
+ VERSION = '1.4.3'
6
6
  end
7
7
  end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gemspec path: '../../'
6
+
7
+ gem 'rails', '~> 7.0.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamo-record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Slaughter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-22 00:00:00.000000000 Z
11
+ date: 2023-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '5.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '6.2'
22
+ version: '7.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '5.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '6.2'
32
+ version: '7.1'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-record
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -53,7 +53,7 @@ dependencies:
53
53
  version: '5.2'
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
- version: '6.2'
56
+ version: '7.1'
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -63,7 +63,7 @@ dependencies:
63
63
  version: '5.2'
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
- version: '6.2'
66
+ version: '7.1'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: activesupport
69
69
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +73,7 @@ dependencies:
73
73
  version: '5.2'
74
74
  - - "<"
75
75
  - !ruby/object:Gem::Version
76
- version: '6.2'
76
+ version: '7.1'
77
77
  type: :development
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ dependencies:
83
83
  version: '5.2'
84
84
  - - "<"
85
85
  - !ruby/object:Gem::Version
86
- version: '6.2'
86
+ version: '7.1'
87
87
  - !ruby/object:Gem::Dependency
88
88
  name: bundler
89
89
  requirement: !ruby/object:Gem::Requirement
@@ -231,6 +231,7 @@ executables: []
231
231
  extensions: []
232
232
  extra_rdoc_files: []
233
233
  files:
234
+ - LICENSE.txt
234
235
  - README.md
235
236
  - lib/dynamo/record.rb
236
237
  - lib/dynamo/record/batch_get.rb
@@ -252,6 +253,7 @@ files:
252
253
  - spec/gemfiles/rails-5.2.gemfile
253
254
  - spec/gemfiles/rails-6.0.gemfile
254
255
  - spec/gemfiles/rails-6.1.gemfile
256
+ - spec/gemfiles/rails-7.0.gemfile
255
257
  - spec/internal/app/models/model1.rb
256
258
  - spec/internal/app/models/model2.rb
257
259
  - spec/internal/config/database.yml
@@ -299,6 +301,7 @@ test_files:
299
301
  - spec/gemfiles/rails-5.2.gemfile
300
302
  - spec/gemfiles/rails-6.0.gemfile
301
303
  - spec/gemfiles/rails-6.1.gemfile
304
+ - spec/gemfiles/rails-7.0.gemfile
302
305
  - spec/internal/app/models/model1.rb
303
306
  - spec/internal/app/models/model2.rb
304
307
  - spec/internal/config/database.yml