Sha256: a0a3b3d40a27e626dff9c2294cb0aa4bd851665822d305210ab9a5b5915c13f4
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('lib', __dir__) require 'gitloc_marissa/version' Gem::Specification.new do |s| s.name = 'gitloc-marissa' s.version = GitlocMarissa::VERSION 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 } - Dir["*.gem"] s.homepage = 'https://github.com/JoshCheek/elective-building-a-gem' s.executables << 'gitloc' s.add_development_dependency 'rspec', '~> 3.0' s.add_development_dependency 'pry' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitloc-marissa-0.2.0 | gitloc-marissa.gemspec |