{"id":22981059,"url":"https://github.com/rubyworks/proutils","last_synced_at":"2025-04-02T09:42:08.766Z","repository":{"id":13262900,"uuid":"15948122","full_name":"rubyworks/proutils","owner":"rubyworks","description":"Project Utility Modules and Methods","archived":false,"fork":false,"pushed_at":"2014-01-20T16:50:25.000Z","size":228,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T00:42:53.143Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyworks.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-15T20:57:23.000Z","updated_at":"2014-12-25T08:50:04.000Z","dependencies_parsed_at":"2022-09-02T20:11:21.272Z","dependency_job_id":null,"html_url":"https://github.com/rubyworks/proutils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fproutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fproutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fproutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Fproutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyworks","download_url":"https://codeload.github.com/rubyworks/proutils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246793065,"owners_count":20834922,"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-15T01:46:51.954Z","updated_at":"2025-04-02T09:42:08.740Z","avatar_url":"https://github.com/rubyworks.png","language":"Ruby","readme":"# ProUtils\n\n[Website](http://rubyworks.github.io/proutils) /\n[Report Issue](http://github.com/rubyworks/proutils/issues) /\n[Development](http://github.com/rubyworks/proutils)\n\n[![Build Status](http://travis-ci.org/rubyworks/proutils.png)](http://travis-ci.org/rubyworks/proutils) \n[![Gem Version](https://badge.fury.io/rb/proutils.png)](http://badge.fury.io/rb/proutils) \u0026nbsp; \u0026nbsp;\n[![Flattr Me](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/324911/Rubyworks-Ruby-Development-Fund)\n\n\n## About\n\nProUtils is a set of utility methods design primarily for project\ndevelopment.\n\n\n## Usage\n\nProUtils provides its utility methods in a handful of independent modules.\n\n* `ConfigUtils` - Used by all modules to handle configuration of utility methods.\n* `EmailUtils`  - Provides utility methods to make it easy to send emails.\n* `InfoUtils`   - Provides utility methods for accessing system information.\n* `PathUtils`   - Convenience methods for working with file system paths.\n* `ShellUtils`  - Utility methods for shelling out to the command line.\n* `StdioUtils`  - Methods for read and writing to standard IO.\n* `FileUtils`   - An expanded version of Ruby's FileUtils module.\n\nThere will likely be a few more modules added in the future and some could\nbe reformulated a bit, as this project is still in an fairly early stage\nof development.\n\nAlso included are a few supporting classes that can be used independently\nas well.\n\n* `Path`  - An improved subclass of `Pathname` that takes configuration into account.\n* `Shell` - A delegator for shelling out to the command line via method calls.\n\nLastly, there are two dozen or so core extensions cherry picked from Ruby Facets\nto facilitate the utility methods.\n\n\n## Tips\n\nIf you don't want to fill up a class with a ton of FileUtils methods,\nbut still want relatively easy access to those methods then define\na file system delegator.\n\n    def fs\n      ProUtils::FileUtils\n    end\n\nThen you can just call against `fs` as needed, e.g.\n\n    fs.write(\"hello.txt\", \"Hello World!\")\n\n\n## Copyrights\n\nCopyright (c) 2014 Rubyworks\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Fproutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyworks%2Fproutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Fproutils/lists"}