activemodel 7.1.5.1 → 7.1.6
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/active_model/gem_version.rb +2 -2
- metadata +8 -11
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c27af051f2a585d1c5053ca40d719ae261b7104d99b9c7199c306ac454ac28fa
         | 
| 4 | 
            +
              data.tar.gz: a0da5dc1a2eee9fdffe5a2565e1ed548f0574abe22a99aaef3e8d8e486ad7a36
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 9ef1bd8548243fa8fe2f3928b147a2a38c7c8634b3a25fec5cad01abf6d33b054eea3a6c386640d488cdf67e8a619a3d4b3f22bf97de348f8f3eff83682e9e77
         | 
| 7 | 
            +
              data.tar.gz: 2ce13bd8f375d6e991b2345f13a4313a214e74924f41dd9f023043bf599e70b124d4305972754609064cd812b9d56b8dafe0ec7976ba47e9c33771e34e63ab78
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: activemodel
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 7.1. | 
| 4 | 
            +
              version: 7.1.6
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - David Heinemeier Hansson
         | 
| 8 | 
            -
            autorequire: 
         | 
| 9 8 | 
             
            bindir: bin
         | 
| 10 9 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 10 | 
            +
            date: 1980-01-02 00:00:00.000000000 Z
         | 
| 12 11 | 
             
            dependencies:
         | 
| 13 12 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 13 | 
             
              name: activesupport
         | 
| @@ -16,14 +15,14 @@ dependencies: | |
| 16 15 | 
             
                requirements:
         | 
| 17 16 | 
             
                - - '='
         | 
| 18 17 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 7.1. | 
| 18 | 
            +
                    version: 7.1.6
         | 
| 20 19 | 
             
              type: :runtime
         | 
| 21 20 | 
             
              prerelease: false
         | 
| 22 21 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 23 22 | 
             
                requirements:
         | 
| 24 23 | 
             
                - - '='
         | 
| 25 24 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            -
                    version: 7.1. | 
| 25 | 
            +
                    version: 7.1.6
         | 
| 27 26 | 
             
            description: A toolkit for building modeling frameworks like Active Record. Rich support
         | 
| 28 27 | 
             
              for attributes, callbacks, validations, serialization, internationalization, and
         | 
| 29 28 | 
             
              testing.
         | 
| @@ -112,12 +111,11 @@ licenses: | |
| 112 111 | 
             
            - MIT
         | 
| 113 112 | 
             
            metadata:
         | 
| 114 113 | 
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         | 
| 115 | 
            -
              changelog_uri: https://github.com/rails/rails/blob/v7.1. | 
| 116 | 
            -
              documentation_uri: https://api.rubyonrails.org/v7.1. | 
| 114 | 
            +
              changelog_uri: https://github.com/rails/rails/blob/v7.1.6/activemodel/CHANGELOG.md
         | 
| 115 | 
            +
              documentation_uri: https://api.rubyonrails.org/v7.1.6/
         | 
| 117 116 | 
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         | 
| 118 | 
            -
              source_code_uri: https://github.com/rails/rails/tree/v7.1. | 
| 117 | 
            +
              source_code_uri: https://github.com/rails/rails/tree/v7.1.6/activemodel
         | 
| 119 118 | 
             
              rubygems_mfa_required: 'true'
         | 
| 120 | 
            -
            post_install_message: 
         | 
| 121 119 | 
             
            rdoc_options: []
         | 
| 122 120 | 
             
            require_paths:
         | 
| 123 121 | 
             
            - lib
         | 
| @@ -132,8 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 132 130 | 
             
                - !ruby/object:Gem::Version
         | 
| 133 131 | 
             
                  version: '0'
         | 
| 134 132 | 
             
            requirements: []
         | 
| 135 | 
            -
            rubygems_version: 3. | 
| 136 | 
            -
            signing_key: 
         | 
| 133 | 
            +
            rubygems_version: 3.6.9
         | 
| 137 134 | 
             
            specification_version: 4
         | 
| 138 135 | 
             
            summary: A toolkit for building modeling frameworks (part of Rails).
         | 
| 139 136 | 
             
            test_files: []
         |