Sha256: 6521523f50691a7f59c5d8ac484a8067b2d3879ad590a7fdcbcdadd721cdb0ba
Contents?: true
Size: 704 Bytes
Versions: 39
Compression:
Stored size: 704 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'pit/version' Gem::Specification.new do |gem| gem.name = "pit" gem.version = Pit::VERSION gem.authors = ["cho45"] gem.email = ["cho45@lowreal.net"] gem.description = %q|pit: account management tool| gem.summary = %q|pit: account management tool| gem.homepage = "http://github.com/cho45/pit" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
39 entries across 25 versions & 2 rubygems