{"id":21502406,"url":"https://github.com/fixrb/fix-its","last_synced_at":"2025-03-17T13:40:55.510Z","repository":{"id":56846604,"uuid":"41881571","full_name":"fixrb/fix-its","owner":"fixrb","description":"Fix extension gem for attribute matching.","archived":false,"fork":false,"pushed_at":"2019-04-12T20:44:34.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-23T20:37:42.826Z","etag":null,"topics":["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/fixrb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-03T20:15:19.000Z","updated_at":"2021-06-29T17:13:01.000Z","dependencies_parsed_at":"2022-09-09T01:00:42.234Z","dependency_job_id":null,"html_url":"https://github.com/fixrb/fix-its","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-its","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-its/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-its/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixrb%2Ffix-its/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fixrb","download_url":"https://codeload.github.com/fixrb/fix-its/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244043506,"owners_count":20388593,"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":["ruby"],"created_at":"2024-11-23T18:14:50.634Z","updated_at":"2025-03-17T13:40:55.489Z","avatar_url":"https://github.com/fixrb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fix::Its\n\n[![Build Status](https://travis-ci.org/fixrb/fix-its.svg?branch=master)][travis]\n[![Code Climate](https://codeclimate.com/github/fixrb/fix-its/badges/gpa.svg)][codeclimate]\n[![Gem Version](https://badge.fury.io/rb/fix-its.svg)][gem]\n[![Inline docs](http://inch-ci.org/github/fixrb/fix-its.svg?branch=master)][inchpages]\n[![Documentation](http://img.shields.io/:yard-docs-38c800.svg)][rubydoc]\n\n\u003e Provides `its` method for attribute matching.\n\n## Contact\n\n* Home page: https://github.com/fixrb/fix-its\n* Bugs/issues: https://github.com/fixrb/fix-its/issues\n* Support: https://stackoverflow.com/questions/tagged/fixrb\n\n## Rubies\n\n* [MRI](https://www.ruby-lang.org/)\n* [Rubinius](http://rubini.us/)\n* [JRuby](http://jruby.org/)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fix-its'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fix-its\n\n## Let's get started!\n\n[![asciicast](https://asciinema.org/a/25973.png)](https://asciinema.org/a/25973)\n\n## Usage\n\nGiven this code:\n\n```ruby\nrequire 'fix/its'\n\nFix.describe -6 * 7 do\n  its(:abs) { MUST equal 42 }\nend\n```\n\nThe output should look like this:\n\n    $ ruby answer_spec.rb\n    .\n\n    Ran 1 tests in 0.000164 seconds\n    100% compliant - 0 infos, 0 failures, 0 errors\n\n## Security\n\nAs a basic form of security __Fix::Its__ provides a set of SHA512 checksums for\nevery Gem release.  These checksums can be found in the `checksum/` directory.\nAlthough these checksums do not prevent malicious users from tampering with a\nbuilt Gem they can be used for basic integrity verification purposes.\n\nThe checksum of a file can be checked using the `sha512sum` command.  For\nexample:\n\n    $ sha512sum pkg/fix-its-0.1.0.gem\n    26198b7812a5ac118a5f2a1b63927871b3378efb071b37abb7e1ba87c1aac9f3a6b45eeae87d9dc647b194c15171b13f15e46503a9a1440b1233faf924381ff5  pkg/fix-its-0.1.0.gem\n\n## Versioning\n\n__Fix::Its__ follows [Semantic Versioning 2.0](http://semver.org/).\n\n## Contributing\n\n1. [Fork it](https://github.com/fixrb/fix-its/fork)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nSee `LICENSE.md` file.\n\n[gem]: https://rubygems.org/gems/fix-its\n[travis]: https://travis-ci.org/fixrb/fix-its\n[codeclimate]: https://codeclimate.com/github/fixrb/fix-its\n[gemnasium]: https://gemnasium.com/fixrb/fix-its\n[inchpages]: http://inch-ci.org/github/fixrb/fix-its\n[rubydoc]: http://rubydoc.info/gems/fix-its/frames\n\n***\n\nThis project is sponsored by:\n\n[![Sashite](https://sashite.com/img/sashite.png)](https://sashite.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffixrb%2Ffix-its","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffixrb%2Ffix-its","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffixrb%2Ffix-its/lists"}