eitil 2.0.8 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfc6a57501e60fefebcc1887750ed21be1c8a03cbfada898023b5e80b078ee36
4
- data.tar.gz: ea5ad4d99e63047453b01b4c86ca6c59a69c9b513a3c97f2c08f7aac00d0c8a9
3
+ metadata.gz: 998e3ce5fa1ba1a380d76bd386c2ee3f2ab023ada6c1f1437867f500a993c100
4
+ data.tar.gz: 4fe97587f82551e2a07b80398a0f021ed39b7c07d9920909d8dfe2e8d4c84db2
5
5
  SHA512:
6
- metadata.gz: b1150d20551b02a039a7ed393947f6761760a043253facdbb97b73f1436eb71d65462f0261435a1a5afe31ed3f7ba28dfbd1c7eefb30c61b97191ee950717544
7
- data.tar.gz: b6f2ef34290bb83740dba023b243127cacb806173e4a08593219b4ce8ca956bda206502b9c6e6d74b608792c67eea54f452066fd189ba1315e2f8de35c4f334b
6
+ metadata.gz: b531823c16818e0c4e8272c4e22a56af4a9070a191f5ed157cf2de8ebfe1dc3911104501c19fd3200ff17aad48d70a766156f8d9311c1e2524a676a38b40c7b5
7
+ data.tar.gz: d61253ab8795c055df3f2d31f8afa7b66699f13350f8f0cbe2b3c565c4aa83296693b2b428222bf4356ac4cf4faee291d5f3086a20bf2b24b93b3c8370c8a76d
data/lib/eitil/railtie.rb CHANGED
@@ -47,7 +47,7 @@ module Eitil
47
47
 
48
48
  config_path = Rails.root + 'config/initializers/internal_engines/eitil.rb'
49
49
 
50
- if File.exists? config_path
50
+ if File.exist? config_path
51
51
  load config_path
52
52
  else
53
53
  puts "Eitil config not found at #{config_path}, resorting to defaults..."
@@ -77,4 +77,4 @@ module Eitil
77
77
 
78
78
  end
79
79
 
80
- end
80
+ end
data/lib/eitil/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Eitil
2
2
 
3
- VERSION = '2.0.8'
3
+ VERSION = '2.0.9'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eitil
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurriaan Schrofer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-01 00:00:00.000000000 Z
11
+ date: 2024-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails