gtx 0.1.1 → 0.1.2
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 -7
- data/lib/gtx/version.rb +1 -1
- metadata +16 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f01ace96e00c867836897ecd1c76f503df9b8344c2a06ee44abe511cf5bc62a
|
|
4
|
+
data.tar.gz: 528d2d6765b76f4d189394070768adedff88779e76344e3a2f842fd52db5aff0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf373ff47416c5117a493e4b5bffabb36da01d758375a073eacbdb8578a5b898768d1998ce8235926a22c21a0e3367f641b0f724f2dc9b6a67524c7ae39f56b8
|
|
7
|
+
data.tar.gz: b7b9d3372cb703654f27d8a87053e38c6d672e6e91d22dc385ed2426e47131ef278247e78cbb0d63ee6f25ab274028204bd80112632ca284f3436ae4b5995069
|
data/README.md
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
# GTX - Minimal Template Engine
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/rb/gtx)
|
|
4
|
-
[](https://github.com/DannyBen/gtx/actions?query=workflow%3ATest)
|
|
5
|
-
[](https://codeclimate.com/github/DannyBen/gtx/maintainability)
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
3
|
GTX is a minimal template engine that transpiles to ERB before using it to
|
|
10
4
|
generate the output.
|
|
11
5
|
|
|
@@ -151,7 +145,7 @@ to contribute, feel free to [open an issue][issues].
|
|
|
151
145
|
|
|
152
146
|
---
|
|
153
147
|
|
|
154
|
-
[issues]: https://github.com/
|
|
148
|
+
[issues]: https://github.com/bashly-framework/gtx/issues
|
|
155
149
|
[bashly]: https://bashly.dannyb.co/
|
|
156
150
|
[bashly-views]: https://github.com/DannyBen/bashly/tree/master/lib/bashly/views
|
|
157
151
|
|
data/lib/gtx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,34 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gtx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danny Ben Shitrit
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: erb
|
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
|
-
- - "
|
|
16
|
+
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
18
|
version: '4.0'
|
|
19
|
+
- - "<"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '7'
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
25
|
requirements:
|
|
24
|
-
- - "
|
|
26
|
+
- - ">="
|
|
25
27
|
- !ruby/object:Gem::Version
|
|
26
28
|
version: '4.0'
|
|
29
|
+
- - "<"
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '7'
|
|
27
32
|
description: Create templates that transpile to ERB
|
|
28
33
|
email: db@dannyben.com
|
|
29
34
|
executables: []
|
|
@@ -33,15 +38,14 @@ files:
|
|
|
33
38
|
- README.md
|
|
34
39
|
- lib/gtx.rb
|
|
35
40
|
- lib/gtx/version.rb
|
|
36
|
-
homepage: https://github.com/
|
|
41
|
+
homepage: https://github.com/bashly-framework/gtx
|
|
37
42
|
licenses:
|
|
38
43
|
- MIT
|
|
39
44
|
metadata:
|
|
40
|
-
bug_tracker_uri: https://github.com/
|
|
41
|
-
changelog_uri: https://github.com/
|
|
42
|
-
source_code_uri: https://github.com/
|
|
45
|
+
bug_tracker_uri: https://github.com/bashly-framework/gtx/issues
|
|
46
|
+
changelog_uri: https://github.com/bashly-framework/gtx/blob/master/CHANGELOG.md
|
|
47
|
+
source_code_uri: https://github.com/bashly-framework/gtx
|
|
43
48
|
rubygems_mfa_required: 'true'
|
|
44
|
-
post_install_message:
|
|
45
49
|
rdoc_options: []
|
|
46
50
|
require_paths:
|
|
47
51
|
- lib
|
|
@@ -49,15 +53,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
49
53
|
requirements:
|
|
50
54
|
- - ">="
|
|
51
55
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '3.
|
|
56
|
+
version: '3.2'
|
|
53
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
58
|
requirements:
|
|
55
59
|
- - ">="
|
|
56
60
|
- !ruby/object:Gem::Version
|
|
57
61
|
version: '0'
|
|
58
62
|
requirements: []
|
|
59
|
-
rubygems_version:
|
|
60
|
-
signing_key:
|
|
63
|
+
rubygems_version: 4.0.3
|
|
61
64
|
specification_version: 4
|
|
62
65
|
summary: GTX Template Engine
|
|
63
66
|
test_files: []
|