rails_app_version 1.3.0 → 1.3.2

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: c41e184fea20b627c872461c8fa973f24e1d7796ab17f285139254c5dea9347b
4
- data.tar.gz: 37a270bd254b40ae1266f2ccf6ca3333e9eeea4e045487b5c6ba9c71a66f25da
3
+ metadata.gz: 93c60c97377279132e3570d95705b7c4d444515073246f9e1c28767a5d92f4df
4
+ data.tar.gz: '0707798a91a72254c575169be3ba52b3c63f263ea350a7a3b6042b7347887448'
5
5
  SHA512:
6
- metadata.gz: 937af3be9c3f04a6fad951baba9534bd55f8c71ffe5b353c3ff57820987b60be5465b771acd4d5409f2501c9b9f36f4fc976d2d01cc2e9945aed274abb14b725
7
- data.tar.gz: 6d8c60f28f77268385bb89eb1c4b791226359bf29b50af21be981e9dac9c69c036f238c31de69830d568b88df7df4eadf6332477de6a1f9295f2a5c0054815d3
6
+ metadata.gz: 2b6efa826808902f0a65a08e19a1170b9e8ffa791533e87680d0fa7179cb5e473fbc72daf8ff702d4731d005e71f391f68d0286ebab257bd8c002e995d145aa4
7
+ data.tar.gz: a7e01965696fa783a87a4b357067e4482f3d7fb09b0d5c8449bf30fc8c0ef4245fe86b2f41e6f284e6eaa254711ff86444a21ff59b8dba7a12c6489c2d83a09a
@@ -1,6 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAppVersion
4
+
5
+ Rails::Application.include AppEnvironment
6
+ Rails::Application.include AppVersion
4
7
  class Railtie < ::Rails::Railtie
5
8
  CONFIG_FILE = "app_version.yml".freeze
6
9
 
@@ -34,11 +37,6 @@ module RailsAppVersion
34
37
  end
35
38
  end
36
39
 
37
- initializer "rails_app_version.extend_application" do |app|
38
- Rails::Application.include AppEnvironment
39
- Rails::Application.include AppVersion
40
- end
41
-
42
40
  private
43
41
 
44
42
  def load_config(app)
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAppVersion
4
- VERSION = "1.3.0"
4
+ VERSION = "1.3.2"
5
5
 
6
6
  class Version < Gem::Version
7
7
  attr_reader :major, :minor, :patch, :pre, :revision
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_app_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-14 00:00:00.000000000 Z
10
+ date: 2025-03-15 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: railties