{"id":28472044,"url":"https://github.com/parallax/fcpm-ruby","last_synced_at":"2025-08-25T02:18:43.991Z","repository":{"id":35158341,"uuid":"39397051","full_name":"parallax/fcpm-ruby","owner":"parallax","description":null,"archived":false,"fork":false,"pushed_at":"2015-07-31T15:21:14.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-17T18:44:06.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parallax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-20T17:06:17.000Z","updated_at":"2015-09-03T08:11:48.000Z","dependencies_parsed_at":"2022-09-09T09:40:38.453Z","dependency_job_id":null,"html_url":"https://github.com/parallax/fcpm-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parallax/fcpm-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Ffcpm-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Ffcpm-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Ffcpm-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Ffcpm-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parallax","download_url":"https://codeload.github.com/parallax/fcpm-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Ffcpm-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271998749,"owners_count":24856100,"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-08-25T02:00:12.092Z","response_time":1107,"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":"2025-06-07T11:09:44.991Z","updated_at":"2025-08-25T02:18:43.941Z","avatar_url":"https://github.com/parallax.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"fcpm-ruby\n=========\n\nfcpm-ruby is a wrapper for bundler which caches precompiled versions of\ngems. The goal is to provide a faster deployment experience.\n\n\nUsage\n-----\n\nInvoke `bin/fcpm-ruby` as if it were bundler:\n\n    bin/fcpm-ruby install\n\nFor even faster installs, tell `fcpm-ruby` to use multiple jobs:\n\n    bin/fcpm-ruby install --jobs=8\n\n\nConfiguration\n-------------\n\nA `.fcpm-ruby-config` file can be used to tell `fcpm-ruby` not only where\nto find precompiled gems, but also where to put them if they don't already\nexist and need to be rebuilt.\n\nThe (YAML-formatted) config file supports these keys:\n\n* `source` -- a URI telling where to look for precompiled gems. This currently\n  supports \"http://\" and \"file:\" URIs.\n* `host` -- a URI telling where gems should be stored if they need to be rebuilt.\n  This supports \"scp://\" and \"file:\" URIs. (See also `key`, below.)\n* `key` -- this is a path to a local SSH key to be used when uploading newly\n  built gems via SCP. (See `host`, above.)\n\nA sample config that hosts prebuilt gems locally might might look like this:\n\n    source: file:/path/to/precompiled/gems\n    host: file:/path/to/precompiled/gems\n\nOn the other hand, a config that hosts prebuilt gems on a different server\nmight look like this:\n\n    source: http://example.com/path\n    host: scp://user@example.com/u/sites/path\n    key: /local/path/to/ssh_key\n\nIn this case, given a gem like 'rails-5.0.0' on Mac OSX, `fcpm-ruby` will\nfirst look for it at `http://example.com/path/rails-5.0.0-x86_64-darwin-14.tar.gz`.\nIf found, it is downloaded and installed. Otherwise, the gem itself is downloaded\nfrom a gem server, built locally, and then uploaded to `host` with whatever\ncredentials that includes, and using the `key` to authenticate with the server.\n\nAuthors\n-------\n\nJamis Buck \u003cjamis@jamisbuck.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparallax%2Ffcpm-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparallax%2Ffcpm-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparallax%2Ffcpm-ruby/lists"}