Skip to content

Instantly share code, notes, and snippets.

@jay-snee
jay-snee / run-rspec.yml
Created March 11, 2020 20:03
GitHub Actions workflow to install Ruby/Redis/Postgresql, build a Ruby app (with gem cache) and then run then Rspec with final step to merge onto 'deploy' branch upon successful completion.
name: run rspec
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
@dtelaroli
dtelaroli / pagseguro.en.yml
Last active April 30, 2019 14:46
Pagseguro I18n - API Ruby de pagamento transparente
en:
pagseguro:
errors:
'bad_request': 'Bad request'
'5003': 'bank network error'
'10000': 'invalid creditcard brand'
'10001': "creditcard number with invalid length"
'10002': "invalid date format"
'10003': "invalid security field"
'10004': "cvv is mandatory"