# -*- encoding: utf-8 -*- # stub: rugged 0.0.1 ruby lib # stub: ext/rugged/extconf.rb Gem::Specification.new do |s| s.name = "rugged".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Scott Chacon".freeze, "Vicent Marti".freeze] s.date = "2010-11-17" s.description = "Rugged is a Ruby bindings to the libgit2 linkable C Git library. This is\nfor testing and using the libgit2 library in a language that is awesome.\n".freeze s.email = "schacon@gmail.com".freeze s.extensions = ["ext/rugged/extconf.rb".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "ext/rugged/extconf.rb".freeze, "lib/rugged.rb".freeze, "lib/rugged/index.rb".freeze, "lib/rugged/ribbit.bundle".freeze, "lib/rugged/rugged.bundle".freeze, "lib/rugged/tree.rb".freeze, "lib/rugged/tree_entry.rb".freeze, "lib/rugged/version.rb".freeze, "test/commit_test.rb".freeze, "test/fixtures/testrepo.git/HEAD".freeze, "test/fixtures/testrepo.git/config".freeze, "test/fixtures/testrepo.git/description".freeze, "test/fixtures/testrepo.git/index".freeze, "test/fixtures/testrepo.git/info/exclude".freeze, "test/fixtures/testrepo.git/logs/HEAD".freeze, "test/fixtures/testrepo.git/logs/refs/heads/master".freeze, "test/fixtures/testrepo.git/objects/0c/37a5391bbff43c37f0d0371823a5509eed5b1d".freeze, "test/fixtures/testrepo.git/objects/13/85f264afb75a56a5bec74243be9b367ba4ca08".freeze, "test/fixtures/testrepo.git/objects/18/1037049a54a1eb5fab404658a3a250b44335d7".freeze, "test/fixtures/testrepo.git/objects/18/10dff58d8a660512d4832e740f692884338ccd".freeze, "test/fixtures/testrepo.git/objects/2d/2eff63372b08adf0a9eb84109ccf7d19e2f3a2".freeze, "test/fixtures/testrepo.git/objects/36/060c58702ed4c2a40832c51758d5344201d89a".freeze, "test/fixtures/testrepo.git/objects/45/b983be36b73c0788dc9cbcb76cbb80fc7bb057".freeze, "test/fixtures/testrepo.git/objects/4a/202b346bb0fb0db7eff3cffeb3c70babbd2045".freeze, "test/fixtures/testrepo.git/objects/5b/5b025afb0b4c913b4c338a42934a3863bf3644".freeze, "test/fixtures/testrepo.git/objects/61/9f9935957e010c419cb9d15621916ddfcc0b96".freeze, "test/fixtures/testrepo.git/objects/75/057dd4114e74cca1d750d0aee1647c903cb60a".freeze, "test/fixtures/testrepo.git/objects/81/4889a078c031f61ed08ab5fa863aea9314344d".freeze, "test/fixtures/testrepo.git/objects/84/96071c1b46c854b31185ea97743be6a8774479".freeze, "test/fixtures/testrepo.git/objects/9f/d738e8f7967c078dceed8190330fc8648ee56a".freeze, "test/fixtures/testrepo.git/objects/a4/a7dce85cf63874e984719f4fdd239f5145052f".freeze, "test/fixtures/testrepo.git/objects/a7/1586c1dfe8a71c6cbf6c129f404c5642ff31bd".freeze, "test/fixtures/testrepo.git/objects/a8/233120f6ad708f843d861ce2b7228ec4e3dec6".freeze, "test/fixtures/testrepo.git/objects/be/3563ae3f795b2b4353bcce3a527ad0a4f7f644".freeze, "test/fixtures/testrepo.git/objects/c4/7800c7266a2be04c571c04d5a6614691ea99bd".freeze, "test/fixtures/testrepo.git/objects/c4/dc1555e4d4fa0e0c9c3fc46734c7c35b3ce90b".freeze, "test/fixtures/testrepo.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391".freeze, "test/fixtures/testrepo.git/objects/f6/0079018b664e4e79329a7ef9559c8d9e0378d1".freeze, "test/fixtures/testrepo.git/objects/fa/49b077972391ad58037050f2a75f74e3671e92".freeze, "test/fixtures/testrepo.git/objects/fd/093bff70906175335656e6ce6ae05783708765".freeze, "test/fixtures/testrepo.git/objects/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.idx".freeze, "test/fixtures/testrepo.git/objects/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.pack".freeze, "test/fixtures/testrepo.git/packed-refs".freeze, "test/fixtures/testrepo.git/refs/heads/master".freeze, "test/fixtures/testrepo.git/refs/tags/v0.9".freeze, "test/fixtures/testrepo.git/refs/tags/v1.0".freeze, "test/index_test.rb".freeze, "test/lib_test.rb".freeze, "test/object_test.rb".freeze, "test/repo_pack_test.rb".freeze, "test/repo_test.rb".freeze, "test/tag_test.rb".freeze, "test/test_helper.rb".freeze, "test/tree_test.rb".freeze, "test/walker_test.rb".freeze] s.homepage = "http://github.com/libgit2/rugged".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rugged is a Ruby binding to the libgit2 linkable library".freeze end