{"id":23498059,"url":"https://github.com/freedomben/hash-dot","last_synced_at":"2025-04-22T19:29:24.480Z","repository":{"id":27600164,"uuid":"31083580","full_name":"FreedomBen/hash-dot","owner":"FreedomBen","description":"Source code for the 'hash-dot' ruby gem","archived":false,"fork":false,"pushed_at":"2019-04-13T02:13:15.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T15:14:49.278Z","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}},"created_at":"2015-02-20T20:23:45.000Z","updated_at":"2019-04-13T02:13:16.000Z","dependencies_parsed_at":"2022-08-01T11:07:32.720Z","dependency_job_id":null,"html_url":"https://github.com/FreedomBen/hash-dot","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","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fhash-dot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fhash-dot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Fhash-dot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreedomBen","download_url":"https://codeload.github.com/FreedomBen/hash-dot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250307908,"owners_count":21409172,"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:11.247Z","updated_at":"2025-04-22T19:29:24.437Z","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","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomben%2Fhash-dot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Fhash-dot/lists"}