Sha256: 3e395ef6ce387a51385802e536dee5e5dd6f506e85cbfd3b2eeb6447a32034f3

Contents?: true

Size: 809 Bytes

Versions: 10

Compression:

Stored size: 809 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require "attestor/version"

Gem::Specification.new do |gem|

  gem.name        = "attestor"
  gem.version     = Attestor::VERSION.dup
  gem.author      = "Andrew Kozin"
  gem.email       = "andrew.kozin@gmail.com"
  gem.homepage    = "https://github.com/nepalez/attestor"
  gem.summary     = "Validations for immutable Ruby objects"
  gem.description = gem.summary
  gem.license     = "MIT"

  gem.files            = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  gem.test_files       = Dir["spec/**/*.rb"]
  gem.extra_rdoc_files = Dir["README.md", "LICENSE"]
  gem.require_paths    = ["lib"]

  gem.required_ruby_version = "~> 2.0"
  gem.add_runtime_dependency "extlib", "~> 0.9"
  gem.add_development_dependency "hexx-rspec", "~> 0.4"

end # Gem::Specification

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
attestor-2.2.1 attestor.gemspec
attestor-2.2.0 attestor.gemspec
attestor-2.1.0 attestor.gemspec
attestor-2.0.0 attestor.gemspec
attestor-1.0.0 attestor.gemspec
attestor-0.4.0 attestor.gemspec
attestor-0.3.0 attestor.gemspec
attestor-0.2.0 attestor.gemspec
attestor-0.1.0 attestor.gemspec
attestor-0.0.1 attestor.gemspec