rails_env_config 1.1.0 → 1.1.1

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
- SHA1:
3
- metadata.gz: 0e3bf8897ada9a81a89eed3be9c68578b012f209
4
- data.tar.gz: 4fb6423097b4354edbefd3941a9c148570459283
2
+ SHA256:
3
+ metadata.gz: dc905fff7590d393a2117e4f1813a594b0d1f34a4f54bb4a1c69af27249a1575
4
+ data.tar.gz: f84d64b84678569490a0f591efd47cc89c6acac5b32371f287937c9a12eb6c1c
5
5
  SHA512:
6
- metadata.gz: 6033fe3c2241e27e81e574e7902c448d4342a68e594a3e243ab93e38790740e0dd401679bc0c9fabaa7ccb6eaa47ad5c2af5e455e3ac14c95e4ef90371e2aae3
7
- data.tar.gz: 4947f820a018362d3be1aa06d71271bbc359667c62e7bf093c772da236115842b3463d302eb17f3c469c20c69b5603727a81bb516c410a9abf82ad613d8ea302
6
+ metadata.gz: 8bb32b84544ca461b6f34019d83a8b6ddedfc4ad0b1a48ad451608e0e5912c8cf20bea86383e3793500b782dfee3c41bc2132f1f6e79139b693341dbb814ef9d
7
+ data.tar.gz: 1483c49a4c87a63c1fb993f712a008e02e2cd9c81e5ce7c3fc17421d15a889d0bc9fa1318f3721f6093dc4ea90e2499e069784d99cd9fef1a1fd79095c9f6fb0
@@ -1,6 +1,6 @@
1
1
  module RailsEnvConfig
2
2
  class Railtie < Rails::Railtie
3
- initializer 'rails_env_config.initializer' do |app|
3
+ config.before_configuration do |app|
4
4
  ["environment.#{Rails.env}.yml", "environment.yml"].each do |file|
5
5
  full_path = Rails.root.join('config', file)
6
6
  if File.file?(full_path)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_env_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cooke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-23 00:00:00.000000000 Z
11
+ date: 2018-03-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Loads the complete contents of config/environment.yml into ENV when a
14
14
  Rails application starts.
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  version: '0'
41
41
  requirements: []
42
42
  rubyforge_project:
43
- rubygems_version: 2.5.1
43
+ rubygems_version: 2.7.4
44
44
  signing_key:
45
45
  specification_version: 4
46
46
  summary: A library to allow custom local environment variables to be loaded into a