Sha256: 5c57b4d1f9dabb7b4c69397660f0d0f7bd116ecf6ec983250e4eda20b4676a8c
Contents?: true
Size: 1.32 KB
Versions: 5
Compression:
Stored size: 1.32 KB
Contents
require_relative "lib/attribool/version" Gem::Specification.new do |spec| spec.name = "attribool" spec.version = Attribool::VERSION spec.authors = ["Evan Gray"] spec.email = "evanthegrayt@vivaldi.net" spec.license = "MIT" spec.summary = %(Macros for creating boolean attribute methods) spec.description = %(Macros for creating boolean attribute methods) spec.homepage = "https://github.com/evanthegrayt/attribool" unless spec.respond_to?(:metadata) raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes." end spec.metadata["allowed_push_host"] = "https://rubygems.org" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/evanthegrayt/attribool" spec.metadata["documentation_uri"] = "https://evanthegrayt.github.io/attribool/" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "bin" spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "pry" spec.add_development_dependency "rake", "~> 13.0", ">= 13.0.1" spec.add_development_dependency "simplecov" spec.add_development_dependency "standard" spec.add_development_dependency "test-unit", "~> 3.3", ">= 3.3.5" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
attribool-2.0.5 | attribool.gemspec |
attribool-2.0.4 | attribool.gemspec |
attribool-2.0.3 | attribool.gemspec |
attribool-2.0.2 | attribool.gemspec |
attribool-2.0.1 | attribool.gemspec |