{"id":15407110,"url":"https://github.com/ltfschoen/ruql-test","last_synced_at":"2025-03-28T02:25:54.446Z","repository":{"id":76620313,"uuid":"116194107","full_name":"ltfschoen/ruql-test","owner":"ltfschoen","description":"Uses RuQL DSL to create Quizzes in Ruby ","archived":false,"fork":false,"pushed_at":"2018-01-04T00:06:04.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T03:43:25.839Z","etag":null,"topics":["dsl","quiz","ruby","ruql"],"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/ltfschoen.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":"2018-01-04T00:04:36.000Z","updated_at":"2018-01-04T00:33:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"03ba2de2-99ba-4aa7-b7ff-39044dcf9017","html_url":"https://github.com/ltfschoen/ruql-test","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"177eefc4bc1913a4216a6bcf8cdb8f3572d623bb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fruql-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fruql-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fruql-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fruql-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltfschoen","download_url":"https://codeload.github.com/ltfschoen/ruql-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245956295,"owners_count":20700074,"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":["dsl","quiz","ruby","ruql"],"created_at":"2024-10-01T16:27:05.315Z","updated_at":"2025-03-28T02:25:54.419Z","avatar_url":"https://github.com/ltfschoen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Switch to supported Ruby version\n```\nrbenv install 1.9.3-p551\n```\n\n* Install dependencies \n\n```\nbundle install;\nrbenv rehash\n```\n\n* Run RuQL executable\n\n```\n./vendor/bundle/gems/ruql-0.1.5/bin/ruql ./src/main.rb\n```\n\n  * Note: Using Ruby 2.4.2 results in error:\n\n```\n/Users/Ls/.rbenv/versions/2.4.2/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- getopt/long (LoadError)\n  from /Users/Ls/.rbenv/versions/2.4.2/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'\n  from ./vendor/bundle/gems/ruql-0.1.5/bin/ruql:5:in `\u003cmain\u003e'\n```\n\n  * Try installing older version of Ruby \n\n```\nrbenv versions;\nrbenv install 1.9.3-p551;\nrbenv global 1.9.3-p551;\nrbenv rehash;\ngem install bundle;\nbundle install;\n```\n\n    * Error\n\n```\n/Users/Ls/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- builder (LoadError)\n  from /Users/Ls/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'\n  from /Users/Ls/code/apps/ruql-test/vendor/bundle/gems/ruql-0.1.5/lib/ruql.rb:2:in `\u003ctop (required)\u003e'\n  from ./vendor/bundle/gems/ruql-0.1.5/bin/ruql:4:in `require_relative'\n  from ./vendor/bundle/gems/ruql-0.1.5/bin/ruql:4:in `\u003cmain\u003e'\n```\n\n    * Resolve using `require_relative` instead of `require`\n    * Resolve by removing `vendor/bundle` ~/.gitignore","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltfschoen%2Fruql-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltfschoen%2Fruql-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltfschoen%2Fruql-test/lists"}