Sha256: 28bccf72b876a11cef06ea133f7fc89e3f5c904e9c6a0e4eae60e8b471819f92

Contents?: true

Size: 872 Bytes

Versions: 1

Compression:

Stored size: 872 Bytes

Contents

# -*- encoding: utf-8 -*-

require File.dirname(__FILE__) + "/lib/boolean2"

Gem::Specification.new do |gem|
  gem.name          = "boolean2"
  gem.version       = Boolean2::VERSION
  gem.summary       = "A global Boolean2 constant that is an ancestor of true and false."
  gem.description   = "A global Boolean2 constant that is an ancestor of true and false. Useful for coercion libraries."
  gem.authors       = ["Jan Lelis"]
  gem.email         = ["hi@ruby.consulting"]
  gem.homepage      = "https://github.com/janlelis/boolean2"
  gem.license       = "MIT"

  gem.files         = Dir['{**/}{.*,*}'].select{ |path| File.file?(path) && path !~ /^pkg/ }
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ['lib']

  gem.required_ruby_version = '>= 2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
boolean2-1.0.1 boolean2.gemspec