Sha256: 50a59397c57fb33ca1027d19a6c6797715caa042ee7a22c73dcd55aed3dec68e

Contents?: true

Size: 571 Bytes

Versions: 8

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.103'
  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

8 entries across 8 versions & 1 rubygems

Version Path
eac_tools-0.37.0 sub/eac_git/eac_git.gemspec
eac_tools-0.36.1 sub/eac_git/eac_git.gemspec
eac_tools-0.36.0 sub/eac_git/eac_git.gemspec
eac_tools-0.35.0 sub/eac_git/eac_git.gemspec
eac_tools-0.34.0 sub/eac_git/eac_git.gemspec
eac_tools-0.33.0 sub/eac_git/eac_git.gemspec
eac_tools-0.32.0 sub/eac_git/eac_git.gemspec
eac_tools-0.31.1 sub/eac_git/eac_git.gemspec