File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |s |
44 s . name = %q{git}
5- s . version = "1.1.1 "
5+ s . version = "1.2.0 "
66
77 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
88 s . authors = [ "Scott Chacon" ]
9- s . date = %q{2009-05-04 }
9+ s . date = %q{2009-08-01 }
1010 s . email = %q{schacon@gmail.com}
1111 s . extra_rdoc_files = [
1212 "README"
1313 ]
1414 s . files = [
1515 "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"
3232 ]
33- s . has_rdoc = true
3433 s . homepage = %q{http://github.com/schacon/ruby-git}
3534 s . rdoc_options = [ "--charset=UTF-8" ]
3635 s . require_paths = [ "lib" ]
36+ s . requirements = [ "git 1.6.0.0, or greater" ]
3737 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 }
4040
4141 if s . respond_to? :specification_version then
4242 current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
43- s . specification_version = 2
43+ s . specification_version = 3
4444
4545 if Gem ::Version . new ( Gem ::RubyGemsVersion ) >= Gem ::Version . new ( '1.2.0' ) then
4646 else
You can’t perform that action at this time.
0 commit comments