public
Description: Command-line package manager for textmate
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/textmate.git
salicio (author)
Mon Feb 23 14:01:37 -0800 2009
wycats (committer)
Thu Apr 09 12:10:29 -0700 2009
textmate / textmate.gemspec
100644 25 lines (21 sloc) 0.856 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
Gem::Specification.new do |s|
  s.name = %q{textmate}
  s.version = "0.9.3"
 
  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 = ["Yehuda Katz"]
  s.autorequire = %q{textmate}
  s.date = %q{2008-05-28}
  s.default_executable = %q{textmate}
  s.description = %q{Command-line textmate package manager}
  s.email = %q{wycats@gmail.com}
  s.executables = ["textmate"]
  s.extra_rdoc_files = ["README.markdown", "LICENSE"]
  s.files = ["LICENSE", "README.markdown", "Rakefile", "bin/textmate"]
  s.has_rdoc = true
  s.homepage = %q{http://yehudakatz.com}
  s.require_paths = ["bin"]
  s.rubygems_version >= %q{1.1.1}
  s.summary = %q{Command-line textmate package manager}
 
  s.add_dependency(%q<thor>, [">= 0.9.2"])
end