Sha256: e1b91eb6ec7107735372095a0e428c14b8ae7f10e182a59fdee069092584d00b

Contents?: true

Size: 1.7 KB

Versions: 0

Compression: gzip

Compressed size: 744 Bytes

Stored size: 744 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: chubas-peeping
version: !ruby/object:Gem::Version 
  version: 1.1.1
platform: ruby
authors: 
- Ruben Medellin
autorequire: 
bindir: bin
cert_chain: []

date: 2009-07-15 00:00:00 -07:00
default_executable: 
dependencies: []

description: Add, remove and manage hooks for class, instance and singleton method calls. Intended to be not a full Aspect Oriented Programming framework, but a lightweight simpler one.
email: ruben.medellin.c@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE
- README.markdown
files: 
- .document
- .gitignore
- LICENSE
- README.markdown
- Rakefile
- VERSION
- lib/peeping.rb
- lib/peeping/exceptions.rb
- lib/peeping/hooks/class_hooks.rb
- lib/peeping/hooks/hooking.rb
- lib/peeping/hooks/instance_hooks.rb
- lib/peeping/hooks/singleton_hooks.rb
- lib/peeping/peeping.rb
- lib/peeping/util.rb
- peeping.gemspec
- spec/helpers/test_helpers.rb
- spec/hook_methods_spec.rb
- spec/hooked_behavior_spec.rb
- spec/selective_hook_management_spec.rb
has_rdoc: true
homepage: http://github.com/chubas/peeping
post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: 
- none
rubyforge_project: 
rubygems_version: 1.2.0
signing_key: 
specification_version: 3
summary: Lightweight AOP framework for managing method hooks
test_files: 
- spec/hooked_behavior_spec.rb
- spec/hook_methods_spec.rb
- spec/selective_hook_management_spec.rb

Package Spec version

chubas-peeping-1.1.1