public
Description: a cheat sheet tool based on git
Homepage:
Clone URL: git://github.com/robin/chit.git
Click here to lend your support to: chit and make a donation at www.pledgie.com !
chit / chit.gemspec
100644 27 lines (24 sloc) 1.105 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Gem::Specification.new do |s|
  s.name = %q{chit}
  s.version = "0.0.6"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Robin Lu"]
  s.date = %q{2008-06-19}
  s.default_executable = %q{chit}
  s.description = %q{Chit is A command line tool for cheat sheet utility based on git.}
  s.email = ["iamawalrus@gmail.com"]
  s.executables = ["chit"]
  s.extra_rdoc_files = ["Manifest.txt", "README.txt"]
  s.files = ["Manifest.txt", "README.txt", "Rakefile", "bin/chit", "lib/chit.rb", "lib/wrap.rb", "resources/chitrc", "test/test_chit.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/robin/chit}
  s.rdoc_options = ["--main", "README.txt"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{chit}
  s.rubygems_version = %q{1.0.1}
  s.summary = %q{Chit is A command line tool for cheat sheet utility based on git.}
  s.test_files = ["test/test_chit.rb"]
 
  s.add_dependency(%q<schacon-git>, [">= 1.0"])
  s.add_dependency(%q<hoe>, [">= 1.5.3"])
end