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