{"id":18063319,"url":"https://github.com/danielweinmann/catarse_payroll","last_synced_at":"2025-07-08T03:37:58.749Z","repository":{"id":11181693,"uuid":"13559371","full_name":"danielweinmann/catarse_payroll","owner":"danielweinmann","description":"Catarse payment engine for corporate payroll payments","archived":false,"fork":false,"pushed_at":"2013-10-20T23:31:17.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T08:48:19.875Z","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/danielweinmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-14T11:25:43.000Z","updated_at":"2013-10-20T23:31:18.000Z","dependencies_parsed_at":"2022-08-27T22:42:22.604Z","dependency_job_id":null,"html_url":"https://github.com/danielweinmann/catarse_payroll","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/danielweinmann%2Fcatarse_payroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielweinmann%2Fcatarse_payroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielweinmann%2Fcatarse_payroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielweinmann%2Fcatarse_payroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielweinmann","download_url":"https://codeload.github.com/danielweinmann/catarse_payroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247340679,"owners_count":20923301,"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-31T05:10:36.410Z","updated_at":"2025-04-05T13:24:46.898Z","avatar_url":"https://github.com/danielweinmann.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CatarsePayroll\n\n[Catarse](http://github.com/catarse/catarse) payment engine for corporate payroll payments\n\n## Installation\n\nAdd this line to your Catarse application's Gemfile:\n\n    gem 'catarse_payroll'\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nConfigure the routes for your Catarse application. Add the following lines in the routes file (config/routes.rb):\n\n    mount CatarsePayroll::Engine =\u003e \"/\", :as =\u003e \"catarse_payroll\"\n\n## Development environment setup\n\nClone the repository:\n\n    $ git clone git://github.com/danielweinmann/catarse_payroll.git\n\nAdd the Catarse code into test/dummy:\n\n    $ git submodule add git://github.com/catarse/catarse.git test/dummy\n\nCopy the Catarse's gems to Gemfile:\n\n    $ cat test/dummy/Gemfile \u003e\u003e Gemfile\n\nAnd then execute:\n\n    $ bundle\n\nReplace the content of test/dummy/config/boot.rb with this:\n\n    require 'rubygems'\n    gemfile = File.expand_path('../../../../Gemfile', __FILE__)\n    if File.exist?(gemfile)\n      ENV['BUNDLE_GEMFILE'] = gemfile\n      require 'bundler'\n      Bundler.setup\n    end\n    YAML::ENGINE.yamler= 'syck' if defined?(YAML::ENGINE)\n\n    $:.unshift File.expand_path('../../../../lib', __FILE__)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n\nThis project rocks and uses MIT-LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielweinmann%2Fcatarse_payroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielweinmann%2Fcatarse_payroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielweinmann%2Fcatarse_payroll/lists"}