jt-rails-toolbox 1.2.2 → 1.2.3

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
  SHA1:
3
- metadata.gz: ee643f6eb3c373f47ec55af25698ebbf4bbcc1cd
4
- data.tar.gz: a89617c0edb59ed7910cab9adb9ca49d8a9bea59
3
+ metadata.gz: 5cbbee5eb5d22fc31c08f9688663f950c26e7b9c
4
+ data.tar.gz: ca18744e36834e1e13a90e03f56f16f53cc0e8f7
5
5
  SHA512:
6
- metadata.gz: d14014a31a6532daa131a002049bd6a1ec4d74c9372f34f1e465022deb53f065e981e0e00364231e9dc3884a5a473c0a4b99e730f98decbfd050b06da3c80fc2
7
- data.tar.gz: ad0fe03d16a2164fa3e30654b0561fdff6dea4f764f12a08dbbada4faf04e060c604217d473703a1f7aba3a9937fa850bda855dd631a6ed414829bd4da9a2e72
6
+ metadata.gz: 15001fa040545f4f7d39a6a86e5f75169740b3c47f17deee57abed52cd11de077029a518b16ffe3f007f2b6fe2b58bd589476c940cbe1bef4278d5b21fe65f68
7
+ data.tar.gz: 9e85609fec60e3b61b975d1e9e1166fd239a28b4785240baa3a784689025f7da9393cd95fb495dcb7cff60239adf305ac621f49ac981ba7ac6cf728bcd3f321b
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.summary = "Common libs used for Ruby On Rails development."
4
4
  s.description = "JTRailsToolbox contains a list of common libs used for Ruby On Rails development."
5
5
  s.homepage = 'https://github.com/jonathantribouharet/jt-rails-toolbox'
6
- s.version = '1.2.2'
6
+ s.version = '1.2.3'
7
7
  s.files = `git ls-files`.split("\n")
8
8
  s.require_paths = ['lib']
9
9
  s.authors = ['Jonathan TRIBOUHARET']
@@ -24,7 +24,7 @@ module JTRailsToolbox
24
24
  @params = {}
25
25
 
26
26
  if ::File.exists?('config/jt-toolbox.yml')
27
- yaml = YAML.load_file('config/jt-toolbox.yml')
27
+ yaml = YAML::load(ERB.new(File.read('config/jt-toolbox.yml'), 0, '<>').result)
28
28
  if yaml
29
29
  @params = yaml[Rails.env.to_s] || {}
30
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jt-rails-toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan TRIBOUHARET
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-14 00:00:00.000000000 Z
11
+ date: 2016-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: exception_notification
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  version: '0'
187
187
  requirements: []
188
188
  rubyforge_project:
189
- rubygems_version: 2.0.14
189
+ rubygems_version: 2.0.14.1
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Common libs used for Ruby On Rails development.