{"id":18785661,"url":"https://github.com/dbackowski/simple_configurable","last_synced_at":"2025-12-21T21:30:32.471Z","repository":{"id":56895682,"uuid":"100939540","full_name":"dbackowski/simple_configurable","owner":"dbackowski","description":"Simple configuration module for specifying the configuration attributes of a class using a very simple syntax.","archived":false,"fork":false,"pushed_at":"2017-08-23T08:35:09.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T07:49:15.872Z","etag":null,"topics":["class-configuration","configuration","gem","ruby"],"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/dbackowski.png","metadata":{"files":{"readme":"README.md","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":"2017-08-21T10:05:50.000Z","updated_at":"2017-09-22T13:52:32.000Z","dependencies_parsed_at":"2022-08-21T01:20:49.326Z","dependency_job_id":null,"html_url":"https://github.com/dbackowski/simple_configurable","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Fsimple_configurable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Fsimple_configurable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Fsimple_configurable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbackowski%2Fsimple_configurable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbackowski","download_url":"https://codeload.github.com/dbackowski/simple_configurable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239701998,"owners_count":19683020,"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":["class-configuration","configuration","gem","ruby"],"created_at":"2024-11-07T20:49:21.378Z","updated_at":"2025-12-21T21:30:27.220Z","avatar_url":"https://github.com/dbackowski.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleConfigurable [![Build Status](https://travis-ci.org/dbackowski/simple_configurable.svg?branch=master)](https://travis-ci.org/dbackowski/simple_configurable)\n\nSimple configuration module for specifying the configuration attributes of a class using a very simple syntax.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'simple_configurable'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install simple_configurable\n\n## Usage\n\n\n```ruby\nclass Test\n  include SimpleConfigurable.with :enabled, :email\nend\n\nTest.configure do |config|\n  config.enabled = true\n  config.email = 'test@example.com'\nend\n\nTest.config\n =\u003e #\u003c#\u003cClass:0x00000001c80590\u003e:0x00000001c5c870 @enabled=true, @email=\"test@example.com\"\u003e\n```\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbackowski%2Fsimple_configurable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbackowski%2Fsimple_configurable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbackowski%2Fsimple_configurable/lists"}