biosphere 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a09baa3168d24024485d8d1fc336955a07da78d
4
- data.tar.gz: a0af1f880748879ab3fe3125d2afa34bd2a723ac
3
+ metadata.gz: 934a35f83693276f70a3c430b82210753d0f1167
4
+ data.tar.gz: 9df1b36ab99b4e9ef28304a1337fa058216e5fe3
5
5
  SHA512:
6
- metadata.gz: 5806114e4339ff79572505bcc5eead9d3e1baace226030f3e32b5e949d039094f9cf2e1ee290aa443c1f486cd5f8429a34ce5d8d4b90f6e0200572cb65404da0
7
- data.tar.gz: b6dd28e0a8a22036f87ca13f6b95491227daffa6f408644f32372ce6d5a0fb505e5a10141f56788c257da695d8a4fb7aa6f06e9521571c3afd7c1c810a5754e3
6
+ metadata.gz: 58379ad917e92247c115926061ef15c1439c42ad275bed6daf3809a638d07331ef8d5645ba5fc9ae1708ab6df882d2cd7cb220438f938f83f77353f9f9c00d4a
7
+ data.tar.gz: cdcfe21b3c001a37b353d036960a3e649df961e80d879cd0d4d283400ba302a3f829ca5cde8319b9d8c2ec33ba2d8c032272f998b516d6a347c5a5c434246df8
@@ -141,7 +141,6 @@ elsif ARGV[0] == "action" && options.src
141
141
  context.build_directory = options.build_dir
142
142
 
143
143
  if suite.call_action(ARGV[1], context)
144
- STDERR.puts "Executing action #{ARGV[1]}"
145
144
  else
146
145
  STDERR.puts "Could not find action #{ARGV[1]}"
147
146
  end
@@ -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|
@@ -24,7 +24,7 @@ class Biosphere
24
24
  @filename = filename
25
25
  end
26
26
  data = Marshal.load(File.read(@filename))
27
- puts "Loading data from file #{@filename}: #{data}"
27
+ #puts "Loading data from file #{@filename}: #{data}"
28
28
  load_from_structure!(data)
29
29
  end
30
30
 
@@ -1,3 +1,3 @@
1
1
  class Biosphere
2
- Version = "0.1.3"
2
+ Version = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biosphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juho Mäkinen