Sha256: 23f1ec1f2bc1c2c2a578af975e4b6151fb2d0b2914848397ebba6cd73b7fd001

Contents?: true

Size: 874 Bytes

Versions: 6

Compression:

Stored size: 874 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'invoca/utils/version'

Gem::Specification.new do |spec|
  spec.name          = "invoca-utils"
  spec.version       = Invoca::Utils::VERSION
  spec.authors       = ["Invoca development"]
  spec.email         = ["development@invoca.com"]
  spec.summary       = %q{A public collection of helpers used in multiple projects}
  spec.description   = %q{A public collection of helpers used in multiple projects}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.metadata = {
    'allowed_push_host' => 'https://rubygems.org'
  }

  spec.files         = `git ls-files -z`.split("\x0")
  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"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
invoca-utils-0.3.0 invoca-utils.gemspec
invoca-utils-0.2.0 invoca-utils.gemspec
invoca-utils-0.2.0.pre.1 invoca-utils.gemspec
invoca-utils-0.1.1 invoca-utils.gemspec
invoca-utils-0.1.0 invoca-utils.gemspec
invoca-utils-0.1.0.pre.2 invoca-utils.gemspec