Sha256: 4d0fc877317a6874efc9d76e978a3aa09ce64b725609387ec4e47e8d98fc37f8
Contents?: true
Size: 1.74 KB
Versions: 0
Compression: gzip
Compressed size: 672 Bytes
Stored size: 672 Bytes
Contents
--- !ruby/object:Gem::Specification name: much-plugin version: !ruby/object:Gem::Version version: 0.2.2 platform: ruby authors: - Kelly Redding - Collin Redding autorequire: bindir: bin cert_chain: [] date: 2020-06-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: assert requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.18.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.18.1 description: An API to ensure mixin included logic (the "plugin") only runs once. email: - kelly@kellyredding.com - collin.redding@me.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE - README.md - bench/script.rb - lib/much-plugin.rb - lib/much-plugin/version.rb - log/.gitkeep - much-plugin.gemspec - test/helper.rb - test/support/factory.rb - test/system/much-plugin_tests.rb - test/unit/much-plugin_tests.rb - tmp/.gitkeep homepage: http://github.com/redding/much-plugin licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: An API to ensure mixin included logic (the "plugin") only runs once. test_files: - test/helper.rb - test/support/factory.rb - test/system/much-plugin_tests.rb - test/unit/much-plugin_tests.rb