Sha256: db1e53ef3c82798f263940cabd7a8248ec5b70ddecb051aea8985530e15c4554

Contents?: true

Size: 571 Bytes

Versions: 18

Compression:

Stored size: 571 Bytes

Contents

# frozen_string_literal: true

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

require 'eac_git/version'

Gem::Specification.new do |s|
  s.name        = 'eac_git'
  s.version     = EacGit::VERSION
  s.authors     = ['Put here the authors']
  s.summary     = 'Put here de description.'

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

  s.add_dependency 'eac_ruby_utils', '~> 0.107'
  s.add_dependency 'parseconfig', '~> 1.1', '>= 1.1.2'

  s.add_development_dependency 'aranha-parsers', '~> 0.8', '>= 0.8.2'
  s.add_development_dependency 'eac_ruby_gem_support', '~> 0.5.1'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
eac_tools-0.55.3 sub/eac_git/eac_git.gemspec
eac_tools-0.55.2 sub/eac_git/eac_git.gemspec
eac_tools-0.55.1 sub/eac_git/eac_git.gemspec
eac_tools-0.55.0 sub/eac_git/eac_git.gemspec
eac_tools-0.54.0 sub/eac_git/eac_git.gemspec
eac_tools-0.53.0 sub/eac_git/eac_git.gemspec
eac_tools-0.52.0 sub/eac_git/eac_git.gemspec
eac_tools-0.51.0 sub/eac_git/eac_git.gemspec
eac_tools-0.50.0 sub/eac_git/eac_git.gemspec
eac_tools-0.49.0 sub/eac_git/eac_git.gemspec
eac_tools-0.48.1 sub/eac_git/eac_git.gemspec
eac_tools-0.48.0 sub/eac_git/eac_git.gemspec
eac_tools-0.47.2 sub/eac_git/eac_git.gemspec
eac_tools-0.47.1 sub/eac_git/eac_git.gemspec
eac_tools-0.47.0 sub/eac_git/eac_git.gemspec
eac_tools-0.46.0 sub/eac_git/eac_git.gemspec
eac_tools-0.45.2 sub/eac_git/eac_git.gemspec
eac_tools-0.45.1 sub/eac_git/eac_git.gemspec