actionview 7.0.2.1 → 7.0.2.2
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.
Potentially problematic release.
This version of actionview might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/action_view/gem_version.rb +1 -1
- metadata +10 -10
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c04098fc3c5b74e32d1fe42d3987f2fb00f0d08f0dd3e079d998b94994619518
         | 
| 4 | 
            +
              data.tar.gz: 1b1b21229ce063aa51fbab125cb41a60496f94cc0803239f12979462b8d5c0d1
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 4caa5c5b44f74fcdd2b5558b0f21001f8904e03155cabbe4dd124cbd2bb68c102f2a8ec965161c313af14d6e1324692731dd50045eb4ec6fa3ff48192df3b787
         | 
| 7 | 
            +
              data.tar.gz: 9c1648e18873549089f6eae6b8454e25d36171da54703f30c65790185ff4951d00dbe63218f8e7b9ba6f3fc724742fb0d1b14630c2a610d732f3b25becde8a74
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: actionview
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 7.0.2. | 
| 4 | 
            +
              version: 7.0.2.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - David Heinemeier Hansson
         | 
| @@ -16,14 +16,14 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - '='
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 7.0.2. | 
| 19 | 
            +
                    version: 7.0.2.2
         | 
| 20 20 | 
             
              type: :runtime
         | 
| 21 21 | 
             
              prerelease: false
         | 
| 22 22 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 23 23 | 
             
                requirements:
         | 
| 24 24 | 
             
                - - '='
         | 
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            -
                    version: 7.0.2. | 
| 26 | 
            +
                    version: 7.0.2.2
         | 
| 27 27 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 28 28 | 
             
              name: builder
         | 
| 29 29 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -92,28 +92,28 @@ dependencies: | |
| 92 92 | 
             
                requirements:
         | 
| 93 93 | 
             
                - - '='
         | 
| 94 94 | 
             
                  - !ruby/object:Gem::Version
         | 
| 95 | 
            -
                    version: 7.0.2. | 
| 95 | 
            +
                    version: 7.0.2.2
         | 
| 96 96 | 
             
              type: :development
         | 
| 97 97 | 
             
              prerelease: false
         | 
| 98 98 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 99 99 | 
             
                requirements:
         | 
| 100 100 | 
             
                - - '='
         | 
| 101 101 | 
             
                  - !ruby/object:Gem::Version
         | 
| 102 | 
            -
                    version: 7.0.2. | 
| 102 | 
            +
                    version: 7.0.2.2
         | 
| 103 103 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 104 104 | 
             
              name: activemodel
         | 
| 105 105 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 106 106 | 
             
                requirements:
         | 
| 107 107 | 
             
                - - '='
         | 
| 108 108 | 
             
                  - !ruby/object:Gem::Version
         | 
| 109 | 
            -
                    version: 7.0.2. | 
| 109 | 
            +
                    version: 7.0.2.2
         | 
| 110 110 | 
             
              type: :development
         | 
| 111 111 | 
             
              prerelease: false
         | 
| 112 112 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 113 113 | 
             
                requirements:
         | 
| 114 114 | 
             
                - - '='
         | 
| 115 115 | 
             
                  - !ruby/object:Gem::Version
         | 
| 116 | 
            -
                    version: 7.0.2. | 
| 116 | 
            +
                    version: 7.0.2.2
         | 
| 117 117 | 
             
            description: Simple, battle-tested conventions and helpers for building web pages.
         | 
| 118 118 | 
             
            email: david@loudthinking.com
         | 
| 119 119 | 
             
            executables: []
         | 
| @@ -246,10 +246,10 @@ licenses: | |
| 246 246 | 
             
            - MIT
         | 
| 247 247 | 
             
            metadata:
         | 
| 248 248 | 
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         | 
| 249 | 
            -
              changelog_uri: https://github.com/rails/rails/blob/v7.0.2. | 
| 250 | 
            -
              documentation_uri: https://api.rubyonrails.org/v7.0.2. | 
| 249 | 
            +
              changelog_uri: https://github.com/rails/rails/blob/v7.0.2.2/actionview/CHANGELOG.md
         | 
| 250 | 
            +
              documentation_uri: https://api.rubyonrails.org/v7.0.2.2/
         | 
| 251 251 | 
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         | 
| 252 | 
            -
              source_code_uri: https://github.com/rails/rails/tree/v7.0.2. | 
| 252 | 
            +
              source_code_uri: https://github.com/rails/rails/tree/v7.0.2.2/actionview
         | 
| 253 253 | 
             
              rubygems_mfa_required: 'true'
         | 
| 254 254 | 
             
            post_install_message:
         | 
| 255 255 | 
             
            rdoc_options: []
         |