activestorage 7.1.0.rc1 → 7.1.0.rc2
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 activestorage might be problematic. Click here for more details.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +5 -0
 - data/README.md +2 -2
 - data/lib/active_storage/gem_version.rb +1 -1
 - metadata +13 -13
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 2db4a90c319b444bda951a09f92ab841d1f66fc71c9314e06eedf76aa6d55d75
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1680dee6e7dd2d466f3153237064771859c331ec650ca06a94734a10e33e2694
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: cf8ed1edf324f4c8242b415302359ac6b1890782fd1c1bb07648fde27642a4a782f71cf0df43d16602495afffe63f2a67cba19f3f6c9facc413153ceef0a54b5
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: d9fbe301e3dd02099c707adf0e00e1d8d688147e007f1fef51d178dd1eaf3b99a8c4220628200929afebe09d86b8c26f4fa429248231558ada977a9b420596c5
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/README.md
    CHANGED
    
    | 
         @@ -145,7 +145,7 @@ Active Storage, with its included JavaScript library, supports uploading directl 
     | 
|
| 
       145 
145 
     | 
    
         
             
            1. Include the Active Storage JavaScript in your application's JavaScript bundle or reference it directly.
         
     | 
| 
       146 
146 
     | 
    
         | 
| 
       147 
147 
     | 
    
         
             
                Requiring directly without bundling through the asset pipeline in the application HTML with autostart:
         
     | 
| 
       148 
     | 
    
         
            -
                ``` 
     | 
| 
      
 148 
     | 
    
         
            +
                ```erb
         
     | 
| 
       149 
149 
     | 
    
         
             
                <%= javascript_include_tag "activestorage" %>
         
     | 
| 
       150 
150 
     | 
    
         
             
                ```
         
     | 
| 
       151 
151 
     | 
    
         
             
                Requiring via importmap-rails without bundling through the asset pipeline in the application HTML without autostart as ESM:
         
     | 
| 
         @@ -170,7 +170,7 @@ Active Storage, with its included JavaScript library, supports uploading directl 
     | 
|
| 
       170 
170 
     | 
    
         
             
                ```
         
     | 
| 
       171 
171 
     | 
    
         
             
            2. Annotate file inputs with the direct upload URL.
         
     | 
| 
       172 
172 
     | 
    
         | 
| 
       173 
     | 
    
         
            -
                ``` 
     | 
| 
      
 173 
     | 
    
         
            +
                ```erb
         
     | 
| 
       174 
174 
     | 
    
         
             
                <%= form.file_field :attachments, multiple: true, direct_upload: true %>
         
     | 
| 
       175 
175 
     | 
    
         
             
                ```
         
     | 
| 
       176 
176 
     | 
    
         
             
            3. That's it! Uploads begin upon form submission.
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: activestorage
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 7.1.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 7.1.0.rc2
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - David Heinemeier Hansson
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-10-01 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: activesupport
         
     | 
| 
         @@ -16,56 +16,56 @@ dependencies: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                requirements:
         
     | 
| 
       17 
17 
     | 
    
         
             
                - - '='
         
     | 
| 
       18 
18 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       19 
     | 
    
         
            -
                    version: 7.1.0. 
     | 
| 
      
 19 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       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.1.0. 
     | 
| 
      
 26 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       27 
27 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       28 
28 
     | 
    
         
             
              name: actionpack
         
     | 
| 
       29 
29 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       30 
30 
     | 
    
         
             
                requirements:
         
     | 
| 
       31 
31 
     | 
    
         
             
                - - '='
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       33 
     | 
    
         
            -
                    version: 7.1.0. 
     | 
| 
      
 33 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       34 
34 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       35 
35 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       36 
36 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       37 
37 
     | 
    
         
             
                requirements:
         
     | 
| 
       38 
38 
     | 
    
         
             
                - - '='
         
     | 
| 
       39 
39 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       40 
     | 
    
         
            -
                    version: 7.1.0. 
     | 
| 
      
 40 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       41 
41 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       42 
42 
     | 
    
         
             
              name: activejob
         
     | 
| 
       43 
43 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       44 
44 
     | 
    
         
             
                requirements:
         
     | 
| 
       45 
45 
     | 
    
         
             
                - - '='
         
     | 
| 
       46 
46 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       47 
     | 
    
         
            -
                    version: 7.1.0. 
     | 
| 
      
 47 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       48 
48 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       49 
49 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       50 
50 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       51 
51 
     | 
    
         
             
                requirements:
         
     | 
| 
       52 
52 
     | 
    
         
             
                - - '='
         
     | 
| 
       53 
53 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       54 
     | 
    
         
            -
                    version: 7.1.0. 
     | 
| 
      
 54 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       55 
55 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       56 
56 
     | 
    
         
             
              name: activerecord
         
     | 
| 
       57 
57 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       58 
58 
     | 
    
         
             
                requirements:
         
     | 
| 
       59 
59 
     | 
    
         
             
                - - '='
         
     | 
| 
       60 
60 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       61 
     | 
    
         
            -
                    version: 7.1.0. 
     | 
| 
      
 61 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       62 
62 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       63 
63 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       64 
64 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       65 
65 
     | 
    
         
             
                requirements:
         
     | 
| 
       66 
66 
     | 
    
         
             
                - - '='
         
     | 
| 
       67 
67 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       68 
     | 
    
         
            -
                    version: 7.1.0. 
     | 
| 
      
 68 
     | 
    
         
            +
                    version: 7.1.0.rc2
         
     | 
| 
       69 
69 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       70 
70 
     | 
    
         
             
              name: marcel
         
     | 
| 
       71 
71 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -188,10 +188,10 @@ licenses: 
     | 
|
| 
       188 
188 
     | 
    
         
             
            - MIT
         
     | 
| 
       189 
189 
     | 
    
         
             
            metadata:
         
     | 
| 
       190 
190 
     | 
    
         
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         
     | 
| 
       191 
     | 
    
         
            -
              changelog_uri: https://github.com/rails/rails/blob/v7.1.0. 
     | 
| 
       192 
     | 
    
         
            -
              documentation_uri: https://api.rubyonrails.org/v7.1.0. 
     | 
| 
      
 191 
     | 
    
         
            +
              changelog_uri: https://github.com/rails/rails/blob/v7.1.0.rc2/activestorage/CHANGELOG.md
         
     | 
| 
      
 192 
     | 
    
         
            +
              documentation_uri: https://api.rubyonrails.org/v7.1.0.rc2/
         
     | 
| 
       193 
193 
     | 
    
         
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         
     | 
| 
       194 
     | 
    
         
            -
              source_code_uri: https://github.com/rails/rails/tree/v7.1.0. 
     | 
| 
      
 194 
     | 
    
         
            +
              source_code_uri: https://github.com/rails/rails/tree/v7.1.0.rc2/activestorage
         
     | 
| 
       195 
195 
     | 
    
         
             
              rubygems_mfa_required: 'true'
         
     | 
| 
       196 
196 
     | 
    
         
             
            post_install_message:
         
     | 
| 
       197 
197 
     | 
    
         
             
            rdoc_options: []
         
     |