Sha256: 2231741b24cef499045f88ce4d6f67c5af09153575df62c731d556a06e12921f
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
Gem::Specification.new do |s| s.name = 'gitloc-marissa' 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 the Turing School of Software and Design, see https://github.com/JoshCheek/elective-building-a-gem -- gives lines-of-code information for a git repo." s.authors = ["Marissa Biesecker"] s.email = 'marissa.biesecker@gmail.com' s.files = Dir["**/*"].select { |f| File.file? f } s.homepage = 'https://github.com/JoshCheek/elective-building-a-gem' s.executables << 'gitloc' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitloc-marissa-0.1.0 | gitloc-marissa.gemspec |