fedux_org-stdlib 0.7.5 → 0.7.6

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: dc0a196b126b4e30907761028202f93c5af01d7b
4
- data.tar.gz: 031a51de4aaa8ff386e361d9cfdeb99ff12640f5
3
+ metadata.gz: 07105d31a9defee5a1b04c4750d41e349265e320
4
+ data.tar.gz: c096fa8eb0183ae14945d223a23785882f060e3a
5
5
  SHA512:
6
- metadata.gz: f2efff3e23bc3088d79fe548b155490a76acd412840f58b2e3a52b19396b734e4a5a689b9de63a1926c6120cc72e0bb5f09b3aa51e0fb87646ea37a70e752dc4
7
- data.tar.gz: 1c6ecf6db87829858c3a5395c26b8fa28730d21f1e169818bd01b0384b804fdf4effa8dc3133be07093903b8295ac73a76eb6d85a0e0f7d3436f6584d440b42e
6
+ metadata.gz: a86ac5f4d81cedfba4d2032e4b3a1edb536293d39b7103abb0f9bbd1828ec6ab8e05461a2fbbbeeb135289e08de7dd311255660e1a5879a66c053ddebc4eca35
7
+ data.tar.gz: 6050c492908fe9ff901eabf636acbe2b7e1f821008f75e06ea0d898edb2b3c677b5c1d72b956a11197a9477102a799c238e9aedfc1331ef3dd1ffb8a9a73adae
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fedux_org-stdlib (0.7.4)
4
+ fedux_org-stdlib (0.7.5)
5
5
  activesupport
6
6
 
7
7
  PATH
@@ -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 active_support/core_ext/object/blank }
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 active_support/core_ext/hash/keys}
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.7.5'
4
+ VERSION = '0.7.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer