File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = %q{git}
5
- s . version = "1.1.1 "
5
+ s . version = "1.2.0 "
6
6
7
7
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
8
8
s . authors = [ "Scott Chacon" ]
9
- s . date = %q{2009-05-04 }
9
+ s . date = %q{2009-08-01 }
10
10
s . email = %q{schacon@gmail.com}
11
11
s . extra_rdoc_files = [
12
12
"README"
13
13
]
14
14
s . files = [
15
15
"lib/git.rb" ,
16
- "lib/git/author.rb" ,
17
- "lib/git/base.rb" ,
18
- "lib/git/branch.rb" ,
19
- "lib/git/branches.rb" ,
20
- "lib/git/diff.rb" ,
21
- "lib/git/index.rb" ,
22
- "lib/git/lib.rb" ,
23
- "lib/git/log.rb" ,
24
- "lib/git/object.rb" ,
25
- "lib/git/path.rb" ,
26
- "lib/git/remote.rb" ,
27
- "lib/git/repository.rb" ,
28
- "lib/git/stash.rb" ,
29
- "lib/git/stashes.rb" ,
30
- "lib/git/status.rb" ,
31
- "lib/git/working_directory.rb"
16
+ "lib/git/author.rb" ,
17
+ "lib/git/base.rb" ,
18
+ "lib/git/branch.rb" ,
19
+ "lib/git/branches.rb" ,
20
+ "lib/git/diff.rb" ,
21
+ "lib/git/index.rb" ,
22
+ "lib/git/lib.rb" ,
23
+ "lib/git/log.rb" ,
24
+ "lib/git/object.rb" ,
25
+ "lib/git/path.rb" ,
26
+ "lib/git/remote.rb" ,
27
+ "lib/git/repository.rb" ,
28
+ "lib/git/stash.rb" ,
29
+ "lib/git/stashes.rb" ,
30
+ "lib/git/status.rb" ,
31
+ "lib/git/working_directory.rb"
32
32
]
33
- s . has_rdoc = true
34
33
s . homepage = %q{http://github.com/schacon/ruby-git}
35
34
s . rdoc_options = [ "--charset=UTF-8" ]
36
35
s . require_paths = [ "lib" ]
36
+ s . requirements = [ "git 1.6.0.0, or greater" ]
37
37
s . rubyforge_project = %q{git}
38
- s . rubygems_version = %q{1.3.1 }
39
- s . summary = %q{TODO }
38
+ s . rubygems_version = %q{1.3.5 }
39
+ s . 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 }
40
40
41
41
if s . respond_to? :specification_version then
42
42
current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
43
- s . specification_version = 2
43
+ s . specification_version = 3
44
44
45
45
if Gem ::Version . new ( Gem ::RubyGemsVersion ) >= Gem ::Version . new ( '1.2.0' ) then
46
46
else
You can’t perform that action at this time.
0 commit comments