activemodel 8.0.3 → 8.0.4
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 +5 -0
- data/lib/active_model/gem_version.rb +1 -1
- metadata +6 -6
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: fd740ace55947d0e3d9c35e5aa8b502e3f305bcce16809ed7cf7329dddefa0d5
         | 
| 4 | 
            +
              data.tar.gz: d7c63603470f6d8fb229537abab07b0e31e5dcddb02a60fafc1276adc92962a5
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: e704c7ca29d3e54bf89ce6a052eb66e5cb59f911dbce11ec49e8d4e75a8b6b3407d338c2b204ace9212f32e68f0a2fe22f54dfedda5997fd44a0e4419473a25a
         | 
| 7 | 
            +
              data.tar.gz: 6e24a19068136d3ff199b00bc9149861be795c556dfa4e1e384b42fa5ab472416a4fc41e83cea79cef36aefea0d46cd76af4aa8aac5a4a73cf800ba31522e03e
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: activemodel
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 8.0. | 
| 4 | 
            +
              version: 8.0.4
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - David Heinemeier Hansson
         | 
| @@ -15,14 +15,14 @@ dependencies: | |
| 15 15 | 
             
                requirements:
         | 
| 16 16 | 
             
                - - '='
         | 
| 17 17 | 
             
                  - !ruby/object:Gem::Version
         | 
| 18 | 
            -
                    version: 8.0. | 
| 18 | 
            +
                    version: 8.0.4
         | 
| 19 19 | 
             
              type: :runtime
         | 
| 20 20 | 
             
              prerelease: false
         | 
| 21 21 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 22 22 | 
             
                requirements:
         | 
| 23 23 | 
             
                - - '='
         | 
| 24 24 | 
             
                  - !ruby/object:Gem::Version
         | 
| 25 | 
            -
                    version: 8.0. | 
| 25 | 
            +
                    version: 8.0.4
         | 
| 26 26 | 
             
            description: A toolkit for building modeling frameworks like Active Record. Rich support
         | 
| 27 27 | 
             
              for attributes, callbacks, validations, serialization, internationalization, and
         | 
| 28 28 | 
             
              testing.
         | 
| @@ -111,10 +111,10 @@ licenses: | |
| 111 111 | 
             
            - MIT
         | 
| 112 112 | 
             
            metadata:
         | 
| 113 113 | 
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         | 
| 114 | 
            -
              changelog_uri: https://github.com/rails/rails/blob/v8.0. | 
| 115 | 
            -
              documentation_uri: https://api.rubyonrails.org/v8.0. | 
| 114 | 
            +
              changelog_uri: https://github.com/rails/rails/blob/v8.0.4/activemodel/CHANGELOG.md
         | 
| 115 | 
            +
              documentation_uri: https://api.rubyonrails.org/v8.0.4/
         | 
| 116 116 | 
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         | 
| 117 | 
            -
              source_code_uri: https://github.com/rails/rails/tree/v8.0. | 
| 117 | 
            +
              source_code_uri: https://github.com/rails/rails/tree/v8.0.4/activemodel
         | 
| 118 118 | 
             
              rubygems_mfa_required: 'true'
         | 
| 119 119 | 
             
            rdoc_options: []
         | 
| 120 120 | 
             
            require_paths:
         |