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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -7
  3. data/lib/gtx/version.rb +1 -1
  4. metadata +16 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 446e58fe7bda41bc25c52f8c016e8ba28872eec6730613cd771e1a0b822c7cf5
4
- data.tar.gz: 1acf529b5a6857875ba43d04d0e23239afb2d34286a87f40c078792534c2f02a
3
+ metadata.gz: 6f01ace96e00c867836897ecd1c76f503df9b8344c2a06ee44abe511cf5bc62a
4
+ data.tar.gz: 528d2d6765b76f4d189394070768adedff88779e76344e3a2f842fd52db5aff0
5
5
  SHA512:
6
- metadata.gz: 72c0358a893e02b3b366f8eae4e27dfeda5e97dca505fe30ba4681254fdb096b9126edc16e66594a7eb24e4b8bb79ee1cd73a47e452920220226dc66fa269552
7
- data.tar.gz: d20f9ba23d67cd5576d77ce1fc4965d7e99f6303265b6213d7099cc6159b10374fc2abe5622e84b5147a7cfc808037d8112753088142eebbccf1ac9d8ea80b1e
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
- [![Gem Version](https://badge.fury.io/rb/gtx.svg)](https://badge.fury.io/rb/gtx)
4
- [![Build Status](https://github.com/DannyBen/gtx/workflows/Test/badge.svg)](https://github.com/DannyBen/gtx/actions?query=workflow%3ATest)
5
- [![Maintainability](https://api.codeclimate.com/v1/badges/8c7e16a17866cc0e6a17/maintainability)](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/DannyBen/gtx/issues
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
@@ -1,3 +1,3 @@
1
1
  class GTX
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
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.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: 2024-11-08 00:00:00.000000000 Z
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/dannyben/gtx
41
+ homepage: https://github.com/bashly-framework/gtx
37
42
  licenses:
38
43
  - MIT
39
44
  metadata:
40
- bug_tracker_uri: https://github.com/DannyBen/gtx/issues
41
- changelog_uri: https://github.com/DannyBen/gtx/blob/master/CHANGELOG.md
42
- source_code_uri: https://github.com/dannyben/gtx
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.0'
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: 3.5.22
60
- signing_key:
63
+ rubygems_version: 4.0.3
61
64
  specification_version: 4
62
65
  summary: GTX Template Engine
63
66
  test_files: []