Sha256: d14e2d6298d59796b00c3da6b14b4d743b0160b8240b6df94caf89c35b60746c

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

# frozen_string_literal: true

require File.expand_path('lib/attributes-mapper/version', __dir__)


Gem::Specification.new do |gem|
  gem.authors = ["Desmond O'Leary"]
  gem.email = ["desoleary@gmail.com"]
  gem.description = 'Declarative attributes mapping'
  gem.summary = 'Declarative attributes mapping'
  gem.homepage = "https://github.com/omnitech-solutions/attributes-mapper"
  gem.license = "MIT"

  gem.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
  gem.executables = gem.files.grep(%r{^exe/}).map { |f| File.basename(f) }
  gem.name = "attributes-mapper"
  gem.require_paths = ["lib"]
  gem.version = AttributesMapper::VERSION
  gem.required_ruby_version = ">= 2.7"

  gem.metadata["homepage_uri"] = gem.homepage
  gem.metadata["source_code_uri"] = gem.homepage
  gem.metadata["changelog_uri"] = "#{gem.homepage}/CHANGELOG.md"

  gem.add_runtime_dependency 'json-path-builder', '~> 0.1.0'
  gem.add_runtime_dependency 'rordash', '~> 0.1.2'

  gem.add_development_dependency("codecov", "~> 0.6.0")
  gem.add_development_dependency("rake", "~> 13.0.6")
  gem.add_development_dependency("rspec", "~> 3.12.0")
  gem.add_development_dependency("simplecov", "~> 0.21.2")
  gem.metadata['rubygems_mfa_required'] = 'true'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
attributes-mapper-0.1.2 attributes-mapper.gemspec
attributes-mapper-0.1.1 attributes-mapper.gemspec
attributes-mapper-0.1.0 attributes-mapper.gemspec