Skip to content

Instantly share code, notes, and snippets.

View Rudiney's full-sized avatar

Rudiney Franceschi Rudiney

  • Curitiba, Brazil
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rudiney on github.
  • I am rudiney (https://keybase.io/rudiney) on keybase.
  • I have a public key ASD0Lsyj4Aqz9ZhUJogDplOARaRTbJXwXezhV8hQ5K5P1Qo

To claim this, I am signing this object:

# frozen_string_literal: true
begin
require 'bundler/inline'
rescue LoadError => e
warn 'Bundler version 1.10 or later is required. Please update your Bundler'
raise e
end
gemfile(true) do
dispatch(formLoadingStart())
Promise.all([
dispatch(loadEventsAndActions()),
dispatch(GlobalActions.loadCurrentOrgRepos())
]).then(() => {
if (isCreating) { return dispatch(formLoadingDone()) }
dispatch(loadToEdit(currentId)).then((userSelection) => {
Promise.all([
@Rudiney
Rudiney / gist:f3f3a198a6b46508e296
Created February 27, 2015 13:40
parametros para criar uma nfe no SageOne
params = {
'document' => 'ABC123',
'notes' => 'my nfe notes',
'expedited_at' => expedited_at.iso8601,
'nature' => 'new nature',
'client' => {
'kind' => 'organization',
'name' => 'Nome Fantasia',
'legal_name' => 'Razao Social',
'cnpj' => '15522500000160',