Sha256: 27cb180d91f35db0d37a4de4a930936bd7133b5fa5618e204c7c3028456bb2b2

Contents?: true

Size: 726 Bytes

Versions: 1

Compression:

Stored size: 726 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "voiceinspect"
  spec.version       = Voiceinspect::VERSION
  spec.authors       = ["Angel Botto"]
  spec.email         = ["angelbotto@gmail.com"]
  spec.summary       = "Debugging is better when you hear the error"
  spec.description   = "Debugging is better when you hear the error"
  spec.homepage      = "http://kreattiewe.com/gem/voiceinspect"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.6"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voiceinspect-0.0.1 voiceinspect.gemspec