Sha256: e690b2389cc61e9e270253013299a573838d467def7f7a0fd2b7d6097f3939f8
Contents?: true
Size: 855 Bytes
Versions: 67
Compression:
Stored size: 855 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "geordi/version" Gem::Specification.new do |s| s.name = "geordi" s.version = Geordi::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Henning Koch"] s.email = ["henning.koch@makandra.de"] s.homepage = "http://makandra.com" s.summary = 'Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.' s.description = 'Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.' s.rubyforge_project = "geordi" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
67 entries across 67 versions & 1 rubygems