Sha256: 1e131852be8878483226de4ef8373cfc49ec8dce3a76167a2322bb9d2c726887

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{peeping}
  s.version = "1.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Ruben Medellin"]
  s.date = %q{2009-07-15}
  s.description = %q{      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.
}
  s.email = %q{ruben.medellin.c@gmail.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.markdown"
  ]
  s.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"
  ]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/chubas/peeping}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.requirements = ["none"]
  s.rubygems_version = %q{1.3.2}
  s.summary = %q{Lightweight AOP framework for managing method hooks}
  s.test_files = [
    "spec/hooked_behavior_spec.rb",
     "spec/hook_methods_spec.rb",
     "spec/selective_hook_management_spec.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chubas-peeping-1.1.1 peeping.gemspec