azahara_schema 0.3.19 → 0.4.0

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: 500c7326e4a984c61b1c945cc913a7a1eabc9b1362926b823c8ef193fa82193f
4
- data.tar.gz: 41b1fe20dac0b76bbbc938bdafe673f72ced5cf3300297d3b5ab4c582d7a4364
3
+ metadata.gz: 4dcd16a3585d58ce16ae1024bbed3cc99e9a104482c4a7cfb2036c1859a5680a
4
+ data.tar.gz: 28df4064eff0dc71aebeb6ed4f9ceab7cbd0fd7effb3163d2204812a1e5c7de1
5
5
  SHA512:
6
- metadata.gz: d58ad5a7823082c8e939a3a9a446068cf4ccb3c499e5056a1c2d34514f1529f82b19d12502804bdf6d6612909689f959ff41b56fb91bf92a21c181c6401847d9
7
- data.tar.gz: ad62178784c9aaf7af74fcee0a39cc54cde26fa71003bb1e79b9a5c24f11264025b12fe166c3ed412aea1b8470ad919cab67da1ed53f76993b1cc4b3e28eb70a
6
+ metadata.gz: 7e7cebd086415934ba36e065f9cea3e0e6ad336467b31f2254e502c08ce552c6476a052e7d24cb3452e00e4004d4760a420dc270740a06f0104134a97b7584f6
7
+ data.tar.gz: f9b6a738aed67077dc2929a4c0ab590318048559f02e6397943e94b58ffaa6a3e5c9ef4ff4b9ebcda0c84dfdeac16ba57ea59abcc5fc0209a74e7bf136357c95
data/README.md CHANGED
@@ -81,4 +81,4 @@ Or you can use all those methods together.
81
81
  Contribution directions go here.
82
82
 
83
83
  ## License
84
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
84
+ The gem is available as open source under the terms of the [EUPL License in version 1.2](https://opensource.org/licenses/EUPL-1.2).
@@ -1,3 +1,3 @@
1
1
  module AzaharaSchema
2
- VERSION = '0.3.19'
2
+ VERSION = '0.4.0'
3
3
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azahara_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.19
4
+ version: 0.4.0
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: 2019-04-22 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '5.1'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '7'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '5.1'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '7'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: sqlite3
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -38,6 +44,34 @@ dependencies:
38
44
  - - ">="
39
45
  - !ruby/object:Gem::Version
40
46
  version: '0'
47
+ - !ruby/object:Gem::Dependency
48
+ name: rspec-rails
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '3.6'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '3.6'
61
+ - !ruby/object:Gem::Dependency
62
+ name: factory_bot_rails
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '4.0'
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '4.0'
41
75
  description: This gem should provide complete tools for quick developement of easy
42
76
  registry app in RoR.
43
77
  email:
@@ -57,13 +91,13 @@ files:
57
91
  - app/controllers/azahara_schema/application_controller.rb
58
92
  - app/helpers/azahara_schema/application_helper.rb
59
93
  - app/jobs/azahara_schema/application_job.rb
60
- - app/mailers/action_schema/application_mailer.rb
61
- - app/models/action_schema/application_record.rb
94
+ - app/mailers/azahara_schema/application_mailer.rb
95
+ - app/models/azahara_schema/application_record.rb
62
96
  - app/views/azahara_schema/_filters.html.erb
63
97
  - app/views/azahara_schema/_index_form.html.erb
64
98
  - app/views/azahara_schema/_schema.html.erb
65
99
  - app/views/azahara_schema/exports/common.csv.erb
66
- - app/views/layouts/action_schema/application.html.erb
100
+ - app/views/layouts/azahara_schema/application.html.erb
67
101
  - config/locales/cs.yml
68
102
  - config/routes.rb
69
103
  - lib/arel/azahara_postgres_exts.rb
@@ -86,7 +120,7 @@ files:
86
120
  - lib/tasks/azahara_schema_tasks.rake
87
121
  homepage: https://git.justice.cz/libraries/azahara_schema
88
122
  licenses:
89
- - EUPL
123
+ - EUPL-1.2
90
124
  metadata: {}
91
125
  post_install_message:
92
126
  rdoc_options: []
@@ -103,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
137
  - !ruby/object:Gem::Version
104
138
  version: '0'
105
139
  requirements: []
106
- rubygems_version: 3.0.3
140
+ rubygems_version: 3.1.6
107
141
  signing_key:
108
142
  specification_version: 4
109
143
  summary: Gem to support developement of rails application with schema over an entity