Sha256: 99c1380de8ddbab4d029a59ef20d7d501b003fbf4e8bfd53ce4e6e679ad1f046

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'gitloc-derreckmansheim'
  s.version     = '0.1.0'
  s.licenses    = ['MIT']
  s.summary     = "Example project -- gives lines-of-code information for a git repo"
  s.description = "Example project for CodePlatoon, see https://github.com/DerreckM/Gem-gitloc -- gives lines-of-code information for a git repo."
  s.authors     = ["Derreck Mansheim"]
  s.email       = 'mansheim23@gmail.com'
  s.files       = Dir["**/*"].select { |f| File.file? f }
  s.homepage    = 'https://github.com/DerreckM/Gem-gitloc'
  s.executables << 'gitloc'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitloc-derreckmansheim-0.1.0 gitloc.gemspec