Sha256: 9b1ad6e97b2b8b4d032e2c834554a95df64630cd87fec7696b9cc5994e97ea7c

Contents?: true

Size: 1.59 KB

Versions: 0

Compression: gzip

Compressed size: 756 Bytes

Stored size: 756 Bytes

Contents

--- !ruby/object:Gem::Specification
name: after_do
version: !ruby/object:Gem::Version
  version: 0.3.1
platform: ruby
authors:
- Tobias Pfeiffer
autorequire: 
bindir: bin
cert_chain: []
date: 2014-03-27 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"
- 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.2.2
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

Package Spec version

after_do-0.3.1