learn-config 1.0.72 → 1.0.73
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/lib/learn_config/setup.rb +6 -1
- data/lib/learn_config/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: 82de100f4820240059db61993e6331ef106c08a2
|
|
4
|
+
data.tar.gz: 4ec59eb92237a29e3f8ae6c591ba907f2e787e8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 237a6c878c56ad1a14392b245608ffdb24ab1b0d6605720dda542ef9880627868504edf254676c8ecebac1c45b558f017885936405ceed5d3483591c1ae60e40
|
|
7
|
+
data.tar.gz: 7e926a68ca3a8923dd6b71d0c778312212b4a64d5477f61be01c0c0cac6985b79515c07a1c39c1ca88039456e05d67105b0ec706cd6a60dbb942f758aaf1c9f7
|
data/lib/learn_config/setup.rb
CHANGED
|
@@ -84,7 +84,12 @@ module LearnConfig
|
|
|
84
84
|
end
|
|
85
85
|
end
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
if !File.directory?(path) && new_directory_exists?(path)
|
|
88
|
+
puts "That appears to be a file. Directories only, please!"
|
|
89
|
+
set_directory!
|
|
90
|
+
else
|
|
91
|
+
write_new_directory_data!(path)
|
|
92
|
+
end
|
|
88
93
|
end
|
|
89
94
|
|
|
90
95
|
def write_new_directory_data!(path)
|
data/lib/learn_config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: learn-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.73
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Flatiron School
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|