Sha256: 9df35580e71a60eeaa73af1fef128cbe31f466099684b7af36f88ae21d785707
Contents?: true
Size: 800 Bytes
Versions: 3
Compression:
Stored size: 800 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'after_do/version' Gem::Specification.new do |spec| spec.name = "after_do" spec.version = AfterDo::VERSION spec.authors = ["Tobias Pfeiffer"] spec.email = ["pragtob@gmail.com"] spec.description = %q{after_do is a gem that let's you execute a block of your choice after a specific method was called on a class.} spec.summary = %q{after_do allows you to do simple after hooks on methods} spec.homepage = "https://github.com/PragTob/after_do" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
after_do-0.2.2 | after_do.gemspec |
after_do-0.2.1 | after_do.gemspec |
after_do-0.2.0 | after_do.gemspec |