Sha256: 47f8ab2e4b5662a8d5334872a39b8691ba12642bfa5a6b29c4111574c9aafed0

Contents?: true

Size: 860 Bytes

Versions: 1

Compression:

Stored size: 860 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'gitrb'
  s.version = '0.1.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}
  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/gitobject.rb
lib/gitrb/pack.rb
lib/gitrb/reference.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.1.4 gitrb.gemspec