Sha256: cd402292cfff6dbbadcb2a1406613ade23d5e8793a82c860d1972752d0a79e57

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'eefgilm/version'

Gem::Specification.new do |spec|
  spec.name          = 'eefgilm'
  spec.version       = Eefgilm::VERSION
  spec.authors       = ['Erik Nilsen', 'Marco Lindsay']
  spec.email         = ['enilsen16@live.com', 'lindsay_marco@hotmail.com']
  spec.summary       = 'A gem to keep your Gemfile in best practice .'
  spec.description   = 'Eefgilm is a gem that is written to help keep your gemfile in order. It will alphabetize your gems, remove comments, and remove unnecessary whitespace.'
  spec.homepage      = 'http://enilsen16.github.io/Eefgilm/'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'minitest'
  spec.add_development_dependency 'bundler', '~> 1.6'
  spec.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eefgilm-1.2.0 eefgilm.gemspec