fedux_org-stdlib 0.11.3 → 0.11.4

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: e5cf59eca5702c6447dbbc17008b50e7f61e0b2c
4
- data.tar.gz: 253094860826f67f961eacfe487a068dccb6dbf3
3
+ metadata.gz: 49ef9ed590375efab23c372feaec75922411f9e7
4
+ data.tar.gz: 3267002f81373359476c6c72dd9e8b6fdcdfec09
5
5
  SHA512:
6
- metadata.gz: 8836b791f8b469da661437b220aa00374ca99679bc50169dfbc6c3ba39ea93054fce9e2880f41f6f88db6dda817b175d309ec24552893a36bfa69b6c58e878b9
7
- data.tar.gz: fde60318f324e9efc90c5b02e90fefb421efecb2a652ae3d22187ac0667aaa6bcaba8a4a9a9bf81b8ace19e06f9030ac4ea6e4cc832e14d3c2d1121587fc7cd3
6
+ metadata.gz: e8b409c83b298647718d396aebe4315d38b5f17c0b41bf5da1ae4df547fd31e0437a8b743fa9293a058daf8cf1a0e973b9fa257404165686fa3e284fa7155196
7
+ data.tar.gz: b2ba950feffadd2eb7eae91537d8089f0fe983c4881905ad440a1c08345bcc4e327519bf64acf8ea9abcc34982c821b1d217faa0a75e00c12876a97b7c484a7c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fedux_org-stdlib (0.11.2)
4
+ fedux_org-stdlib (0.11.3)
5
5
  activesupport
6
6
 
7
7
  PATH
@@ -72,7 +72,7 @@ module FeduxOrgStdlib
72
72
  @working_directory = working_directory
73
73
  @file ||= (file || _available_config_file)
74
74
 
75
- logger.debug "No configuration file found at #{_allowed_config_file_paths.to_list}, therefor I'm going to use an empty config object instead." unless file
75
+ logger.debug "None of this files exist #{_allowed_config_file_paths.to_list}." unless file
76
76
  end
77
77
 
78
78
  # Return the path to the preferred configuration file
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.11.3'
4
+ VERSION = '0.11.4'
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.11.3
4
+ version: 0.11.4
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-12-18 00:00:00.000000000 Z
11
+ date: 2014-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -257,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
257
257
  version: '0'
258
258
  requirements: []
259
259
  rubyforge_project:
260
- rubygems_version: 2.2.2
260
+ rubygems_version: 2.4.1
261
261
  signing_key:
262
262
  specification_version: 4
263
263
  summary: Collection of useful libraries. It maybe depend on external libraries.