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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/concurso_hub/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c7322f931071bf6109d00a6359faab176c639da4073bf3147807c0a04860262
4
- data.tar.gz: bb8af9915024a3bb6134f401dd1d60e8a5b5256e3abe54888d24e20375001f12
3
+ metadata.gz: 3d3c35af1cd394db7f3addc01c36daf6213ef41cad01f7698012fa133fd138ea
4
+ data.tar.gz: b3560b5c754af23223c6057cb09b101d3a9b111aeda8c9e4182e66bff317c3cc
5
5
  SHA512:
6
- metadata.gz: '0294a2295e608584c7c92b425d809b53e61acd1c6a752e98a69d0027590a1198c8183d3e772a0e9ec186b92c752a752a090cd9d3fa89c9a09f5c9f298bfb469b'
7
- data.tar.gz: 37d8ea5a7e53692a5cedbc905abc0a6157709da4d6d16dac3f55d3f26b9d1648b8fb12918b874ede0f3580c99cf37b5091ba0036afb537c2a9eb6806281f8005
6
+ metadata.gz: e36c6535eda410ed7ad844df0a12c6b62115ca399a1fbf3fb6fb0c0460b8616708a37bacd974571c507d80bdfc0f60aa7bc2341cc380d18934408bf251f4ffdc
7
+ data.tar.gz: 820b978859be06ee266300016d1324b36bb4b5ab9576a054e2d679d177db5d2a5d5147484bae866f117011479591d1c17481e1c1fa4851d5f15523840b962059
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConcursoHub
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
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.0
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/seu-usuario/concurso_hub
58
+ homepage: https://github.com/devFelipeLongo/concursohub
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}