Sha256: 326553e86f66ae1728b4c2e39aa9aea42f312035345f871cebafffb0d5ccaaf1
Contents?: true
Size: 910 Bytes
Versions: 3
Compression:
Stored size: 910 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hash_ish/version' Gem::Specification.new do |spec| spec.name = "hash_ish" spec.version = HashIsh::VERSION spec.authors = ["Michael Pope"] spec.email = ["mpope.cr@gmail.com"] spec.summary = %q{A Hashie::Mash knockoff} spec.description = spec.summary spec.homepage = "https://github.com/amorphid/hash_ish" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hash_ish-0.3.0 | hash_ish.gemspec |
hash_ish-0.2.0 | hash_ish.gemspec |
hash_ish-0.1.0 | hash_ish.gemspec |