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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/fedux_org_stdlib/file_finder.rb +1 -1
- data/lib/fedux_org_stdlib/version.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: 49ef9ed590375efab23c372feaec75922411f9e7
|
|
4
|
+
data.tar.gz: 3267002f81373359476c6c72dd9e8b6fdcdfec09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8b409c83b298647718d396aebe4315d38b5f17c0b41bf5da1ae4df547fd31e0437a8b743fa9293a058daf8cf1a0e973b9fa257404165686fa3e284fa7155196
|
|
7
|
+
data.tar.gz: b2ba950feffadd2eb7eae91537d8089f0fe983c4881905ad440a1c08345bcc4e327519bf64acf8ea9abcc34982c821b1d217faa0a75e00c12876a97b7c484a7c
|
data/Gemfile.lock
CHANGED
|
@@ -72,7 +72,7 @@ module FeduxOrgStdlib
|
|
|
72
72
|
@working_directory = working_directory
|
|
73
73
|
@file ||= (file || _available_config_file)
|
|
74
74
|
|
|
75
|
-
logger.debug "
|
|
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
|
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.
|
|
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-
|
|
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.
|
|
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.
|