Sha256: fb121b6068e9e8d6b635c80c32f64c6d0bd6792163fbac870faca3b0260e3df9
Contents?: true
Size: 803 Bytes
Versions: 1
Compression:
Stored size: 803 Bytes
Contents
Gem::Specification.new do |s| s.name = 'gitrb' s.version = '0.0.1' 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/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.1 | gitrb.gemspec |