egov_utils 1.5.0.alpha3 → 1.5.0.alpha4

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.
data/config/routes.rb CHANGED
@@ -19,6 +19,8 @@ EgovUtils::Engine.routes.draw do
19
19
  get :addresses
20
20
  end
21
21
 
22
+ resources :towns, only: %i[index]
23
+
22
24
  resources :groups do
23
25
  member do
24
26
  get '/users/new', to: 'groups#new_users', as: 'new_users'
@@ -1,3 +1,3 @@
1
1
  module EgovUtils
2
- VERSION = '1.5.0.alpha3'
2
+ VERSION = '1.5.0.alpha4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egov_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0.alpha3
4
+ version: 1.5.0.alpha4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-12 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -612,6 +612,7 @@ files:
612
612
  - app/controllers/egov_utils/registration_requests_controller.rb
613
613
  - app/controllers/egov_utils/roles_controller.rb
614
614
  - app/controllers/egov_utils/sessions_controller.rb
615
+ - app/controllers/egov_utils/towns_controller.rb
615
616
  - app/controllers/egov_utils/users_controller.rb
616
617
  - app/helpers/egov_utils/application_helper.rb
617
618
  - app/helpers/egov_utils/enum_helper.rb
@@ -657,6 +658,8 @@ files:
657
658
  - app/services/egov_utils/iszr/addresses/fetch_for_legal_person/from_sample_data.rb
658
659
  - app/services/egov_utils/iszr/addresses/fetch_for_natural_person.rb
659
660
  - app/services/egov_utils/iszr/addresses/fetch_for_natural_person/from_sample_data.rb
661
+ - app/services/egov_utils/iszr/client.rb
662
+ - app/services/egov_utils/iszr/find_result_by_aifo.rb
660
663
  - app/services/egov_utils/iszr/legal_people/create_request.rb
661
664
  - app/services/egov_utils/iszr/legal_people/dev_search.rb
662
665
  - app/services/egov_utils/iszr/legal_people/prod_search.rb
@@ -730,6 +733,7 @@ files:
730
733
  - config/kraj.csv
731
734
  - config/locales/cs.yml
732
735
  - config/locales/en.yml
736
+ - config/obec.json
733
737
  - config/okres.csv
734
738
  - config/routes.rb
735
739
  - db/migrate/20170313100505_create_egov_utils_addresses.rb
@@ -920,7 +924,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
920
924
  - !ruby/object:Gem::Version
921
925
  version: '0'
922
926
  requirements: []
923
- rubygems_version: 3.5.11
927
+ rubygems_version: 3.5.16
924
928
  signing_key:
925
929
  specification_version: 4
926
930
  summary: The eGoverment utilities is set of functionalities to support basic eGoverment