theo-rails 0.1.2 → 0.1.3

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: a47ba0ddf03dcfcfb0f712ada5463e4bc2226ce299b818c41f931eaf37337be1
4
- data.tar.gz: c595cc7b8548ccb085f8c11467fe01d611cdd56492bce78097c15d907d2c4e2c
3
+ metadata.gz: 8776f6ef2de8b4349c561ec52d66dd3d0b34c64ace4b2ca95c14f42182bb9dd3
4
+ data.tar.gz: 1451423cc6d8e8600b4f0553dcd74657ee52bae7bb68c2167b4123e6b4f693f2
5
5
  SHA512:
6
- metadata.gz: 8086955a23ee2389321b560033282045a56595366299739b3767454e74121c24b2a3bfd50bff46840984d7ca099a8205d80ebb0e0e6ac8536a81ef2e31e28978
7
- data.tar.gz: eccbd592a2d340674a8226d9d77cacabfd47aa99256edd2a6f14350a4408f1ad68efa04215d259244074224713d6282152b53fa42c488ade521ecc59554d2539
6
+ metadata.gz: 914a9a654082457ec89cda8d4fb01f09e01bd94e0aa43fff03b936622d6b972cce88e996e92c6a21445244782164a14a1521ff13bcb5a7f7911da4e7338188c4
7
+ data.tar.gz: d0158c52e718792bf613eaafd3b1e8c4b6054feaa02e6e39fb451adc5f681498c55674f1fc904bd29422f61219ad4c3630d889c26a47c3c49f7e765a0f3f760f
@@ -0,0 +1,4 @@
1
+ <%# locals: (form: nil, name:, **attributes) -%>
2
+ <% form ||= inject(:form) %>
3
+
4
+ <%= form.check_box name, **attributes %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: theo-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarek Lipski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-20 00:00:00.000000000 Z
11
+ date: 2024-08-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: HTML-like template language for Rails with natural partial syntax
14
14
  email: jarek@jareklipski.com
@@ -16,6 +16,7 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - app/views/application/_check_box.html.erb
19
20
  - app/views/application/_email_field.html.erb
20
21
  - app/views/application/_form_with.html.erb
21
22
  - app/views/application/_label.html.erb