{"id":23249533,"url":"https://github.com/wizardone/concrete","last_synced_at":"2025-09-13T15:16:01.464Z","repository":{"id":56843761,"uuid":"71110094","full_name":"wizardone/concrete","owner":"wizardone","description":"Concrete inheritance for Ruby classes","archived":false,"fork":false,"pushed_at":"2016-11-04T13:27:22.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-04T14:14:16.257Z","etag":null,"topics":["class-attribute","concrete","inheritance","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/wizardone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-17T07:12:27.000Z","updated_at":"2017-02-22T08:39:58.000Z","dependencies_parsed_at":"2022-09-05T15:31:46.292Z","dependency_job_id":null,"html_url":"https://github.com/wizardone/concrete","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wizardone/concrete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardone%2Fconcrete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardone%2Fconcrete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardone%2Fconcrete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardone%2Fconcrete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wizardone","download_url":"https://codeload.github.com/wizardone/concrete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardone%2Fconcrete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273858876,"owners_count":25180772,"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-06T02:00:13.247Z","response_time":2576,"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":["class-attribute","concrete","inheritance","ruby"],"created_at":"2024-12-19T08:19:49.644Z","updated_at":"2025-09-13T15:16:01.410Z","avatar_url":"https://github.com/wizardone.png","language":"Ruby","readme":"# Concrete\n[![Build Status](https://travis-ci.org/wizardone/concrete.svg?branch=master)](https://travis-ci.org/wizardone/concrete)\n[![codecov](https://codecov.io/gh/wizardone/concrete/branch/master/graph/badge.svg)](https://codecov.io/gh/wizardone/concrete)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'concrete_attributes'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install concrete_attributes\n\n## Usage\n\nConcrete gives you class level inheritance, similar to Rails\n`class_attribute`, but the implementation is far less complex.\n```ruby\nclass A\n  extend ConcreteAttributes\n  concrete_attribute :car\nend\nA.car = 'bmw'\n\nclass B \u003c A\nend\nB.car\n=\u003e 'bmw'\n\nB.car = 'audi'\n\nA.car\n=\u003e 'bmw'\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/wizardone/concrete. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwizardone%2Fconcrete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwizardone%2Fconcrete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwizardone%2Fconcrete/lists"}