Sha256: 1d5bccb9bab00f473fb124f6cf445df2389b161b6b8ea05ea83f51a5e896638b
Contents?: true
Size: 816 Bytes
Versions: 1
Compression:
Stored size: 816 Bytes
Contents
Gem::Specification.new do |s| s.name = 'gitrb' s.version = '0.0.3' 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} s.description = <<END Pure ruby git implementation similar to grit. END s.require_path = 'lib' s.has_rdoc = true s.extra_rdoc_files = ['README.md'] s.files = %w{ LICENSE README.md Rakefile gitrb.gemspec lib/gitrb.rb lib/gitrb/blob.rb lib/gitrb/commit.rb lib/gitrb/diff.rb lib/gitrb/object.rb lib/gitrb/pack.rb lib/gitrb/repository.rb lib/gitrb/tag.rb lib/gitrb/tree.rb lib/gitrb/trie.rb lib/gitrb/user.rb test/bare_repository_spec.rb test/benchmark.rb test/commit_spec.rb test/repository_spec.rb test/trie_spec.rb test/tree_spec.rb } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitrb-0.0.3 | gitrb.gemspec |