grit.gemspec in schacon-grit-0.9.1 vs grit.gemspec in schacon-grit-0.9.3

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = "grit" - s.version = "0.9.1" + s.version = "0.9.3" s.date = "2008-04-24" s.summary = "Object model interface to a git repo" s.email = "tom@rubyisawesome.com" s.homepage = "http://github.com/schacon/grit" s.description = "Grit is a Ruby library for extracting information from a git repository in and object oriented manner." @@ -54,7 +54,9 @@ "test/test_repo.rb", "test/test_tag.rb", "test/test_tree.rb"] s.rdoc_options = ["--main", "README.txt"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] + s.add_dependency("diff-lcs", ["> 0.0.0"]) s.add_dependency("mime-types", ["> 0.0.0"]) + s.add_dependency("open4", ["> 0.0.0"]) end