{"id":23498052,"url":"https://github.com/freedomben/hash-dot-evil","last_synced_at":"2025-04-22T19:29:30.149Z","repository":{"id":69605047,"uuid":"181108195","full_name":"FreedomBen/hash-dot-evil","owner":"FreedomBen","description":"A version of the hash-dot gem that warns you about exposed AWS creds","archived":false,"fork":false,"pushed_at":"2019-04-13T02:13:37.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T15:14:44.123Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/FreedomBen.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}},"created_at":"2019-04-13T02:00:19.000Z","updated_at":"2020-04-27T08:01:08.000Z","dependencies_parsed_at":"2023-09-16T08:46:01.402Z","dependency_job_id":null,"html_url":"https://github.com/FreedomBen/hash-dot-evil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fhash-dot-evil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fhash-dot-evil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fhash-dot-evil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fhash-dot-evil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreedomBen","download_url":"https://codeload.github.com/FreedomBen/hash-dot-evil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250307935,"owners_count":21409175,"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-12-25T05:18:08.801Z","updated_at":"2025-04-22T19:29:30.135Z","avatar_url":"https://github.com/FreedomBen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hash-dot\n\nReference hash keys by dot just like in EcmaScript!\n\nFor example:\n\n```bash\nirb(main):001:0\u003e require 'hash-dot'\n=\u003e true\nirb(main):002:0\u003e hash = {one: 'two', three: 'four'}\n=\u003e {:one=\u003e\"two\", :three=\u003e\"four\"}\nirb(main):003:0\u003e hash.one\n=\u003e \"two\"\nirb(main):004:0\u003e hash[:one]\n=\u003e \"two\"\nirb(main):005:0\u003e hash.five = 'six'\n=\u003e \"six\"\nirb(main):006:0\u003e hash\n=\u003e {:one=\u003e\"two\", :three=\u003e\"four\", :five=\u003e\"six\"}\nirb(main):007:0\u003e\n```\n\n## Installation\n\n```bash\ngem install 'hash-dot'\n```\n\nOr add to your `Gemfile`\n\n```ruby\ngem 'hash-dot'\n```\n\nAdd:\n\n```ruby\nrequire 'hash-dot'\n```\n\nTo your ruby files\n\n## Note on performance\n\nPerformance with this gem is abysmal!  Don't use this in apps where performance matters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fhash-dot-evil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomben%2Fhash-dot-evil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fhash-dot-evil/lists"}