activesupport 6.0.3.4 → 6.0.3.5
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 activesupport might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_support/gem_version.rb +1 -1
- metadata +9 -9
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 87c2002942d7a1873c9361a12f07ac27fba7397969dcf6efbe006fa9c78ed72f
         | 
| 4 | 
            +
              data.tar.gz: f5515dae0214709c16ca49b3503a7b3dd9059c99d6deeb85d7385d113298ecca
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: d7bf0ee5ea2ac694a6e107e3060fb74f18ccd7c954a2e2a1720e352e94a81dc95ca50c1219ed960f551f5658be6a7cab1a27342d94d8cca491ee848e1e2317d9
         | 
| 7 | 
            +
              data.tar.gz: 627e842749bc898875694b1e8b4028392b87a9d12c1817851e7950eec8900e33efe780ffa30c674037cafdfe63b71253f2eecd656662f92e879407807d898521
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: activesupport
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 6.0.3. | 
| 4 | 
            +
              version: 6.0.3.5
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - David Heinemeier Hansson
         | 
| 8 | 
            -
            autorequire:
         | 
| 8 | 
            +
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2021-02-10 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: i18n
         | 
| @@ -359,11 +359,11 @@ licenses: | |
| 359 359 | 
             
            - MIT
         | 
| 360 360 | 
             
            metadata:
         | 
| 361 361 | 
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         | 
| 362 | 
            -
              changelog_uri: https://github.com/rails/rails/blob/v6.0.3. | 
| 363 | 
            -
              documentation_uri: https://api.rubyonrails.org/v6.0.3. | 
| 362 | 
            +
              changelog_uri: https://github.com/rails/rails/blob/v6.0.3.5/activesupport/CHANGELOG.md
         | 
| 363 | 
            +
              documentation_uri: https://api.rubyonrails.org/v6.0.3.5/
         | 
| 364 364 | 
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         | 
| 365 | 
            -
              source_code_uri: https://github.com/rails/rails/tree/v6.0.3. | 
| 366 | 
            -
            post_install_message:
         | 
| 365 | 
            +
              source_code_uri: https://github.com/rails/rails/tree/v6.0.3.5/activesupport
         | 
| 366 | 
            +
            post_install_message: 
         | 
| 367 367 | 
             
            rdoc_options:
         | 
| 368 368 | 
             
            - "--encoding"
         | 
| 369 369 | 
             
            - UTF-8
         | 
| @@ -380,8 +380,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 380 380 | 
             
                - !ruby/object:Gem::Version
         | 
| 381 381 | 
             
                  version: '0'
         | 
| 382 382 | 
             
            requirements: []
         | 
| 383 | 
            -
            rubygems_version: 3. | 
| 384 | 
            -
            signing_key:
         | 
| 383 | 
            +
            rubygems_version: 3.0.3
         | 
| 384 | 
            +
            signing_key: 
         | 
| 385 385 | 
             
            specification_version: 4
         | 
| 386 386 | 
             
            summary: A toolkit of support libraries and Ruby core extensions extracted from the
         | 
| 387 387 | 
             
              Rails framework.
         |