Sha256: d9d66344aadd5a0711630fa2723a7312b6e8ce67334cac4061b8707c8b35f944

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'gitrb'
  s.version = '0.0.5'
  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
lib/gitrb/util.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.5 gitrb.gemspec