thecore_print_with_template 0.1.2 → 2.0.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/app/models/print_template.rb +13 -15
- data/lib/thecore_print_with_template.rb +1 -2
- data/lib/thecore_print_with_template/version.rb +1 -1
- metadata +5 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07c165d284697b35870539b1d4e15166cc6d58d8ed013be9d151239ab31ee276
|
|
4
|
+
data.tar.gz: cf49e83eac62d0e28322c73f9dffada0dcbfb6bbb894b65a941459907ef7edbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b1a2700368ffd65857b2beea879d17f2197e85ca7885765e29f649d714cb6e408ccd6d2d1c3c92232adf02a3f687071186605b1e3884a614965f30d2ab937e3
|
|
7
|
+
data.tar.gz: d3faca4cdc7e9c03d1bb4352eb7205953035163389de61220e5acf594409042ec5b732707de0ccb921a76dd11a886b097fb956a0bcd239d5327af0cf441eaff5
|
|
@@ -28,24 +28,22 @@ class PrintTemplate < ApplicationRecord
|
|
|
28
28
|
# pivot
|
|
29
29
|
# end
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
parent Printer
|
|
31
|
+
rails_admin do
|
|
32
|
+
navigation_label I18n.t("admin.settings.label")
|
|
33
|
+
navigation_icon 'fa fa-file-text'
|
|
34
|
+
parent Printer
|
|
36
35
|
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
field :name
|
|
37
|
+
field :description
|
|
39
38
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
edit do
|
|
40
|
+
field :template
|
|
41
|
+
field :translation_matrix
|
|
42
|
+
end
|
|
44
43
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
end
|
|
44
|
+
show do
|
|
45
|
+
field :template
|
|
46
|
+
field :translation_matrix
|
|
49
47
|
end
|
|
50
48
|
end
|
|
51
49
|
end
|
metadata
CHANGED
|
@@ -1,43 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_print_with_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: thecore
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.4'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - "~>"
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '1.4'
|
|
27
13
|
- !ruby/object:Gem::Dependency
|
|
28
14
|
name: thecore_print_commons
|
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
|
30
16
|
requirements:
|
|
31
17
|
- - "~>"
|
|
32
18
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0
|
|
19
|
+
version: '2.0'
|
|
34
20
|
type: :runtime
|
|
35
21
|
prerelease: false
|
|
36
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
23
|
requirements:
|
|
38
24
|
- - "~>"
|
|
39
25
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0
|
|
26
|
+
version: '2.0'
|
|
41
27
|
description: Thecorized thecore_print_with_template full description.
|
|
42
28
|
email:
|
|
43
29
|
- gabriele.tassoni@gmail.com
|
|
@@ -81,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
67
|
- !ruby/object:Gem::Version
|
|
82
68
|
version: '0'
|
|
83
69
|
requirements: []
|
|
84
|
-
rubygems_version: 3.0.
|
|
70
|
+
rubygems_version: 3.0.3
|
|
85
71
|
signing_key:
|
|
86
72
|
specification_version: 4
|
|
87
73
|
summary: Thecorized thecore_print_with_template
|