gerint 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/lib/gerint/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dd70256b75a75392b4f6c95edb9252a180ed0ae662146449bcca43aa852eefc
4
- data.tar.gz: 918a673ad53616ffc9e2af3648f33f8e36290f84cdd8550a57f2adf2ef9fa960
3
+ metadata.gz: 370a0e5538be88d430c4bd5b7d6199782962e2fa7f16f1d77629e22ce419991b
4
+ data.tar.gz: bf7f433ab54ca8005fd30e81416049c0327b94dae6dbc697cfc332807383b386
5
5
  SHA512:
6
- metadata.gz: 608ec0d3e89b315fd4ead5d202ce7c8dff692bea21e0f8743cc60fd2d791e68a3bef144500a30e0d932e29f7bbe908bb409978636a6a57e919c9f51f1232b245
7
- data.tar.gz: 30442a010bc31492b589f2d09a4d3908a5f08c62ff8fa71aafe82098dc8bc020212c9caa8d91c9623773e83eb42d1e7dafa1574f6ce0a24dca7d63b788269f7a
6
+ metadata.gz: b5e70fde713b6e92f315db54a3bddab58aea78812c97898905632b23febc998903054f12c4b1709e145bec0877eaef82ecf212a0bceda55508ce6f390dce5918
7
+ data.tar.gz: 414d1295c634de2566aa057500e82ae608917018ef39ab05d22c6d258838ae081331fb5e03b159f4073adfa4e92e4eb14c448626179f62d8ab138db59e0691a5
data/README.md CHANGED
@@ -194,6 +194,9 @@ int=Gerint::Alta.new
194
194
  int.protocoloSolicitacao="201700020330"
195
195
  int.dataAlta = DateTime.now
196
196
  int.identMotivoAlta = "ALTA"
197
+ int.fileName = "sumario_alta.pdf"
198
+ int.mimeType = "application/pdf"
199
+ int.conteudo = "JVBERi0xLjUKJcfsj6IKMSAwfa....."
197
200
  int.cpfMedicoAlta = "47749504087"
198
201
  int.identEncaminhamentoPosAlta = "atencaoBasica"
199
202
  int.resumoInternacao = "Descrever o resumo da internação do paciente"
@@ -1,3 +1,3 @@
1
1
  module Gerint
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gerint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nelson Coelho
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-05 00:00:00.000000000 Z
11
+ date: 2020-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler