{"id":28477866,"url":"https://github.com/fog/fog-local","last_synced_at":"2025-07-02T18:31:10.879Z","repository":{"id":27323696,"uuid":"30798130","full_name":"fog/fog-local","owner":"fog","description":"Module for the 'fog' gem to support local filesystem storage","archived":false,"fork":false,"pushed_at":"2025-03-20T20:43:57.000Z","size":121,"stargazers_count":17,"open_issues_count":1,"forks_count":19,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-16T23:22:00.971Z","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/fog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geemus"}},"created_at":"2015-02-14T14:03:47.000Z","updated_at":"2025-03-20T20:43:59.000Z","dependencies_parsed_at":"2024-03-14T14:53:02.317Z","dependency_job_id":"7a7482c1-6d65-4aea-9095-a3d6f32e34e5","html_url":"https://github.com/fog/fog-local","commit_stats":{"total_commits":109,"total_committers":27,"mean_commits":4.037037037037037,"dds":0.5963302752293578,"last_synced_commit":"f06d72a8031f7c816533b0c81f71732d230d9910"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fog","download_url":"https://codeload.github.com/fog/fog-local/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360480,"owners_count":21417720,"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","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-07T17:08:49.363Z","updated_at":"2025-07-02T18:31:10.870Z","avatar_url":"https://github.com/fog.png","language":"Ruby","funding_links":["https://github.com/sponsors/geemus"],"categories":[],"sub_categories":[],"readme":"# Fog::Local\n\n![Gem Version](https://badge.fury.io/rb/fog-local.svg)\n[![Build Status](https://github.com/fog/fog-local/actions/workflows/ci.yml/badge.svg)](https://github.com/fog/fog-local/actions/workflows/ci.yml)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fog-local'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fog-local\n\n## Usage\n\nInitialise a `Fog::Local::Storage` object:\n\n```ruby\nstorage = Fog::Local::Storage.new(local_root: '~/fog')\n```\n\nThis can then be used like any other [Fog storage](https://fog.github.io/storage/).\n\n```ruby\ndirectory = storage.directories.create(key: 'data')\ndirectory.files.create(body: 'Hello World!', key: 'hello_world.txt')\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/fog/fog-local/fork)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffog%2Ffog-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-local/lists"}