Sha256: 47c172b61649cedfe0020d9abe2847a91cfe0fda5684a0cd535b1a1b89bf9ce6

Contents?: true

Size: 1.38 KB

Versions: 7

Compression:

Stored size: 1.38 KB

Contents

# frozen_string_literal: true

require_relative 'lib/solidus_tec_estimator/version'

Gem::Specification.new do |spec|
  spec.name = 'solidus_tec_estimator'
  spec.version = SolidusTecEstimator::VERSION
  spec.authors = ['ulysses']
  spec.email = 'ulyssesh.20@gmail.com'

  spec.summary = ''
  spec.description = ''
  spec.homepage = 'https://github.com/todasessascoisas/solidus_tec_estimator#readme'
  spec.license = 'BSD-3-Clause'

  spec.metadata['homepage_uri'] = spec.homepage
  spec.metadata['source_code_uri'] = 'https://github.com/todasessascoisas/solidus_tec_estimator'
  spec.metadata['changelog_uri'] = 'https://github.com/todasessascoisas/solidus_tec_estimator/blob/main/CHANGELOG.md'

  spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 4')

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  files = Dir.chdir(__dir__) { `git ls-files -z`.split("\x0") }

  spec.files = files.grep_v(%r{^(test|spec|features)/})
  spec.test_files = files.grep(%r{^(test|spec|features)/})
  spec.bindir = "exe"
  spec.executables = files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency 'solidus_core', ['>= 2.0.0', '< 5']
  spec.add_dependency 'solidus_support', '~> 0.5'

  spec.add_development_dependency 'solidus_dev_support', '~> 2.9'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
solidus_tec_estimator-1.0.6 solidus_tec_estimator.gemspec
solidus_tec_estimator-1.0.5 solidus_tec_estimator.gemspec
solidus_tec_estimator-1.0.4 solidus_tec_estimator.gemspec
solidus_tec_estimator-1.0.3 solidus_tec_estimator.gemspec
solidus_tec_estimator-1.0.2 solidus_tec_estimator.gemspec
solidus_tec_estimator-1.0.1 solidus_tec_estimator.gemspec
solidus_tec_estimator-1.0.0 solidus_tec_estimator.gemspec