fedux_org-stdlib 0.6.50 → 0.6.51
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/fedux_org_stdlib/app_config.rb +1 -1
- data/lib/fedux_org_stdlib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75761a4b247031cd81398d5349bebb185633268d
|
4
|
+
data.tar.gz: 91a7fc51a5b96bf199598a0cceb7d88c45b47cbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10b56e92c49352540958b73b6aedb721e20ba40763354a7881181d97e7f0eda0920df06d0a562febf259bc5448a3f362e7228cb1dbe838bd9b17b247da5c7c6d
|
7
|
+
data.tar.gz: a848b744cf25b9effc148627438cf362f148cd34d69657b7dc4904ec5681e351240941ba26e258d801863d63fa21f84897eb628714c63d7c28e097754a8d3b10
|
data/Gemfile.lock
CHANGED
@@ -5,7 +5,7 @@ require 'fedux_org_stdlib/process_environment'
|
|
5
5
|
require 'fedux_org_stdlib/core_ext/array/list'
|
6
6
|
require 'fedux_org_stdlib/core_ext/hash/list'
|
7
7
|
require 'fedux_org_stdlib/logging/logger'
|
8
|
-
require_library %w{ json psych active_support/core_ext/string/inflections set active_support/core_ext/hash/slice }
|
8
|
+
require_library %w{ json psych active_support/core_ext/string/inflections set active_support/core_ext/hash/slice active_support/core_ext/object/blank }
|
9
9
|
|
10
10
|
module FeduxOrgStdlib
|
11
11
|
# This class makes a config file available as an object. The config file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fedux_org-stdlib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.51
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Meyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|