nti_receipt_builder 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: 0b3bc19f642f010633b3d388d30073da350288c55ba6b1a0cd23f83bade30302
4
- data.tar.gz: 45c3e8238d843ed65013872971650cbc741c86b5f25e3f08aafaf03360ee4268
3
+ metadata.gz: 9d972829d912352968704db6f3c1e7feaf29b0446de029bf8d411e12fadc8413
4
+ data.tar.gz: 659b68eebe8239ee4da4dc801936ed0e83e11f95c58b30b9b45467b4bd15a235
5
5
  SHA512:
6
- metadata.gz: e03c4aaf3e056d25fd714f2035a273a2f179797d634341cae8e1cef184628f0037175690704c2242edb90782b59b3585ed26273ff280ee93f39dbefa9cdbedb8
7
- data.tar.gz: d309119820ba6c10419ee8460498378e12619da854a3ab941f431d0693adb4ba4294795b67d929ac121d53f2cc10118c3846d12f8dad515a9d49e12e18e7982e
6
+ metadata.gz: 410c167101a8a7c98a942e3da4c8450b69695d4d878e929a60b22242a72caf0580a4824205830ccbf3ca7b4f973372934f1103a3b0e2804a58d5cc84af516faf
7
+ data.tar.gz: 0efc15e08e3c8526e663fa897e7fd0e0ccd8d87038fd0f6a08d904f62d0452c8459127b445ec2b47e37ff8b177a2cda43682644689424365706a287bff1571bb
@@ -29,7 +29,7 @@
29
29
  <%= f.button 'Draft Preview', type: 'submit', class: 'btn btn-outline-secondary',
30
30
  formaction: url_for(action: :render_preview, id: @receipt_template.id), formmethod: :post %>
31
31
  <%= link_to url_for(action: :preview, id: @receipt_template.id),
32
- class: 'btn btn-outline-secondary', data: { turbo_stream: true, turbo_method: :post } do %>
32
+ class: 'btn btn-outline-secondary', data: { turbo_stream: true, turbo_method: :get } do %>
33
33
  <span class="material-symbols-outlined pe-1">visibility</span>Saved Preview
34
34
  <% end %>
35
35
  <%= link_to 'Back to Templates', url_for(action: :index), class: 'btn btn-secondary' %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NtiReceiptBuilder
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nti_receipt_builder
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
  - Den Meralpis
@@ -146,14 +146,14 @@ files:
146
146
  - lib/nti_receipt_builder/variable_resolver.rb
147
147
  - lib/nti_receipt_builder/variables.rb
148
148
  - lib/nti_receipt_builder/version.rb
149
- homepage: https://github.com/nueca-tech/nti_receipt_builder
149
+ homepage: https://github.com/denmarkmeralpis/nti_receipt_builder
150
150
  licenses:
151
151
  - MIT
152
152
  metadata:
153
153
  allowed_push_host: https://rubygems.org
154
- homepage_uri: https://github.com/nueca-tech/nti_receipt_builder
155
- source_code_uri: https://github.com/nueca-tech/nti_receipt_builder
156
- changelog_uri: https://github.com/nueca-tech/nti_receipt_builder/blob/main/CHANGELOG.md
154
+ homepage_uri: https://github.com/denmarkmeralpis/nti_receipt_builder
155
+ source_code_uri: https://github.com/denmarkmeralpis/nti_receipt_builder
156
+ changelog_uri: https://github.com/denmarkmeralpis/nti_receipt_builder/blob/main/CHANGELOG.md
157
157
  rubygems_mfa_required: 'true'
158
158
  rdoc_options: []
159
159
  require_paths: