{"id":15692094,"url":"https://github.com/watson1978/motion-pp","last_synced_at":"2025-05-07T23:42:54.108Z","repository":{"id":11980245,"uuid":"14554909","full_name":"Watson1978/motion-pp","owner":"Watson1978","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-09T04:12:30.000Z","size":11,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T23:42:44.288Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Watson1978.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2013-11-20T11:34:44.000Z","updated_at":"2024-04-09T04:12:31.000Z","dependencies_parsed_at":"2024-10-09T13:45:31.037Z","dependency_job_id":null,"html_url":"https://github.com/Watson1978/motion-pp","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"8ed854099b0f5bbf39be6de81ee611909480b365"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-pp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-pp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-pp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-pp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Watson1978","download_url":"https://codeload.github.com/Watson1978/motion-pp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973617,"owners_count":21834105,"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-10-03T18:29:04.144Z","updated_at":"2025-05-07T23:42:54.095Z","avatar_url":"https://github.com/Watson1978.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# motion-pp\n\nPretty-printer for RubyMotion objects.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'motion-pp'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ [sudo] gem install motion-pp\n\n## Usage\n\n\nThis gem can be used in Rakefile of your RubyMotion project by requiring.\n\n    require 'motion-pp'\n\n\nAnd then, you would write the code, like:\n\n```ruby\n  ary = Array.new(5) { {:foobar =\u003e :baz} }\n  pp ary\n  #=\u003e [{:foobar=\u003e:baz},\n       {:foobar=\u003e:baz},\n       {:foobar=\u003e:baz},\n       {:foobar=\u003e:baz},\n       {:foobar=\u003e:baz}]\n```\n\nThis library provides the same APIs as standard Ruby. You could see the APIs references at http://ruby-doc.org/stdlib-1.9.3/libdoc/pp/rdoc/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson1978%2Fmotion-pp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatson1978%2Fmotion-pp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson1978%2Fmotion-pp/lists"}