rails_url_shortener 0.2.7 → 0.2.8
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/lib/rails_url_shortener/version.rb +1 -1
- metadata +4 -4
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c3d8d9dee3b53854064eb7c0c9c870c3c4c29e1d9aec303d57998583a38f1b1a
         | 
| 4 | 
            +
              data.tar.gz: 370c4f8f6ff0c5dfa73fe831d2c99e1f0b07f8e1a1aa662beb59f587eb261774
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: a46af0298e6877c3f5d3abe77bda82a26f1a8808164792a3b7108479e486ca2e72c7ca14effb99a74ad11baf990c201421b3c19ca6277af0663294aace67a769
         | 
| 7 | 
            +
              data.tar.gz: 7c118227b4abb2e6cb2ad6893e5693ec9124779481eed590e9c4ef7b11645ded4889a1a1380f833b1827edcfeb46e3d912fcf1268e500247935f106d61f9ed33
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: rails_url_shortener
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.2. | 
| 4 | 
            +
              version: 0.2.8
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - a-chacon
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2022- | 
| 11 | 
            +
            date: 2022-07-01 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: browser
         | 
| @@ -87,9 +87,9 @@ licenses: | |
| 87 87 | 
             
            - GPL-3.0
         | 
| 88 88 | 
             
            metadata:
         | 
| 89 89 | 
             
              bug_tracker_uri: https://www.github.com/a-chacon/rails-url-shortener/issues
         | 
| 90 | 
            -
              changelog_uri: https://www.github.com/a-chacon/rails-url-shortener/releases/tag/v0.2. | 
| 90 | 
            +
              changelog_uri: https://www.github.com/a-chacon/rails-url-shortener/releases/tag/v0.2.8
         | 
| 91 91 | 
             
              documentation_uri: https://github.com/a-chacon/rails-url-shortener/blob/main/README.md
         | 
| 92 | 
            -
              source_code_uri: https://github.com/a-chacon/rails-url-shortener/tree/v0.2. | 
| 92 | 
            +
              source_code_uri: https://github.com/a-chacon/rails-url-shortener/tree/v0.2.8
         | 
| 93 93 | 
             
              rubygems_mfa_required: 'true'
         | 
| 94 94 | 
             
            post_install_message:
         | 
| 95 95 | 
             
            rdoc_options: []
         |