Sha256: 8f02168c4e13ff5e481c30baf768ddcb7270bc74b1e35f940d0765020ba5a2b4

Contents?: true

Size: 953 Bytes

Versions: 2

Compression:

Stored size: 953 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'method_watcher/version'

Gem::Specification.new do |spec|
  spec.name          = "method_watcher"
  spec.version       = MethodWatcher::VERSION
  spec.authors       = ["jjy"]
  spec.email         = ["jjyruby@gmail.com"]
  spec.description   = %q{Provide method_overriding callback}
  spec.summary       = %q{You can watch some methods, and use method_overriding callback}
  spec.homepage      = "https://github.com/jjyr/method_watcher"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
method_watcher-0.0.2 method_watcher.gemspec
method_watcher-0.0.1 method_watcher.gemspec