Sha256: ba56d34668f0128ac2a693d9d93ad63706a311bbae236c90733ef45c40d456a4
Contents?: true
Size: 809 Bytes
Versions: 13
Compression:
Stored size: 809 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "penchant/version" Gem::Specification.new do |s| s.name = "penchant" s.version = Penchant::VERSION s.platform = Gem::Platform::RUBY s.authors = ["John Bintz"] s.email = ["john@coswellproductions.com"] s.homepage = "" s.summary = %q{Things I do for my Rails projects to get up to speed in new environments fast} s.description = %q{Things I do for my Rails projects to get up to speed in new environments fast} s.rubyforge_project = "penchant" 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
13 entries across 13 versions & 1 rubygems