Sha256: 3fa0941da9c1e8f9301cb0fe0bd3e96f3ae5141f220666392cd010d8cde88d52
Contents?: true
Size: 940 Bytes
Versions: 4
Compression:
Stored size: 940 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'functional_hash/version' Gem::Specification.new do |spec| spec.name = "functional_hash" spec.version = FunctionalHash::VERSION spec.authors = ["Andrew Myers"] spec.email = ["afredmyers@gmail.com"] spec.summary = %q{Easily set hash values to be functions of other values in the same hash.} spec.homepage = "https://github.com/afred/functional_hash" 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.14" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
functional_hash-0.3.0 | functional_hash.gemspec |
functional_hash-0.2.1 | functional_hash.gemspec |
functional_hash-0.2.0 | functional_hash.gemspec |
functional_hash-0.1.0 | functional_hash.gemspec |