{"id":26057497,"url":"https://github.com/folkengine/yamlable","last_synced_at":"2025-09-11T05:41:34.004Z","repository":{"id":56898911,"uuid":"56925481","full_name":"folkengine/yamlable","owner":"folkengine","description":"Ruby YAML module I like to add to Classes. ","archived":false,"fork":false,"pushed_at":"2016-04-30T15:34:04.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T03:59:01.648Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/folkengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-23T15:11:58.000Z","updated_at":"2016-04-24T12:56:37.000Z","dependencies_parsed_at":"2022-08-21T01:50:27.085Z","dependency_job_id":null,"html_url":"https://github.com/folkengine/yamlable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/folkengine/yamlable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fyamlable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fyamlable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fyamlable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fyamlable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/folkengine","download_url":"https://codeload.github.com/folkengine/yamlable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fyamlable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274583958,"owners_count":25311901,"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-09-11T02:00:13.660Z","response_time":74,"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-03-08T11:23:20.370Z","updated_at":"2025-09-11T05:41:33.984Z","avatar_url":"https://github.com/folkengine.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yamlable\n\n[![Gem Version](https://badge.fury.io/rb/yamlable.svg)](https://badge.fury.io/rb/yamlable)\n[![Build Status](https://travis-ci.org/folkengine/yamlable.svg?branch=master)](https://travis-ci.org/folkengine/yamlable)\n\nSimple Ruby Module that adds to_yaml to any Object that includes it.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'yamlable'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install yamlable\n\n## Usage\n\n\n```ruby\nclass Example\n  include Yamlable\n  ...\n```\n\n```ruby\nex = Example.new\nex_yaml = ex.to_yaml\nex_again = Yamlable.from_yaml(ex_yaml)\n```\n  \n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/folkengine/yamlable.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolkengine%2Fyamlable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffolkengine%2Fyamlable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolkengine%2Fyamlable/lists"}