stones 1.2.2 → 1.2.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: 0426b77d8831b4dca0c6521606b41567730e7b66adf1c7926af2f34f67db944f
4
- data.tar.gz: 7837a92e39b691de3b8cb3e5bdb230cf84bd9ea365bd223229cf1760b2b9d594
3
+ metadata.gz: c390f8e48a85981a5466aa8c2caa33bb741117d4fc8eaea7d29621a8df53af80
4
+ data.tar.gz: 38c87015433ad1c4cdaeedea6c08f429db4b20df5db6308e5eaa916d31050de8
5
5
  SHA512:
6
- metadata.gz: 02f6197525133cbb5961430d171125f8106473084c1a820775c7939da461374901e5eaf3602d26e6ccdec29217df62e4abd2c95ee63c1d98cbcfaadf2da7cabd
7
- data.tar.gz: 2a21ca55fda3356fea7b9cdd229d3231a5512786b3f7dbc92a94a295f09dde9727b91c87af346f1057aa202680e6f3897fae0f826413af422df0771beacd0880
6
+ metadata.gz: cc25403fef011d84294947194132a71a3edd0f4d5b10877d00c1fd9c092e9fc7639da8f93c81fffc826244e3ddcc2d3cdd2085e18423ce2c65d9fac85bbba702
7
+ data.tar.gz: 7ac254931e8872060826781c972a33feb04868d8fb3853bdaa28f2863c8ad8fc8b99d493a9157aaa1a32efd399f564b59d69e85a8699b7b11ea7c1de7adcfafc
data/.gitignore CHANGED
@@ -1,5 +1,6 @@
1
1
  .bundle/
2
2
  coverage/
3
+ .watchr
3
4
 
4
5
  *.gem
5
6
  *.log
@@ -25,9 +25,9 @@ footer
25
25
  = separator
26
26
  = link_to app.html_safe, about_path
27
27
  div
28
- = link_to t("button.terms"), "#{base}?page=gtc"
28
+ = link_to t('button.terms'), "#{base}?page=gtc"
29
29
  = separator
30
- = link_to t("button.privacy"), "#{base}?page=privacy_policy"
30
+ = link_to t('button.privacy'), "#{base}?page=privacy_policy"
31
31
  = separator
32
- = link_to t("button.impressum"), "#{base}?page=about"
32
+ = link_to t('button.impressum'), "#{base}?page=about"
33
33
  div = info_dev
@@ -1,18 +1,16 @@
1
- - version = Rails.version.to_f
1
+ ruby:
2
+ version = Rails.version.to_f
3
+ title = (APP || 'app').capitalize
2
4
 
3
5
  - if version < 7.0
4
- title = (APP || 'app').capitalize
5
6
  = favicon_link_tag
6
7
  = stylesheet_link_tag @stylesheet || 'application', media: 'all'
7
8
  = stylesheet_link_tag 'print', media: 'print'
8
9
  = javascript_include_tag 'application'
9
10
  = csrf_meta_tags
10
- - return
11
-
12
- title = (APP || 'app').capitalize
13
- meta name="viewport" content="width=device-width,initial-scale=1"
14
- = csrf_meta_tags
15
- = csp_meta_tag
16
-
17
- = stylesheet_link_tag 'application', 'data-turbo-track': 'reload'
18
- = javascript_importmap_tags
11
+ - else
12
+ meta name="viewport" content="width=device-width,initial-scale=1"
13
+ = stylesheet_link_tag 'application', 'data-turbo-track': 'reload'
14
+ = javascript_importmap_tags
15
+ = csrf_meta_tags
16
+ = csp_meta_tag
@@ -2,7 +2,8 @@
2
2
  # rubocop: disable all
3
3
 
4
4
  module Stones
5
- VERSION = '1.2.2' # 2023-04-15
5
+ VERSION = '1.2.3' # 2023-07-19
6
+ # VERSION = '1.2.2' # 2023-04-15
6
7
  # VERSION = '1.2.1' # 2022-09-29
7
8
  # VERSION = '1.2.0' # 2022-02-12
8
9
  # VERSION = '1.1.3' # 2021-06-23
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stones
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-15 00:00:00.000000000 Z
11
+ date: 2023-07-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A collection of, hopefully, useful files.
14
14
  email:
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubygems_version: 3.4.10
67
+ rubygems_version: 3.4.17
68
68
  signing_key:
69
69
  specification_version: 4
70
70
  summary: Stones contains some basic files.