Sha256: ba19f872e7a629475031908c52efc1f166600551a96f11352bfb5454d994fa7c

Contents?: true

Size: 601 Bytes

Versions: 2

Compression:

Stored size: 601 Bytes

Contents

require_relative "lib/version"

Gem::Specification.new do |s|
  s.name        = 'nuva'
  s.version     = Nuva::VERSION
  s.licenses    = ['MIT']
  s.summary     = "NUVA"
  s.description = "nuva library aims to simplify working and interacting with the NUVA nomenclature through queries and repositories"
  s.authors     = ["Syadem"]
  s.email       = ''
  s.files       = Dir.chdir(File.expand_path(__dir__)) {
    `find . -type f -name '*.rb' -print0`.split("\0").concat %w[nuva.gemspec]
  }
  s.add_dependency 'google-protobuf', '~> 3.25', '>= 3.25.3'
  s.add_dependency 'fuzzy_match', '~> 2.1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nuva-0.1.6 nuva.gemspec
nuva-0.1.5 nuva.gemspec