Sha256: a23f92fb89fce9d4077b0ff0dc271a80316d4c011246fa78306f87301e23bb8d

Contents?: true

Size: 1.03 KB

Versions: 10

Compression:

Stored size: 1.03 KB

Contents

# encoding: utf-8

require File.expand_path('../lib/axiom/types/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name        = 'axiom-types'
  gem.version     = Axiom::Types::VERSION.dup
  gem.authors     = ['Dan Kubb']
  gem.email       = 'dan.kubb@gmail.com'
  gem.summary     = 'Abstract types for logic programming'
  gem.description = 'Define types with optional constraints for use within axiom and other libraries.'
  gem.homepage    = 'https://github.com/dkubb/axiom-types'
  gem.license     = 'MIT'

  gem.require_paths    = %w[lib]
  gem.files            = `git ls-files`.split($/)
  gem.test_files       = `git ls-files -- spec/unit`.split($/)
  gem.extra_rdoc_files = %w[LICENSE README.md CONTRIBUTING.md TODO]

  gem.required_ruby_version = '>= 1.9.3'

  gem.add_runtime_dependency('descendants_tracker', '~> 0.0.4')
  gem.add_runtime_dependency('ice_nine',            '~> 0.11.0')
  gem.add_runtime_dependency('thread_safe',         '~> 0.3', '>= 0.3.1')

  gem.add_development_dependency('bundler', '~> 1.5', '>= 1.5.3')
end

Version data entries

10 entries across 8 versions & 4 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/axiom-types-0.1.1/axiom-types.gemspec
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/axiom-types-0.1.1/axiom-types.gemspec
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/axiom-types-0.1.1/axiom-types.gemspec
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/axiom-types-0.1.1/axiom-types.gemspec
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/axiom-types-0.1.1/axiom-types.gemspec
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/axiom-types-0.1.1/axiom-types.gemspec
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/axiom-types-0.1.1/axiom-types.gemspec
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/axiom-types-0.1.1/axiom-types.gemspec
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/axiom-types-0.1.1/axiom-types.gemspec
axiom-types-0.1.1 axiom-types.gemspec