Sha256: a3a64390c0be5f5fa0800e92726267f01194936cb885fbdf34033d9ad934ec42

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "state_inspector"
  spec.version       = StateInspector::VERSION
  spec.authors       = ["Daniel P. Clark"]
  spec.email         = ["6ftdan@gmail.com"]

  spec.summary       = %q{Introspection tool for reporting state change.}
  spec.description   = %q{Introspection tool for reporting state change.  Instance varialbes and method call debugging.}
  spec.homepage      = "https://github.com/danielpclark/state_inspector"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest", "~> 5.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
state_inspector-0.8.2 state_inspector.gemspec
state_inspector-0.8.1 state_inspector.gemspec
state_inspector-0.8.0 state_inspector.gemspec