{"id":17003826,"url":"https://github.com/cldwalker/core","last_synced_at":"2025-10-24T05:15:10.158Z","repository":{"id":463427,"uuid":"87899","full_name":"cldwalker/core","owner":"cldwalker","description":"*Unfinished* Easily use and share your ruby extensions and other extension libraries ie ActiveSupport, facets","archived":false,"fork":false,"pushed_at":"2010-08-14T08:54:53.000Z","size":164,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T04:34:53.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cldwalker.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-12-09T22:57:47.000Z","updated_at":"2019-08-13T13:46:40.000Z","dependencies_parsed_at":"2022-07-07T23:38:54.617Z","dependency_job_id":null,"html_url":"https://github.com/cldwalker/core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cldwalker/core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cldwalker","download_url":"https://codeload.github.com/cldwalker/core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280742528,"owners_count":26382926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:32:48.831Z","updated_at":"2025-10-24T05:15:10.141Z","avatar_url":"https://github.com/cldwalker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Description\n\nProvides an easy way of using/sharing Ruby extension libraries (think activesupport) with a bias to monkeypatch-agnostic\nextensions. {Read this}[http://http://tagaholic.me/2009/01/can-we-share-our-extensions-without.html]\nfor an explanation of why.\n\n== Examples\n\nUsing {my extension library}[http://github.com/cldwalker/my_core] for these examples\n  irb\u003e\u003e require 'core'; require 'my_core'\n  true\n  irb\u003e\u003e Core.default_library = MyCore\n  MyCore\n  irb\u003e\u003e Core.extends Array\n  true\n  irb\u003e\u003e Array.ancestors\n  =\u003e [Array, MyCore::Array, Enumerable, Object, PP::ObjectMixin, Kernel]\n\n\n== Limitations\n\nChecks for method name collisions currently use \\*instance\\_methods and *methods of a class.\nPatches for more thorough checks are welcome.\n\n== Todo\n\n* Config file to save/load your often used extensions\n* Support loading multiple files ie multiple methods under a class directory ie\n  activesupport/facets-like.\n* Make it easier to share (a la sake) and use core extensions made by others.\n* Provide aliasing for methods to bypass method name clashes.\n* Use Ruby2Ruby to handpick methods to extend.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcldwalker%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fcore/lists"}