Sha256: f0f10d056a12fdac308792d5c9381f96229b73dfa0799eabd75553661d919576
Contents?: true
Size: 579 Bytes
Versions: 3
Compression:
Stored size: 579 Bytes
Contents
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__) name = "git-graph" require "#{name.gsub("-","/")}/version" Gem::Specification.new name, Git::Graph::VERSION do |s| s.summary = "Make graphs from your git history" s.authors = ["Michael Grosser"] s.email = "michael@grosser.it" s.homepage = "http://github.com/grosser/#{name}" s.files = `git ls-files`.split("\n") s.license = "MIT" s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") s.cert_chain = ["gem-public_cert.pem"] s.executables = ["git-graph"] s.add_runtime_dependency "gchartrb" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git-graph-0.1.2 | git-graph.gemspec |
git-graph-0.1.1 | git-graph.gemspec |
git-graph-0.1.0 | git-graph.gemspec |