biosphere 0.1.3 → 0.1.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/bin/biosphere +0 -1
- data/lib/biosphere/kube.rb +1 -1
- data/lib/biosphere/state.rb +1 -1
- data/lib/biosphere/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 934a35f83693276f70a3c430b82210753d0f1167
|
4
|
+
data.tar.gz: 9df1b36ab99b4e9ef28304a1337fa058216e5fe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58379ad917e92247c115926061ef15c1439c42ad275bed6daf3809a638d07331ef8d5645ba5fc9ae1708ab6df882d2cd7cb220438f938f83f77353f9f9c00d4a
|
7
|
+
data.tar.gz: cdcfe21b3c001a37b353d036960a3e649df961e80d879cd0d4d283400ba302a3f829ca5cde8319b9d8c2ec33ba2d8c032272f998b516d6a347c5a5c434246df8
|
data/bin/biosphere
CHANGED
data/lib/biosphere/kube.rb
CHANGED
@@ -175,7 +175,7 @@ class Biosphere
|
|
175
175
|
|
176
176
|
def self.load_resources(file, context={})
|
177
177
|
resources = []
|
178
|
-
puts "Loading file #{file}"
|
178
|
+
#puts "Loading file #{File.absolute_path(file)}"
|
179
179
|
str = ERB.new(IO.read(file)).result(OpenStruct.new(context).instance_eval { binding })
|
180
180
|
begin
|
181
181
|
Psych.load_stream(str) do |document|
|
data/lib/biosphere/state.rb
CHANGED
data/lib/biosphere/version.rb
CHANGED