Sha256: eadf29f4cfd5405f3b0ef275fcd6d32c51fdb272bfcf62aeb2f9c97494e1a047
Contents?: true
Size: 737 Bytes
Versions: 1
Compression:
Stored size: 737 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/rallycat/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Adam Tanner", "Emilio Cavazos"] gem.email = ["adam@adamtanner.org", "ejcavazos@gmail.com"] gem.description = %q{The Rally website sucks. CLI is better.} gem.summary = %q{The Rally website sucks. CLI is better.} gem.homepage = "https://github.com/adamtanner/rallycat" 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.name = "rallycat" gem.require_paths = ["lib"] gem.version = Rallycat::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rallycat-0.0.1 | rallycat.gemspec |