stones 1.0.6 → 1.0.7

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: 2e21c99ef2d64ed9dbeb53771cabc4811bed9250dd561cf9c7f66a22106889cb
4
- data.tar.gz: b679e6b93f97324dc5dd6cbcf900c045ede6d68c49a10b9ceae567dc284dd402
3
+ metadata.gz: cd5792c7ce35fae6508b5943f08cb061caaf8456fc9d80a694618d00aa595be3
4
+ data.tar.gz: 8feba67b7a2a1c9c5b4ed97c5e7c1a8e50544095e5be5a10d1945d88a6b81dc6
5
5
  SHA512:
6
- metadata.gz: 5e78abc96115b2b8f91dbd1d7de349ee0af342c7140e4b968a0ee8f35ae1a989f37f36f70d88612143e5e8b03acd395918287dea2b5fa03c77656b4b9db73e29
7
- data.tar.gz: f3ae5cbfd89d4ec0f59cb9a10f3e26c9b9c3b1acfea8fce0ae260a901e6c07480454094fbd564dcd2d5e8da134dab48cdbf2d95c770b6658376dc7b9e527e0b8
6
+ metadata.gz: c80b3293b3cfdd0142acf4ddacec520be31bd99638bd27592ac983fcfa32ab5975e92cc53c4a73b0af7487b3d25455b2cb0559587709bd85fac4254efbc0ec04
7
+ data.tar.gz: dea2050aa786d36d505373d1ab03e5529aa6f47d71960ab2029cd93b78051674f5610f10921be14f843a29b124416ff9e0b6151cc4b19831fa3c35c5807bab26
@@ -1,15 +1,29 @@
1
1
  ruby:
2
- # several constants, formies and helpers are required
2
+ # just a footer
3
+ # feel free to modify to your needs
4
+ # several constants and helpers are required
5
+
6
+ separator = ' | '
3
7
  app = "#{APP.upcase} #{APP_VERSION || VERSION}"
8
+ year = Time.now.year
9
+
4
10
  if Rails.env.production?
5
- footer_right = "started at #{STARTED_AT}"
11
+ info_dev = "started at #{STARTED_AT}"
6
12
  else
7
13
  ruby = "Ruby #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
8
14
  rails = "Rails #{Rails.version} (#{Rails.env})"
9
- footer_right = "#{rails} | #{ruby} | #{STARTED_AT}"
15
+ info_dev = "#{rails} | #{ruby} | #{STARTED_AT}"
10
16
  end
11
17
 
12
- footer style="display: flex; justify-content: space-between;"
13
- div #{copyright} | #{link_to app.html_safe, about_path}
14
- div = footer_center
15
- div = footer_right
18
+ footer
19
+ div
20
+ a href='http://matique.de' © #{year} matique UG
21
+ = separator
22
+ = link_to app.html_safe, about_path
23
+ div
24
+ = link_to ts(:terms, :button), 'http://matique.de/de/gtc'
25
+ = separator
26
+ = link_to ts(:privacy, :button), 'http://matique.de/de/privacy-policy'
27
+ = separator
28
+ = link_to ts(:impressum, :button), 'http://matique.de/de/about'
29
+ div = info_dev
@@ -1,5 +1,6 @@
1
1
  module Stones
2
- VERSION = '1.0.6' # 2018-10-29
2
+ VERSION = '1.0.7' # 2018-11-10
3
+ # VERSION = '1.0.6' # 2018-10-29
3
4
  # VERSION = '1.0.5' # 2018-09-09
4
5
  # VERSION = '1.0.4' # 2018-08-06
5
6
  # VERSION = '1.0.3'
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.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-29 00:00:00.000000000 Z
11
+ date: 2018-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler