File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
require 'rubygems'
2
- require 'rake/gempackagetask'
3
2
4
3
begin
5
4
require 'jeweler'
6
5
Jeweler ::Tasks . new do |gem |
7
6
gem . name = "git"
8
- gem . summary = %Q{TODO }
7
+ gem . summary = %Q{Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary }
9
8
gem . email = "schacon@gmail.com"
10
9
gem . homepage = "http://github.com/schacon/ruby-git"
11
10
gem . authors = "Scott Chacon"
12
11
gem . rubyforge_project = "git"
13
12
gem . files = FileList [ "lib/**/*.rb" ]
14
13
gem . test_files = FileList [ "test/*.rb" ]
15
14
gem . extra_rdoc_files = [ "README" ]
15
+ gem . requirements << 'git 1.6.0.0, or greater'
16
+
16
17
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
17
18
end
18
19
rescue LoadError
You can’t perform that action at this time.
0 commit comments