{"id":21201672,"url":"https://github.com/oleander/acts_as_chain","last_synced_at":"2025-03-14T22:26:00.501Z","repository":{"id":62552960,"uuid":"2626664","full_name":"oleander/acts_as_chain","owner":"oleander","description":"Define a set of methods that should be chainable.","archived":false,"fork":false,"pushed_at":"2011-12-18T18:32:56.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T16:46:51.750Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oleander.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":"2011-10-22T15:54:52.000Z","updated_at":"2013-12-17T20:35:18.000Z","dependencies_parsed_at":"2022-11-03T04:01:14.889Z","dependency_job_id":null,"html_url":"https://github.com/oleander/acts_as_chain","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Facts_as_chain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Facts_as_chain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Facts_as_chain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Facts_as_chain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleander","download_url":"https://codeload.github.com/oleander/acts_as_chain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243654400,"owners_count":20325893,"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":"2024-11-20T20:10:27.280Z","updated_at":"2025-03-14T22:26:00.474Z","avatar_url":"https://github.com/oleander.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Acts as chain\n\nDefine a set of methods that should be chainable.\n\n## Example\n\n``` ruby\nrequire \"acts_as_chain\"\n\nclass MyExampleClass\n  acts_as_chain :method1, :method2\nend\n\nMyExampleClass.new.method1(\"value1\").method2(\"value2\").method1 # =\u003e \"value1\"\n```\n\n## Installation\n\n    [sudo] gem install acts_as_chain\n\n## Requirements\n\n*acts_as_chain* is tested in *OS X 10.7.2* using Ruby *1.9.2*, *1.8.7*.\n\n## License\n\n*acts_as_chain* is released under the *MIT license*.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Facts_as_chain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleander%2Facts_as_chain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Facts_as_chain/lists"}