Sha256: a312f21ccf9a5df2ebc9945e8ab75adab9f0ce678d6ed6167b8c746570ca4871
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 663 Bytes
Stored size: 663 Bytes
Contents
--- !ruby/object:Gem::Specification name: view_component_helper version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - yamitake autorequire: bindir: exe cert_chain: [] date: 2023-08-02 00:00:00.000000000 Z dependencies: [] description: 'The ''view_component_helper'' gem streamlines View helper method invocation for view_component. Simplify integration and boost productivity. ' email: - take.yapr@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".rspec" - ".rubocop.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - lib/view_component_helper.rb - lib/view_component_helper/engine.rb - lib/view_component_helper/version.rb - lib/view_component_helper/view_helper.rb - sig/view_component_helper.rbs - view_component_helper.gemspec homepage: https://github.com/yapr/view_component_helper licenses: - MIT metadata: homepage_uri: https://github.com/yapr/view_component_helper source_code_uri: https://github.com/yapr/view_component_helper changelog_uri: https://github.com/yapr/view_component_helper post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: This gem enables easy invocation of View helper methods for view_component, simplifying their integration. test_files: []