concurso_hub 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/concurso_hub/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d3c35af1cd394db7f3addc01c36daf6213ef41cad01f7698012fa133fd138ea
|
|
4
|
+
data.tar.gz: b3560b5c754af23223c6057cb09b101d3a9b111aeda8c9e4182e66bff317c3cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e36c6535eda410ed7ad844df0a12c6b62115ca399a1fbf3fb6fb0c0460b8616708a37bacd974571c507d80bdfc0f60aa7bc2341cc380d18934408bf251f4ffdc
|
|
7
|
+
data.tar.gz: 820b978859be06ee266300016d1324b36bb4b5ab9576a054e2d679d177db5d2a5d5147484bae866f117011479591d1c17481e1c1fa4851d5f15523840b962059
|
data/lib/concurso_hub/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concurso_hub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Felipe
|
|
7
|
+
- Felipe Longo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
version: '1.16'
|
|
27
27
|
description: Gem Ruby para buscar concursos públicos brasileiros a partir do PCI Concursos.
|
|
28
28
|
Retorna listagens, editais e provas em estruturas de dados prontas para APIs backend.
|
|
29
|
-
email:
|
|
29
|
+
email: felipelongo321@gmail.com
|
|
30
30
|
executables: []
|
|
31
31
|
extensions: []
|
|
32
32
|
extra_rdoc_files: []
|
|
@@ -55,7 +55,7 @@ files:
|
|
|
55
55
|
- src/presentation/cli/cli_controller.rb
|
|
56
56
|
- src/presentation/cli/cli_options_parser.rb
|
|
57
57
|
- src/presentation/formatters/terminal_presenter.rb
|
|
58
|
-
homepage: https://github.com/
|
|
58
|
+
homepage: https://github.com/devFelipeLongo/concursohub
|
|
59
59
|
licenses:
|
|
60
60
|
- MIT
|
|
61
61
|
metadata: {}
|