Sha256: 025dd1e078db5696db6d9b7799001784b937907d623d0f8eb2e4052a0548c9af
Contents?: true
Size: 687 Bytes
Versions: 8
Compression:
Stored size: 687 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "graphite_graph/version" Gem::Specification.new do |s| s.name = "graphite_graph" s.version = GraphiteGraph::VERSION s.platform = Gem::Platform::RUBY s.authors = ["R.I.Pienaar", "Tom Taylor"] s.email = ["rip@devco.net", "tom@tomtaylor.co.uk"] s.homepage = "https://github.com/ripienaar/graphite-graph-dsl" s.summary = %q{DSL for generating Graphite graphs} s.rubyforge_project = "graphite_graph" s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
8 entries across 8 versions & 1 rubygems