Sha256: 335da1b04a3c62ac2567e4ef80627fb3cbfb763e96f502267cf1979282eb7fa3

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

require_relative 'lib/legion/extensions/http/version'

Gem::Specification.new do |spec|
  spec.name          = 'lex-http'
  spec.version       = Legion::Extensions::Http::VERSION
  spec.authors       = ['Esity']
  spec.email         = ['matthewdiverson@gmail.com']

  spec.summary       = 'LEX HTTP'
  spec.description   = 'Connections LegionIO to any HTTP source'
  spec.homepage      = 'https://github.com/LegionIO/lex-http'
  spec.license       = 'MIT'
  spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')

  spec.metadata['homepage_uri'] = spec.homepage
  spec.metadata['source_code_uri'] = 'https://github.com/LegionIO/lex-http'
  spec.metadata['documentation_uri'] = 'https://github.com/LegionIO/lex-http'
  spec.metadata['changelog_uri'] = 'https://github.com/LegionIO/lex-http'
  spec.metadata['bug_tracker_uri'] = 'https://github.com/LegionIO/lex-http/issues'

  spec.files = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
  spec.require_paths = ['lib']

  spec.add_dependency 'faraday'
  spec.add_dependency 'faraday_middleware'
  spec.add_dependency 'multi_json'
  spec.add_dependency 'multi_xml'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lex-http-0.1.3 lex-http.gemspec