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 +4 -4
- data/jt-rails-toolbox.gemspec +1 -1
- data/lib/jt-rails-toolbox.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cbbee5eb5d22fc31c08f9688663f950c26e7b9c
|
4
|
+
data.tar.gz: ca18744e36834e1e13a90e03f56f16f53cc0e8f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15001fa040545f4f7d39a6a86e5f75169740b3c47f17deee57abed52cd11de077029a518b16ffe3f007f2b6fe2b58bd589476c940cbe1bef4278d5b21fe65f68
|
7
|
+
data.tar.gz: 9e85609fec60e3b61b975d1e9e1166fd239a28b4785240baa3a784689025f7da9393cd95fb495dcb7cff60239adf305ac621f49ac981ba7ac6cf728bcd3f321b
|
data/jt-rails-toolbox.gemspec
CHANGED
@@ -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.
|
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']
|
data/lib/jt-rails-toolbox.rb
CHANGED
@@ -24,7 +24,7 @@ module JTRailsToolbox
|
|
24
24
|
@params = {}
|
25
25
|
|
26
26
|
if ::File.exists?('config/jt-toolbox.yml')
|
27
|
-
yaml = YAML.
|
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.
|
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-
|
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.
|