actioncable 7.0.4 → 7.0.4.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/action_cable/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: 0c75809e639ee1e69fc606e000569aa3b0c4cc26e6aa008d51c480195a7ebf9b
         | 
| 4 | 
            +
              data.tar.gz: 80ad255d217461c43a1b2771ff7b9390c32b44fbdd85a4d9aee08788613d072a
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 17a7865c6bde6585ae2003a714a6feb0e973dabf81433c7babb841018d09cc0841a3b01bf90ef5c3b9bb0cfea08f019a0a845968030469e30c7d1a1d3211c71b
         | 
| 7 | 
            +
              data.tar.gz: da1a308f38c69cfe7a54900b0d6dec1eaaae5ceebeac4805baeb1910a63ae61496482eb486e93e8d084f4b162be495d88d7595e484281fa9a9338a8ee3be6b47
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: actioncable
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 7.0.4
         | 
| 4 | 
            +
              version: 7.0.4.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Pratik Naik
         | 
| @@ -9,7 +9,7 @@ authors: | |
| 9 9 | 
             
            autorequire:
         | 
| 10 10 | 
             
            bindir: bin
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 | 
            -
            date:  | 
| 12 | 
            +
            date: 2023-01-17 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: activesupport
         | 
| @@ -17,28 +17,28 @@ dependencies: | |
| 17 17 | 
             
                requirements:
         | 
| 18 18 | 
             
                - - '='
         | 
| 19 19 | 
             
                  - !ruby/object:Gem::Version
         | 
| 20 | 
            -
                    version: 7.0.4
         | 
| 20 | 
            +
                    version: 7.0.4.1
         | 
| 21 21 | 
             
              type: :runtime
         | 
| 22 22 | 
             
              prerelease: false
         | 
| 23 23 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 24 24 | 
             
                requirements:
         | 
| 25 25 | 
             
                - - '='
         | 
| 26 26 | 
             
                  - !ruby/object:Gem::Version
         | 
| 27 | 
            -
                    version: 7.0.4
         | 
| 27 | 
            +
                    version: 7.0.4.1
         | 
| 28 28 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 29 29 | 
             
              name: actionpack
         | 
| 30 30 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 31 31 | 
             
                requirements:
         | 
| 32 32 | 
             
                - - '='
         | 
| 33 33 | 
             
                  - !ruby/object:Gem::Version
         | 
| 34 | 
            -
                    version: 7.0.4
         | 
| 34 | 
            +
                    version: 7.0.4.1
         | 
| 35 35 | 
             
              type: :runtime
         | 
| 36 36 | 
             
              prerelease: false
         | 
| 37 37 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 38 38 | 
             
                requirements:
         | 
| 39 39 | 
             
                - - '='
         | 
| 40 40 | 
             
                  - !ruby/object:Gem::Version
         | 
| 41 | 
            -
                    version: 7.0.4
         | 
| 41 | 
            +
                    version: 7.0.4.1
         | 
| 42 42 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 43 43 | 
             
              name: nio4r
         | 
| 44 44 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -142,10 +142,10 @@ licenses: | |
| 142 142 | 
             
            - MIT
         | 
| 143 143 | 
             
            metadata:
         | 
| 144 144 | 
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         | 
| 145 | 
            -
              changelog_uri: https://github.com/rails/rails/blob/v7.0.4/actioncable/CHANGELOG.md
         | 
| 146 | 
            -
              documentation_uri: https://api.rubyonrails.org/v7.0.4/
         | 
| 145 | 
            +
              changelog_uri: https://github.com/rails/rails/blob/v7.0.4.1/actioncable/CHANGELOG.md
         | 
| 146 | 
            +
              documentation_uri: https://api.rubyonrails.org/v7.0.4.1/
         | 
| 147 147 | 
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         | 
| 148 | 
            -
              source_code_uri: https://github.com/rails/rails/tree/v7.0.4/actioncable
         | 
| 148 | 
            +
              source_code_uri: https://github.com/rails/rails/tree/v7.0.4.1/actioncable
         | 
| 149 149 | 
             
              rubygems_mfa_required: 'true'
         | 
| 150 150 | 
             
            post_install_message:
         | 
| 151 151 | 
             
            rdoc_options: []
         | 
| @@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 162 162 | 
             
                - !ruby/object:Gem::Version
         | 
| 163 163 | 
             
                  version: '0'
         | 
| 164 164 | 
             
            requirements: []
         | 
| 165 | 
            -
            rubygems_version: 3. | 
| 165 | 
            +
            rubygems_version: 3.4.3
         | 
| 166 166 | 
             
            signing_key:
         | 
| 167 167 | 
             
            specification_version: 4
         | 
| 168 168 | 
             
            summary: WebSocket framework for Rails.
         |