Sha256: 681ddd40d6f9a3e577a1db326bbb8e853f0a9194b560bb0147c4da6777d0d3c5

Contents?: true

Size: 593 Bytes

Versions: 14

Compression:

Stored size: 593 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.push File.expand_path('lib', __dir__)

require 'eac_rest/version'

Gem::Specification.new do |s|
  s.name        = 'eac_rest'
  s.version     = EacRest::VERSION
  s.authors     = ['Eduardo H. Bogoni']
  s.summary     = 'A REST helper for Ruby.'

  s.files = Dir['{lib}/**/*']

  s.add_dependency 'eac_envs-http', '~> 0.3', '>= 0.3.1'
  s.add_dependency 'eac_fs', '~> 0.16'
  s.add_dependency 'eac_ruby_utils', '~> 0.112'

  s.add_development_dependency 'aranha-parsers', '~> 0.15'
  s.add_development_dependency 'eac_ruby_gem_support', '~> 0.5.1'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
eac_tools-0.70.1 sub/eac_rest/eac_rest.gemspec
eac_tools-0.70.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.69.1 sub/eac_rest/eac_rest.gemspec
eac_tools-0.69.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.68.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.67.1 sub/eac_rest/eac_rest.gemspec
eac_tools-0.67.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.66.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.65.1 sub/eac_rest/eac_rest.gemspec
eac_tools-0.65.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.64.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.63.0 sub/eac_rest/eac_rest.gemspec
eac_tools-0.62.1 sub/eac_rest/eac_rest.gemspec
eac_tools-0.62.0 sub/eac_rest/eac_rest.gemspec