lib/ballast/configuration.rb in ballast-2.2.4 vs lib/ballast/configuration.rb in ballast-2.2.5
- old
+ new
@@ -1,7 +1,7 @@
#
# This file is part of the ballast gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
-# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
+# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#
module Ballast
# A class which loads a list of YAML files in a folder and expose them in a dotted notation.
# For each file, only the subsection for the current environment is loaded, so each YAML document should be an hash.