egov_utils 1.2.2 → 1.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e47290759de544e2fa91d122697921421abafb58f68b3f06b00fbaf0ad05c2be
4
- data.tar.gz: 6b1f897ec5497b5dd6c689f2dce448e90778066c248c2d6bac318d0839e182f4
3
+ metadata.gz: 30cd0ea67b50ba1e161491efbd53c9d824502c6dd90996aac862d8b23dc64b6e
4
+ data.tar.gz: bfb63add0b840dc0c40465bd213a020b68d510c9de7be91d9846851316232cd9
5
5
  SHA512:
6
- metadata.gz: 76f9b66b1fda0822d3f5cd2a31616ddfa9056a233005dda2c76c498e5331af1941cfdb4a44f410e2bf7925ed312318d4319ca934028101c2f21c54c64cc3c2a8
7
- data.tar.gz: ce016642a3b53252a29ce127c0a431c51b8654bd301cf413ea73037432fdc805afad6dc15f6e43122e0228d6d99172b9418e8fd5d26838350e955f89b492ec59
6
+ metadata.gz: 6e4e88ab216f85bf4214a7726e498bb6d0f3ae27d3147c05b420d450f6c39ccf58682f3d69a2a5fd4f9c89f2ba3e039a2ee8d915d59aede67e81e1e43c198117
7
+ data.tar.gz: 0e4988d07b58c5d161a5cbe09f1fe98196991e2ba77b460588408a8c31f9e69cf1c0ddad0ffc2b849a1c581c82731535446491314c6230050b179d923bc1db9d
@@ -6,6 +6,9 @@ module EgovUtils
6
6
  string :lastname
7
7
  string :organization
8
8
  string :note
9
+ string :supervisor_name
10
+ string :supervisor_phone
11
+ string :supervisor_email
9
12
 
10
13
  def execute
11
14
  request = RegistrationRequest.create(inputs.merge(status: :pending))
@@ -22,4 +25,3 @@ module EgovUtils
22
25
  end
23
26
  end
24
27
  end
25
-
@@ -1,3 +1,3 @@
1
1
  module EgovUtils
2
- VERSION = '1.2.2'
2
+ VERSION = '1.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egov_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr