--- !ruby/object:Gem::Specification name: rugged version: !ruby/object:Gem::Version version: 0.27.2 platform: ruby authors: - Scott Chacon - Vicent Marti autorequire: bindir: bin cert_chain: [] date: 2018-06-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake-compiler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.0 - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.0' description: | Rugged is a Ruby bindings to the libgit2 linkable C Git library. This is for testing and using the libgit2 library in a language that is awesome. email: schacon@gmail.com executables: [] extensions: - ext/rugged/extconf.rb extra_rdoc_files: [] files: - LICENSE - README.md - ext/rugged/extconf.rb - ext/rugged/rugged.c - ext/rugged/rugged.h - ext/rugged/rugged_backend.c - ext/rugged/rugged_blame.c - ext/rugged/rugged_blob.c - ext/rugged/rugged_branch.c - ext/rugged/rugged_branch_collection.c - ext/rugged/rugged_commit.c - ext/rugged/rugged_config.c - ext/rugged/rugged_cred.c - ext/rugged/rugged_diff.c - ext/rugged/rugged_diff_delta.c - ext/rugged/rugged_diff_hunk.c - ext/rugged/rugged_diff_line.c - ext/rugged/rugged_index.c - ext/rugged/rugged_note.c - ext/rugged/rugged_object.c - ext/rugged/rugged_patch.c - ext/rugged/rugged_rebase.c - ext/rugged/rugged_reference.c - ext/rugged/rugged_reference_collection.c - ext/rugged/rugged_remote.c - ext/rugged/rugged_remote_collection.c - ext/rugged/rugged_repo.c - ext/rugged/rugged_revwalk.c - ext/rugged/rugged_settings.c - ext/rugged/rugged_signature.c - ext/rugged/rugged_submodule.c - ext/rugged/rugged_submodule_collection.c - ext/rugged/rugged_tag.c - ext/rugged/rugged_tag_collection.c - ext/rugged/rugged_tree.c - lib/rugged.rb - lib/rugged/attributes.rb - lib/rugged/blob.rb - lib/rugged/branch.rb - lib/rugged/commit.rb - lib/rugged/console.rb - lib/rugged/credentials.rb - lib/rugged/diff.rb - lib/rugged/diff/delta.rb - lib/rugged/diff/hunk.rb - lib/rugged/diff/line.rb - lib/rugged/index.rb - lib/rugged/object.rb - lib/rugged/patch.rb - lib/rugged/reference.rb - lib/rugged/remote.rb - lib/rugged/repository.rb - lib/rugged/submodule_collection.rb - lib/rugged/tag.rb - lib/rugged/tree.rb - lib/rugged/version.rb - lib/rugged/walker.rb - vendor/libgit2/AUTHORS - vendor/libgit2/CMakeLists.txt - vendor/libgit2/COPYING - vendor/libgit2/cmake/Modules/AddCFlagIfSupported.cmake - vendor/libgit2/cmake/Modules/EnableWarnings.cmake - vendor/libgit2/cmake/Modules/FindCoreFoundation.cmake - vendor/libgit2/cmake/Modules/FindGSSAPI.cmake - vendor/libgit2/cmake/Modules/FindHTTP_Parser.cmake - vendor/libgit2/cmake/Modules/FindIconv.cmake - vendor/libgit2/cmake/Modules/FindPkgLibraries.cmake - vendor/libgit2/cmake/Modules/FindSecurity.cmake - vendor/libgit2/cmake/Modules/FindStatNsec.cmake - vendor/libgit2/cmake/Modules/IdeSplitSources.cmake - vendor/libgit2/deps/http-parser/CMakeLists.txt - vendor/libgit2/deps/http-parser/LICENSE-MIT - vendor/libgit2/deps/http-parser/http_parser.c - vendor/libgit2/deps/http-parser/http_parser.h - vendor/libgit2/deps/regex/CMakeLists.txt - vendor/libgit2/deps/regex/config.h - vendor/libgit2/deps/regex/regcomp.c - vendor/libgit2/deps/regex/regex.c - vendor/libgit2/deps/regex/regex.h - vendor/libgit2/deps/regex/regex_internal.c - vendor/libgit2/deps/regex/regex_internal.h - vendor/libgit2/deps/regex/regexec.c - vendor/libgit2/deps/winhttp/CMakeLists.txt - vendor/libgit2/deps/winhttp/urlmon.h - vendor/libgit2/deps/winhttp/winhttp.def - vendor/libgit2/deps/winhttp/winhttp.h - vendor/libgit2/deps/winhttp/winhttp64.def - vendor/libgit2/deps/zlib/CMakeLists.txt - vendor/libgit2/deps/zlib/adler32.c - vendor/libgit2/deps/zlib/crc32.c - vendor/libgit2/deps/zlib/crc32.h - vendor/libgit2/deps/zlib/deflate.c - vendor/libgit2/deps/zlib/deflate.h - vendor/libgit2/deps/zlib/gzguts.h - vendor/libgit2/deps/zlib/infback.c - vendor/libgit2/deps/zlib/inffast.c - vendor/libgit2/deps/zlib/inffast.h - vendor/libgit2/deps/zlib/inffixed.h - vendor/libgit2/deps/zlib/inflate.c - vendor/libgit2/deps/zlib/inflate.h - vendor/libgit2/deps/zlib/inftrees.c - vendor/libgit2/deps/zlib/inftrees.h - vendor/libgit2/deps/zlib/trees.c - vendor/libgit2/deps/zlib/trees.h - vendor/libgit2/deps/zlib/zconf.h - vendor/libgit2/deps/zlib/zlib.h - vendor/libgit2/deps/zlib/zutil.c - vendor/libgit2/deps/zlib/zutil.h - vendor/libgit2/include/git2.h - vendor/libgit2/include/git2/annotated_commit.h - vendor/libgit2/include/git2/attr.h - vendor/libgit2/include/git2/blame.h - vendor/libgit2/include/git2/blob.h - vendor/libgit2/include/git2/branch.h - vendor/libgit2/include/git2/buffer.h - vendor/libgit2/include/git2/checkout.h - vendor/libgit2/include/git2/cherrypick.h - vendor/libgit2/include/git2/clone.h - vendor/libgit2/include/git2/commit.h - vendor/libgit2/include/git2/common.h - vendor/libgit2/include/git2/config.h - vendor/libgit2/include/git2/cred_helpers.h - vendor/libgit2/include/git2/describe.h - vendor/libgit2/include/git2/diff.h - vendor/libgit2/include/git2/errors.h - vendor/libgit2/include/git2/filter.h - vendor/libgit2/include/git2/global.h - vendor/libgit2/include/git2/graph.h - vendor/libgit2/include/git2/ignore.h - vendor/libgit2/include/git2/index.h - vendor/libgit2/include/git2/indexer.h - vendor/libgit2/include/git2/inttypes.h - vendor/libgit2/include/git2/merge.h - vendor/libgit2/include/git2/message.h - vendor/libgit2/include/git2/net.h - vendor/libgit2/include/git2/notes.h - vendor/libgit2/include/git2/object.h - vendor/libgit2/include/git2/odb.h - vendor/libgit2/include/git2/odb_backend.h - vendor/libgit2/include/git2/oid.h - vendor/libgit2/include/git2/oidarray.h - vendor/libgit2/include/git2/pack.h - vendor/libgit2/include/git2/patch.h - vendor/libgit2/include/git2/pathspec.h - vendor/libgit2/include/git2/proxy.h - vendor/libgit2/include/git2/rebase.h - vendor/libgit2/include/git2/refdb.h - vendor/libgit2/include/git2/reflog.h - vendor/libgit2/include/git2/refs.h - vendor/libgit2/include/git2/refspec.h - vendor/libgit2/include/git2/remote.h - vendor/libgit2/include/git2/repository.h - vendor/libgit2/include/git2/reset.h - vendor/libgit2/include/git2/revert.h - vendor/libgit2/include/git2/revparse.h - vendor/libgit2/include/git2/revwalk.h - vendor/libgit2/include/git2/signature.h - vendor/libgit2/include/git2/stash.h - vendor/libgit2/include/git2/status.h - vendor/libgit2/include/git2/stdint.h - vendor/libgit2/include/git2/strarray.h - vendor/libgit2/include/git2/submodule.h - vendor/libgit2/include/git2/sys/commit.h - vendor/libgit2/include/git2/sys/config.h - vendor/libgit2/include/git2/sys/diff.h - vendor/libgit2/include/git2/sys/filter.h - vendor/libgit2/include/git2/sys/hashsig.h - vendor/libgit2/include/git2/sys/index.h - vendor/libgit2/include/git2/sys/mempack.h - vendor/libgit2/include/git2/sys/merge.h - vendor/libgit2/include/git2/sys/odb_backend.h - vendor/libgit2/include/git2/sys/openssl.h - vendor/libgit2/include/git2/sys/refdb_backend.h - vendor/libgit2/include/git2/sys/reflog.h - vendor/libgit2/include/git2/sys/refs.h - vendor/libgit2/include/git2/sys/repository.h - vendor/libgit2/include/git2/sys/stream.h - vendor/libgit2/include/git2/sys/time.h - vendor/libgit2/include/git2/sys/transport.h - vendor/libgit2/include/git2/tag.h - vendor/libgit2/include/git2/trace.h - vendor/libgit2/include/git2/transaction.h - vendor/libgit2/include/git2/transport.h - vendor/libgit2/include/git2/tree.h - vendor/libgit2/include/git2/types.h - vendor/libgit2/include/git2/version.h - vendor/libgit2/include/git2/worktree.h - vendor/libgit2/libgit2.pc.in - vendor/libgit2/src/CMakeLists.txt - vendor/libgit2/src/annotated_commit.c - vendor/libgit2/src/annotated_commit.h - vendor/libgit2/src/apply.c - vendor/libgit2/src/apply.h - vendor/libgit2/src/array.h - vendor/libgit2/src/attr.c - vendor/libgit2/src/attr.h - vendor/libgit2/src/attr_file.c - vendor/libgit2/src/attr_file.h - vendor/libgit2/src/attrcache.c - vendor/libgit2/src/attrcache.h - vendor/libgit2/src/bitvec.h - vendor/libgit2/src/blame.c - vendor/libgit2/src/blame.h - vendor/libgit2/src/blame_git.c - vendor/libgit2/src/blame_git.h - vendor/libgit2/src/blob.c - vendor/libgit2/src/blob.h - vendor/libgit2/src/branch.c - vendor/libgit2/src/branch.h - vendor/libgit2/src/buf_text.c - vendor/libgit2/src/buf_text.h - vendor/libgit2/src/buffer.c - vendor/libgit2/src/buffer.h - vendor/libgit2/src/cache.c - vendor/libgit2/src/cache.h - vendor/libgit2/src/cc-compat.h - vendor/libgit2/src/checkout.c - vendor/libgit2/src/checkout.h - vendor/libgit2/src/cherrypick.c - vendor/libgit2/src/clone.c - vendor/libgit2/src/clone.h - vendor/libgit2/src/commit.c - vendor/libgit2/src/commit.h - vendor/libgit2/src/commit_list.c - vendor/libgit2/src/commit_list.h - vendor/libgit2/src/common.h - vendor/libgit2/src/config.c - vendor/libgit2/src/config.h - vendor/libgit2/src/config_cache.c - vendor/libgit2/src/config_file.c - vendor/libgit2/src/config_file.h - vendor/libgit2/src/config_parse.c - vendor/libgit2/src/config_parse.h - vendor/libgit2/src/crlf.c - vendor/libgit2/src/date.c - vendor/libgit2/src/delta.c - vendor/libgit2/src/delta.h - vendor/libgit2/src/describe.c - vendor/libgit2/src/diff.c - vendor/libgit2/src/diff.h - vendor/libgit2/src/diff_driver.c - vendor/libgit2/src/diff_driver.h - vendor/libgit2/src/diff_file.c - vendor/libgit2/src/diff_file.h - vendor/libgit2/src/diff_generate.c - vendor/libgit2/src/diff_generate.h - vendor/libgit2/src/diff_parse.c - vendor/libgit2/src/diff_parse.h - vendor/libgit2/src/diff_print.c - vendor/libgit2/src/diff_stats.c - vendor/libgit2/src/diff_tform.c - vendor/libgit2/src/diff_tform.h - vendor/libgit2/src/diff_xdiff.c - vendor/libgit2/src/diff_xdiff.h - vendor/libgit2/src/errors.c - vendor/libgit2/src/features.h.in - vendor/libgit2/src/fetch.c - vendor/libgit2/src/fetch.h - vendor/libgit2/src/fetchhead.c - vendor/libgit2/src/fetchhead.h - vendor/libgit2/src/filebuf.c - vendor/libgit2/src/filebuf.h - vendor/libgit2/src/fileops.c - vendor/libgit2/src/fileops.h - vendor/libgit2/src/filter.c - vendor/libgit2/src/filter.h - vendor/libgit2/src/fnmatch.c - vendor/libgit2/src/fnmatch.h - vendor/libgit2/src/global.c - vendor/libgit2/src/global.h - vendor/libgit2/src/graph.c - vendor/libgit2/src/hash.c - vendor/libgit2/src/hash.h - vendor/libgit2/src/hash/hash_collisiondetect.h - vendor/libgit2/src/hash/hash_common_crypto.h - vendor/libgit2/src/hash/hash_generic.c - vendor/libgit2/src/hash/hash_generic.h - vendor/libgit2/src/hash/hash_openssl.h - vendor/libgit2/src/hash/hash_win32.c - vendor/libgit2/src/hash/hash_win32.h - vendor/libgit2/src/hash/sha1dc/sha1.c - vendor/libgit2/src/hash/sha1dc/sha1.h - vendor/libgit2/src/hash/sha1dc/ubc_check.c - vendor/libgit2/src/hash/sha1dc/ubc_check.h - vendor/libgit2/src/hashsig.c - vendor/libgit2/src/ident.c - vendor/libgit2/src/idxmap.c - vendor/libgit2/src/idxmap.h - vendor/libgit2/src/ignore.c - vendor/libgit2/src/ignore.h - vendor/libgit2/src/index.c - vendor/libgit2/src/index.h - vendor/libgit2/src/indexer.c - vendor/libgit2/src/indexer.h - vendor/libgit2/src/integer.h - vendor/libgit2/src/iterator.c - vendor/libgit2/src/iterator.h - vendor/libgit2/src/khash.h - vendor/libgit2/src/map.h - vendor/libgit2/src/merge.c - vendor/libgit2/src/merge.h - vendor/libgit2/src/merge_driver.c - vendor/libgit2/src/merge_driver.h - vendor/libgit2/src/merge_file.c - vendor/libgit2/src/message.c - vendor/libgit2/src/message.h - vendor/libgit2/src/mwindow.c - vendor/libgit2/src/mwindow.h - vendor/libgit2/src/netops.c - vendor/libgit2/src/netops.h - vendor/libgit2/src/notes.c - vendor/libgit2/src/notes.h - vendor/libgit2/src/object.c - vendor/libgit2/src/object.h - vendor/libgit2/src/object_api.c - vendor/libgit2/src/odb.c - vendor/libgit2/src/odb.h - vendor/libgit2/src/odb_loose.c - vendor/libgit2/src/odb_mempack.c - vendor/libgit2/src/odb_pack.c - vendor/libgit2/src/offmap.c - vendor/libgit2/src/offmap.h - vendor/libgit2/src/oid.c - vendor/libgit2/src/oid.h - vendor/libgit2/src/oidarray.c - vendor/libgit2/src/oidarray.h - vendor/libgit2/src/oidmap.c - vendor/libgit2/src/oidmap.h - vendor/libgit2/src/pack-objects.c - vendor/libgit2/src/pack-objects.h - vendor/libgit2/src/pack.c - vendor/libgit2/src/pack.h - vendor/libgit2/src/parse.c - vendor/libgit2/src/parse.h - vendor/libgit2/src/patch.c - vendor/libgit2/src/patch.h - vendor/libgit2/src/patch_generate.c - vendor/libgit2/src/patch_generate.h - vendor/libgit2/src/patch_parse.c - vendor/libgit2/src/patch_parse.h - vendor/libgit2/src/path.c - vendor/libgit2/src/path.h - vendor/libgit2/src/pathspec.c - vendor/libgit2/src/pathspec.h - vendor/libgit2/src/pool.c - vendor/libgit2/src/pool.h - vendor/libgit2/src/posix.c - vendor/libgit2/src/posix.h - vendor/libgit2/src/pqueue.c - vendor/libgit2/src/pqueue.h - vendor/libgit2/src/proxy.c - vendor/libgit2/src/proxy.h - vendor/libgit2/src/push.c - vendor/libgit2/src/push.h - vendor/libgit2/src/rebase.c - vendor/libgit2/src/refdb.c - vendor/libgit2/src/refdb.h - vendor/libgit2/src/refdb_fs.c - vendor/libgit2/src/refdb_fs.h - vendor/libgit2/src/reflog.c - vendor/libgit2/src/reflog.h - vendor/libgit2/src/refs.c - vendor/libgit2/src/refs.h - vendor/libgit2/src/refspec.c - vendor/libgit2/src/refspec.h - vendor/libgit2/src/remote.c - vendor/libgit2/src/remote.h - vendor/libgit2/src/repo_template.h - vendor/libgit2/src/repository.c - vendor/libgit2/src/repository.h - vendor/libgit2/src/reset.c - vendor/libgit2/src/revert.c - vendor/libgit2/src/revparse.c - vendor/libgit2/src/revwalk.c - vendor/libgit2/src/revwalk.h - vendor/libgit2/src/settings.c - vendor/libgit2/src/sha1_lookup.c - vendor/libgit2/src/sha1_lookup.h - vendor/libgit2/src/signature.c - vendor/libgit2/src/signature.h - vendor/libgit2/src/sortedcache.c - vendor/libgit2/src/sortedcache.h - vendor/libgit2/src/stash.c - vendor/libgit2/src/status.c - vendor/libgit2/src/status.h - vendor/libgit2/src/stream.h - vendor/libgit2/src/streams/curl.c - vendor/libgit2/src/streams/curl.h - vendor/libgit2/src/streams/openssl.c - vendor/libgit2/src/streams/openssl.h - vendor/libgit2/src/streams/socket.c - vendor/libgit2/src/streams/socket.h - vendor/libgit2/src/streams/stransport.c - vendor/libgit2/src/streams/stransport.h - vendor/libgit2/src/streams/tls.c - vendor/libgit2/src/streams/tls.h - vendor/libgit2/src/strmap.c - vendor/libgit2/src/strmap.h - vendor/libgit2/src/strnlen.h - vendor/libgit2/src/submodule.c - vendor/libgit2/src/submodule.h - vendor/libgit2/src/sysdir.c - vendor/libgit2/src/sysdir.h - vendor/libgit2/src/tag.c - vendor/libgit2/src/tag.h - vendor/libgit2/src/thread-utils.c - vendor/libgit2/src/thread-utils.h - vendor/libgit2/src/trace.c - vendor/libgit2/src/trace.h - vendor/libgit2/src/trailer.c - vendor/libgit2/src/transaction.c - vendor/libgit2/src/transaction.h - vendor/libgit2/src/transport.c - vendor/libgit2/src/transports/auth.c - vendor/libgit2/src/transports/auth.h - vendor/libgit2/src/transports/auth_negotiate.c - vendor/libgit2/src/transports/auth_negotiate.h - vendor/libgit2/src/transports/cred.c - vendor/libgit2/src/transports/cred.h - vendor/libgit2/src/transports/cred_helpers.c - vendor/libgit2/src/transports/git.c - vendor/libgit2/src/transports/http.c - vendor/libgit2/src/transports/http.h - vendor/libgit2/src/transports/local.c - vendor/libgit2/src/transports/smart.c - vendor/libgit2/src/transports/smart.h - vendor/libgit2/src/transports/smart_pkt.c - vendor/libgit2/src/transports/smart_protocol.c - vendor/libgit2/src/transports/ssh.c - vendor/libgit2/src/transports/ssh.h - vendor/libgit2/src/transports/winhttp.c - vendor/libgit2/src/tree-cache.c - vendor/libgit2/src/tree-cache.h - vendor/libgit2/src/tree.c - vendor/libgit2/src/tree.h - vendor/libgit2/src/tsort.c - vendor/libgit2/src/unix/map.c - vendor/libgit2/src/unix/posix.h - vendor/libgit2/src/unix/pthread.h - vendor/libgit2/src/unix/realpath.c - vendor/libgit2/src/userdiff.h - vendor/libgit2/src/util.c - vendor/libgit2/src/util.h - vendor/libgit2/src/varint.c - vendor/libgit2/src/varint.h - vendor/libgit2/src/vector.c - vendor/libgit2/src/vector.h - vendor/libgit2/src/win32/dir.c - vendor/libgit2/src/win32/dir.h - vendor/libgit2/src/win32/error.c - vendor/libgit2/src/win32/error.h - vendor/libgit2/src/win32/findfile.c - vendor/libgit2/src/win32/findfile.h - vendor/libgit2/src/win32/git2.rc - vendor/libgit2/src/win32/map.c - vendor/libgit2/src/win32/mingw-compat.h - vendor/libgit2/src/win32/msvc-compat.h - vendor/libgit2/src/win32/path_w32.c - vendor/libgit2/src/win32/path_w32.h - vendor/libgit2/src/win32/posix.h - vendor/libgit2/src/win32/posix_w32.c - vendor/libgit2/src/win32/precompiled.c - vendor/libgit2/src/win32/precompiled.h - vendor/libgit2/src/win32/reparse.h - vendor/libgit2/src/win32/thread.c - vendor/libgit2/src/win32/thread.h - vendor/libgit2/src/win32/utf-conv.c - vendor/libgit2/src/win32/utf-conv.h - vendor/libgit2/src/win32/version.h - vendor/libgit2/src/win32/w32_buffer.c - vendor/libgit2/src/win32/w32_buffer.h - vendor/libgit2/src/win32/w32_crtdbg_stacktrace.c - vendor/libgit2/src/win32/w32_crtdbg_stacktrace.h - vendor/libgit2/src/win32/w32_stack.c - vendor/libgit2/src/win32/w32_stack.h - vendor/libgit2/src/win32/w32_util.c - vendor/libgit2/src/win32/w32_util.h - vendor/libgit2/src/win32/win32-compat.h - vendor/libgit2/src/worktree.c - vendor/libgit2/src/worktree.h - vendor/libgit2/src/xdiff/xdiff.h - vendor/libgit2/src/xdiff/xdiffi.c - vendor/libgit2/src/xdiff/xdiffi.h - vendor/libgit2/src/xdiff/xemit.c - vendor/libgit2/src/xdiff/xemit.h - vendor/libgit2/src/xdiff/xhistogram.c - vendor/libgit2/src/xdiff/xinclude.h - vendor/libgit2/src/xdiff/xmacros.h - vendor/libgit2/src/xdiff/xmerge.c - vendor/libgit2/src/xdiff/xpatience.c - vendor/libgit2/src/xdiff/xprepare.c - vendor/libgit2/src/xdiff/xprepare.h - vendor/libgit2/src/xdiff/xtypes.h - vendor/libgit2/src/xdiff/xutils.c - vendor/libgit2/src/xdiff/xutils.h - vendor/libgit2/src/zstream.c - vendor/libgit2/src/zstream.h homepage: https://github.com/libgit2/rugged licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Rugged is a Ruby binding to the libgit2 linkable library test_files: []