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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e36cbb86b6e9ed576270aa374bed8503f2a6b500
4
- data.tar.gz: 7a2e7d2417bcfc93e5698e85b9f309827a845e84
3
+ metadata.gz: 75761a4b247031cd81398d5349bebb185633268d
4
+ data.tar.gz: 91a7fc51a5b96bf199598a0cceb7d88c45b47cbc
5
5
  SHA512:
6
- metadata.gz: eca15dfe51988a7a8d6ebc434acc221efbc579eb2fda0c196e97268d27be00c4fb78fdebabf09aa63b75354f331ee0f9d9c0c3bdcbbb38239f9a73e2779af716
7
- data.tar.gz: d6e57129ef8ff2f0cc89287c7f6aff9a867fa4b1fbab00704e1427fa97576967cad3812e9ce02ac7a975b57029b12bcee333ab6d64766089b6bb078b0cdc5aaa
6
+ metadata.gz: 10b56e92c49352540958b73b6aedb721e20ba40763354a7881181d97e7f0eda0920df06d0a562febf259bc5448a3f362e7228cb1dbe838bd9b17b247da5c7c6d
7
+ data.tar.gz: a848b744cf25b9effc148627438cf362f148cd34d69657b7dc4904ec5681e351240941ba26e258d801863d63fa21f84897eb628714c63d7c28e097754a8d3b10
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fedux_org-stdlib (0.6.49)
4
+ fedux_org-stdlib (0.6.50)
5
5
  activesupport
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.6.50'
4
+ VERSION = '0.6.51'
5
5
  end
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.50
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-12 00:00:00.000000000 Z
11
+ date: 2014-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport