ariadne_view_components 0.0.93 → 0.0.93.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 +6 -0
- data/lib/ariadne/view_components/version.rb +1 -1
- data/lib/rubocop/cop/ariadne/no_tag_memoize.rb +1 -1
- metadata +3 -8
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 4bf6a7e689cbb50f3780fd2d760db257932c7ae202e72133b27d17a1b41dc0d4
         | 
| 4 | 
            +
              data.tar.gz: 5fcde1eec95298fb24b9a3a890b813ee77d3c9ecbc8907e65304fd3068807429
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 7802a48d6a5c41e582963ca067190262c9462f630245a6af5559ebb0556cc61382fc29a2051a316feac529005cd5cf1e8339f6f6921ec25ada0c3122cc8e043c
         | 
| 7 | 
            +
              data.tar.gz: ac27d5c04bcdc58457275648cc59dbe01553787855ad03bf1ee3b2e65cf6816ce95041addc964a0abaef231dc9da569ef0acf452b4ec4582aaa132261e7fca4b
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,3 +1,9 @@ | |
| 1 | 
            +
            # [v0.0.93.1] - 20-12-2024
         | 
| 2 | 
            +
            ## What's Changed
         | 
| 3 | 
            +
            * Update for new rubocop API by @gjtorikian in https://github.com/yettoapp/ariadne/pull/537
         | 
| 4 | 
            +
             | 
| 5 | 
            +
             | 
| 6 | 
            +
            **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.93...v0.0.93.1
         | 
| 1 7 | 
             
            # [v0.0.93] - 09-12-2024
         | 
| 2 8 | 
             
            ## What's Changed
         | 
| 3 9 | 
             
            * [auto-browserslist] Update Browserslist db by @sisyphusbot in https://github.com/yettoapp/ariadne/pull/530
         | 
| @@ -17,7 +17,7 @@ module RuboCop | |
| 17 17 | 
             
                  # good
         | 
| 18 18 | 
             
                  # @attributes[:tag] = :h2
         | 
| 19 19 | 
             
                  # TODO: TEST THIS
         | 
| 20 | 
            -
                  class NoTagMemoize <  | 
| 20 | 
            +
                  class NoTagMemoize < Base
         | 
| 21 21 | 
             
                    INVALID_MESSAGE = <<~STR
         | 
| 22 22 | 
             
                      Avoid `[:tag] ||=`. Instead, try one of the following:
         | 
| 23 23 | 
             
                        - Don't allow consumers to update the tag by having a fixed tag (e.g. `attributes[:tag] = :div`)
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: ariadne_view_components
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.0.93
         | 
| 4 | 
            +
              version: 0.0.93.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Garen J. Torikian
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024-12- | 
| 11 | 
            +
            date: 2024-12-20 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tailwind_merge
         | 
| @@ -24,7 +24,6 @@ dependencies: | |
| 24 24 | 
             
                - - "~>"
         | 
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 26 | 
             
                    version: '0.11'
         | 
| 27 | 
            -
              force_ruby_platform: false
         | 
| 28 27 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 29 28 | 
             
              name: actionview
         | 
| 30 29 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -67,7 +66,6 @@ dependencies: | |
| 67 66 | 
             
                - - "~>"
         | 
| 68 67 | 
             
                  - !ruby/object:Gem::Version
         | 
| 69 68 | 
             
                    version: '3.1'
         | 
| 70 | 
            -
              force_ruby_platform: false
         | 
| 71 69 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 72 70 | 
             
              name: heroicons_helper
         | 
| 73 71 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -82,7 +80,6 @@ dependencies: | |
| 82 80 | 
             
                - - "~>"
         | 
| 83 81 | 
             
                  - !ruby/object:Gem::Version
         | 
| 84 82 | 
             
                    version: '0.8'
         | 
| 85 | 
            -
              force_ruby_platform: false
         | 
| 86 83 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 87 84 | 
             
              name: view_component
         | 
| 88 85 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -97,7 +94,6 @@ dependencies: | |
| 97 94 | 
             
                - - "~>"
         | 
| 98 95 | 
             
                  - !ruby/object:Gem::Version
         | 
| 99 96 | 
             
                    version: '3.0'
         | 
| 100 | 
            -
              force_ruby_platform: false
         | 
| 101 97 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 102 98 | 
             
              name: view_component-contrib
         | 
| 103 99 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -112,7 +108,6 @@ dependencies: | |
| 112 108 | 
             
                - - "~>"
         | 
| 113 109 | 
             
                  - !ruby/object:Gem::Version
         | 
| 114 110 | 
             
                    version: '0.2'
         | 
| 115 | 
            -
              force_ruby_platform: false
         | 
| 116 111 | 
             
            description: 
         | 
| 117 112 | 
             
            email:
         | 
| 118 113 | 
             
            - gjtorikian@yetto.app
         | 
| @@ -364,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 364 359 | 
             
                - !ruby/object:Gem::Version
         | 
| 365 360 | 
             
                  version: '0'
         | 
| 366 361 | 
             
            requirements: []
         | 
| 367 | 
            -
            rubygems_version: 3. | 
| 362 | 
            +
            rubygems_version: 3.5.22
         | 
| 368 363 | 
             
            signing_key: 
         | 
| 369 364 | 
             
            specification_version: 4
         | 
| 370 365 | 
             
            summary: ViewComponents + TailwindCSS + Stimulus
         |