Sha256: ff633f2872c7dc0bc439915ecec72ff0088409f271300a90d8d4a35da281524e

Contents?: true

Size: 863 Bytes

Versions: 5

Compression:

Stored size: 863 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "hightop"
  spec.version       = Hightop::VERSION
  spec.authors       = ["Andrew Kane"]
  spec.email         = ["andrew@chartkick.com"]
  spec.summary       = %q{Super convenient group count}
  spec.description   = %q{Super convenient group count}
  spec.homepage      = "https://github.com/ankane/hightop"
  spec.license       = "MIT"

  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"]

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hightop-0.1.0 hightop.gemspec
hightop-0.0.4 hightop.gemspec
hightop-0.0.3 hightop.gemspec
hightop-0.0.2 hightop.gemspec
hightop-0.0.1 hightop.gemspec