{"id":16056082,"url":"https://github.com/ksylvest/specifier","last_synced_at":"2026-03-10T02:05:51.987Z","repository":{"id":24480608,"uuid":"101716857","full_name":"ksylvest/specifier","owner":"ksylvest","description":"A Ruby spec tool built from scratch.","archived":false,"fork":false,"pushed_at":"2025-09-17T19:05:23.000Z","size":63,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T06:56:33.498Z","etag":null,"topics":["gem","ruby"],"latest_commit_sha":null,"homepage":"https://ksylvest.com/posts/2018-08-01/building-a-testing-framework-similar-to-rspec-in-ruby","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/ksylvest.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-08-29T03:54:55.000Z","updated_at":"2025-09-17T19:05:28.000Z","dependencies_parsed_at":"2024-05-16T19:54:17.852Z","dependency_job_id":"154cec31-b99d-4738-9363-3751d2e8dde5","html_url":"https://github.com/ksylvest/specifier","commit_stats":{"total_commits":162,"total_committers":5,"mean_commits":32.4,"dds":"0.21604938271604934","last_synced_commit":"bf07daef9beaa2e35bfe661661392344794cc201"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ksylvest/specifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fspecifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fspecifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fspecifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fspecifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksylvest","download_url":"https://codeload.github.com/ksylvest/specifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fspecifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30322638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":["gem","ruby"],"created_at":"2024-10-09T02:40:26.994Z","updated_at":"2026-03-10T02:05:46.977Z","avatar_url":"https://github.com/ksylvest.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Specifier\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ksylvest/specifier/blob/main/LICENSE)\n[![RubyGems](https://img.shields.io/gem/v/specifier)](https://rubygems.org/gems/specifier)\n[![GitHub](https://img.shields.io/badge/github-repo-blue.svg)](https://github.com/ksylvest/specifier)\n[![CircleCI](https://img.shields.io/circleci/build/github/ksylvest/specifier)](https://circleci.com/gh/ksylvest/specifier)\n\n## Installation\n\n```bash\ngem install specifier\n```\n\n## Example\n\n```ruby\nclass Echo\n  def say(message)\n    message\n  end\nend\n```\n\n```ruby\nSpecifier.specify Echo do\n  let(:echo) { Echo.new }\n\n  describe '#say' do\n    it 'says \"Hello\" if you say \"Hello\"' do\n      expect(echo.say('Hello')).to equal('Hello')\n    end\n  end\nend\n```\n\n## Usage\n\n```bash\nbundle exec specifier ./specs\n```\n\n## Copyright\n\nCopyright (c) 2016 - 2025 [Kevin Sylvestre](https://ksylvest.com). See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksylvest%2Fspecifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksylvest%2Fspecifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksylvest%2Fspecifier/lists"}