Sha256: 353aa9bd5bf32263e6721f7ea2a2fb432011ba2eb04252e4a7550426005346f1

Contents?: true

Size: 868 Bytes

Versions: 1

Compression:

Stored size: 868 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         = "mail@janlelis.de"
  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.0 boolean2.gemspec