Sha256: f61b1ef28a7e3ee80ecc94c74c884f1b583f6c6983925257d49c5e01f16239c6
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# vim:fileencoding=utf-8 require File.expand_path('../lib/git/duet/version', __FILE__) Gem::Specification.new do |gem| gem.authors = [ 'Dan Buch', 'Jesse Szwedko', 'Rafe Colton', 'Sheena McCoy', ] gem.email = %w( d.buch@modcloth.com j.szwedko@modcloth.com r.colton@modcloth.com sp.mccoy@modcloth.com ) gem.description = %q{Pair programming git identity thingy} gem.summary = "Pair harmoniously! Decide who's driving. " << "Commit along the way. Don't make a mess of " << "the repository history." gem.homepage = '' gem.license = 'MIT' 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{^spec/}) gem.name = 'git-duet' gem.require_paths = %w(lib) gem.version = Git::Duet::VERSION gem.required_ruby_version = '>= 1.8.7' gem.add_development_dependency 'nyan-cat-formatter' gem.add_development_dependency 'rake' gem.add_development_dependency 'rspec' unless RUBY_PLATFORM == 'java' gem.add_development_dependency 'pry' gem.add_development_dependency 'simplecov' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-duet-0.1.3 | git-duet.gemspec |