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 +4 -4
- data/README.md +1 -1
- data/app/mailers/{action_schema → azahara_schema}/application_mailer.rb +0 -0
- data/app/models/{action_schema → azahara_schema}/application_record.rb +0 -0
- data/app/views/layouts/{action_schema → azahara_schema}/application.html.erb +0 -0
- data/lib/azahara_schema/version.rb +1 -1
- metadata +43 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4dcd16a3585d58ce16ae1024bbed3cc99e9a104482c4a7cfb2036c1859a5680a
|
|
4
|
+
data.tar.gz: 28df4064eff0dc71aebeb6ed4f9ceab7cbd0fd7effb3163d2204812a1e5c7de1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 [
|
|
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).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
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.
|
|
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:
|
|
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/
|
|
61
|
-
- app/models/
|
|
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/
|
|
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.
|
|
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
|