biosphere 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 934a35f83693276f70a3c430b82210753d0f1167
4
- data.tar.gz: 9df1b36ab99b4e9ef28304a1337fa058216e5fe3
3
+ metadata.gz: 9e6bda6f40d22985d1ffbc6f5fef2645be4d015f
4
+ data.tar.gz: d68493cfc4ef7755d527b0273d6a643bc6c087df
5
5
  SHA512:
6
- metadata.gz: 58379ad917e92247c115926061ef15c1439c42ad275bed6daf3809a638d07331ef8d5645ba5fc9ae1708ab6df882d2cd7cb220438f938f83f77353f9f9c00d4a
7
- data.tar.gz: cdcfe21b3c001a37b353d036960a3e649df961e80d879cd0d4d283400ba302a3f829ca5cde8319b9d8c2ec33ba2d8c032272f998b516d6a347c5a5c434246df8
6
+ metadata.gz: e13114d2318616398d071b45c62e8708cd56eaeb1ecae3f7199e3815784fddeb27485297572e2135518208faaa847e7c74499fb861a2b540fc6131088dd485af
7
+ data.tar.gz: 87e48a4adb699e7d4847b2783b06190c51c8dfc97917cfbf9fe0739eeda3521517aeff38f1e875523a36235e84ade0a96f41ad2cf855284df0775714c90cd732
@@ -155,7 +155,7 @@ class Biosphere
155
155
 
156
156
  @outputs.each do |output|
157
157
  value = outputs[output[:name]]
158
- instance_exec(value["value"], value, &output[:block])
158
+ instance_exec(output[:name], value["value"], value, &output[:block])
159
159
  end
160
160
  end
161
161
 
@@ -1,3 +1,3 @@
1
1
  class Biosphere
2
- Version = "0.1.4"
2
+ Version = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juho Mäkinen