File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
< footer class ="footer mt-auto py-3 ">
3
3
< div class ="container ">
4
4
< div class ="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top ">
5
- <!--< p class="col-md-5 mb-0 text-muted">© 2023 <%= _ ( 'Peter' ) %> Giacomo Lombardo Version <%= Settings . version %> </p>-->
6
- < p class ="col-md-5 mb-0 text-muted "> © 2023 <%= _ ( 'Peter' ) %> Giacomo Lombardo Version <%= ENV [ 'GBV.version' ] %> </ p >
5
+ < p class ="col-md-5 mb-0 text-muted "> © 2023 <%= _ ( 'Peter' ) %> Giacomo Lombardo, Version: <%= Settings . version %> </ p >
6
+ <!--< p class="col-md-5 mb-0 text-muted">© 2023 <%= _ ( 'Peter' ) %> Giacomo Lombardo Version <%= ENV [ 'GBV.version' ] %> </p>-->
7
7
<%= link_to root_path ( locale : locale . to_s ) , class : "col-md-2 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none" do %>
8
8
< picture >
9
9
<% if Settings . brand . nil? || Settings . brand . light_logo . nil? %>
Original file line number Diff line number Diff line change 1
1
require_relative "boot"
2
2
3
3
require "rails/all"
4
+ require 'git-version-bump'
5
+
4
6
5
7
# Require the gems listed in Gemfile, including any gems
6
8
# you've limited to :test, :development, or :production.
7
9
Bundler . require ( *Rails . groups )
8
10
11
+
9
12
module PasswordPusher
10
13
class Application < Rails ::Application
11
14
# Initialize configuration defaults for originally generated Rails version.
12
15
config . load_defaults 7.0
13
-
16
+ puts ENV [ "USER" ]
17
+ puts Settings . version
18
+ # Settings.version = '1.50.0'
19
+ VERSION = GVB . version
20
+ puts VERSION
14
21
# Configuration for the application, engines, and railties goes here.
15
22
#
16
23
# These settings can be overridden in specific environments using the files
Original file line number Diff line number Diff line change 7
7
8
8
# ## Application Defaults
9
9
#
10
-
10
+ version : ' v1.51.0 '
11
11
# ## URL Pushes
12
12
#
13
13
# Enable or disable URL based pushes. These allow you to share URLs securely.
@@ -857,3 +857,4 @@ log_to_stdout: false
857
857
#
858
858
# Environment variable override: PWP__RELATIVE_ROOT='pwpush'
859
859
# relative_root: 'pwpush'
860
+
You can’t perform that action at this time.
0 commit comments