Sha256: 9b184b2717ac96ebc0de378e72dc99a2667c9508b6241a1ae7229577cd28bda7
Contents?: true
Size: 1.56 KB
Versions: 0
Compression: gzip
Compressed size: 689 Bytes
Stored size: 689 Bytes
Contents
--- !ruby/object:Gem::Specification name: much-plugin version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - Kelly Redding - Collin Redding autorequire: bindir: bin cert_chain: [] date: 2016-06-03 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: assert prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 2.16.1 type: :development version_requirements: *id001 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/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: - &id002 - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - *id002 requirements: [] rubyforge_project: rubygems_version: 2.5.1 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/unit/much-plugin_tests.rb