activeyaml 1.3.0 → 1.3.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/active_yaml/version.rb +1 -1
  3. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 742df6b961d0a74d200c0bcde208b87ac08f0ad203891f5ea95a7b6cb4266ec0
4
- data.tar.gz: 994647f4de8e6f4fe8bf6e95a92099f2ce279460e3c050984c8d7ba167e94489
3
+ metadata.gz: 27e387cafdd474d3fc3e7c8ca875412bcae7c46954630e66a04a93769f0b33a1
4
+ data.tar.gz: aac46f87210d62555b5b5d3b17f41f43674f13cfa2660b9645884a9a3003a665
5
5
  SHA512:
6
- metadata.gz: e73dcdbf2cd9615dadc02f95b3c91cf569e8d50697bd5862351b6ab1c8e3c3797bf2b52ee8274dd172c85f5e416007f03f9e7dd331478b1902d1dbbc83d55c88
7
- data.tar.gz: b9b2977b868d5a1ff97351aaa92185812a05c48ce53a1b89f3ba956b2e5ba2eb9ec9d841c417619b1579118c6c2382cba9b8a708b7c54ce6b1aa09e88d1ccb36
6
+ metadata.gz: e12bf026e57734e77756c11123a0d582989f3bfcc25064af2b00cdefe34e1fd4fcab792f37b4c7df158bb8410cd7908ef24c75cd0751c7f50c39e9356d653b70
7
+ data.tar.gz: 1ea780f520206155c91983e050605e0ccf4d3bdd31bda25cb39e9f240919d6b22f715babd739b3b3390ed8d25f76d3b846c6a6d667d45786b900da97a8e37cf9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveYaml
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeyaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirill Leonov
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: framework for convenient and complete work with Yaml files
14
13
  email: leonov7632@gmail.com
@@ -31,7 +30,6 @@ metadata:
31
30
  homepage_uri: https://github.com/leonovk/activeyaml
32
31
  source_code_uri: https://github.com/leonovk/activeyaml
33
32
  documentation_uri: https://github.com/leonovk/activeyaml
34
- post_install_message:
35
33
  rdoc_options: []
36
34
  require_paths:
37
35
  - lib
@@ -46,8 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
44
  - !ruby/object:Gem::Version
47
45
  version: '0'
48
46
  requirements: []
49
- rubygems_version: 3.5.3
50
- signing_key:
47
+ rubygems_version: 3.7.1
51
48
  specification_version: 4
52
49
  summary: yaml object-relational mapping
53
50
  test_files: []