gitrb.gemspec in gitrb-0.0.3 vs gitrb.gemspec in gitrb-0.0.4

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'gitrb' - s.version = '0.0.3' + s.version = '0.0.4' s.summary = 'Pure ruby git implementation' s.author = 'Daniel Mendler' s.email = 'mail@daniel-mendler.de' s.homepage = 'https://github.com/minad/gitrb' s.rubyforge_project = %q{gitrb} @@ -26,9 +26,10 @@ lib/gitrb/repository.rb lib/gitrb/tag.rb lib/gitrb/tree.rb lib/gitrb/trie.rb lib/gitrb/user.rb +lib/gitrb/util.rb test/bare_repository_spec.rb test/benchmark.rb test/commit_spec.rb test/repository_spec.rb test/trie_spec.rb