Sha256: 32b17e581fa92b321d3c3d70cac4349d146b71ea05600d356a72fa11968e2a60
Contents?: true
Size: 951 Bytes
Versions: 1
Compression:
Stored size: 951 Bytes
Contents
Gem::Specification.new do |s| s.name = 'gitrb' s.version = '0.2.7' 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 = 'Fast and lightweight ruby git implementation' 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/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 lib/gitrb/version.rb test/bare_repository_test.rb test/benchmark.rb test/commit_test.rb test/helper.rb test/profile.rb test/repository_test.rb test/repository_init_test.rb test/trie_test.rb test/tree_test.rb } s.add_development_dependency('bacon') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitrb-0.2.7 | gitrb.gemspec |