Sha256: 02b95a6eefcf17c765eed165eba1fade225405100a66b02188bead71cc7175bf
Contents?: true
Size: 1.6 KB
Versions: 0
Compression: gzip
Compressed size: 770 Bytes
Stored size: 770 Bytes
Contents
--- !ruby/object:Gem::Specification name: after_do version: !ruby/object:Gem::Version version: 0.4.0 platform: ruby authors: - Tobias Pfeiffer autorequire: bindir: bin cert_chain: [] date: 2016-03-25 00:00:00.000000000 Z dependencies: [] description: after_do is a gem that let's you execute a block of your choice after or before a specific method is called on a class. This is inspired by Aspect Oriented Programming and should be used to fight cross-cutting concerns. email: - pragtob@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".ruby-gemset" - ".ruby-version" - ".travis.yml" - CHANGELOG.md - Gemfile - Guardfile - LICENSE.txt - README.md - Rakefile - after_do.gemspec - lib/after_do.rb - lib/after_do/version.rb - samples/before.rb - samples/dog.rb - samples/error_in_callback.rb - samples/getting_a_hold.rb - samples/inheritance.rb - samples/singleton.rb - samples/with_module.rb - samples/within_class.rb - spec/after_do_spec.rb - spec/spec_helper.rb homepage: https://github.com/PragTob/after_do 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: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: after_do allows you to add simple after/before hooks to methods test_files: - spec/after_do_spec.rb - spec/spec_helper.rb