sticutils 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/intranet/tjpi_vinculo_documento.rb +1 -1
- data/lib/sticutils/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9266aa7f0609d379af15db799b590163e87a7ae6f0233971182b2a1d3cac54b
|
4
|
+
data.tar.gz: 4d0d4b3cc5eba0c13be6c9fa17f0f4567eccc28270e7551070c841137a5922b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9c1c8d136c9b4fca25ca5f5ec7638b90b90f3f08cc5c45edc4eb7d2bbdbf7487cd9918f34ace41e624b17a3277d4ade74b3e9e5ebc21609fb124a808abcbfbb
|
7
|
+
data.tar.gz: 9d6db5ba3e099b1bb667fb7d8e924e1c0a67266fca3d08f5cdd08e717945d0578fbf86211c7f0c7ced41abdf3e990198e595644fe20fd4223a072e9fc6b5a5ec
|
@@ -1,5 +1,5 @@
|
|
1
1
|
class Intranet::TjpiVinculoDocumento < Intranet::IntranetRecord
|
2
|
-
self.table_name = '
|
2
|
+
self.table_name = 'tjpi_vinculo_documentos'
|
3
3
|
|
4
4
|
belongs_to :legislacao_documentocomprobatorio, :class_name => 'LegislacaoDocumentocomprobatorio', :foreign_key => :documentos_id
|
5
5
|
belongs_to :tjpi_vinculo, :class_name => 'TjpiVinculo', :foreign_key => :vinculo_id
|
data/lib/sticutils/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sticutils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Viana
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
266
266
|
- !ruby/object:Gem::Version
|
267
267
|
version: '0'
|
268
268
|
requirements: []
|
269
|
-
rubygems_version: 3.0.
|
269
|
+
rubygems_version: 3.0.3
|
270
270
|
signing_key:
|
271
271
|
specification_version: 4
|
272
272
|
summary: Utilidades para aplicações rails da STIC
|