gloo-lang 0.9.10 → 0.9.11

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
  SHA256:
3
- metadata.gz: 38f13cdfcec13390f7b1332f97c2d2296ba72bfa67008eaf677d04409b3f0f8a
4
- data.tar.gz: 042cb5edc85629209f62ff2b778d29d082128eefb6ae0037d501906ebe776df3
3
+ metadata.gz: 7d059c3cd65790c4b384540889583e122d31f67369df848c74768839aeff6192
4
+ data.tar.gz: 9ba8cc80b297965dbd73d91902f81629b7753e1e19db00afe7f975cb1ba2da38
5
5
  SHA512:
6
- metadata.gz: bb96a66f19398aa1bfd0ca5251adbcf9740fbe8395a0e24592510a52beceb961cba107e9f7b251d266af8c691f71a9dcf17107fad85398bb0d7d7768cc7e2d49
7
- data.tar.gz: 94b7b46fae7e2f31ae499defffddbc3e09e0fbde3004900f5ded87c6b9e841f86587414c8786f2d53bd2afc57403da1bd38fd47a9270212f245de01e5934230d
6
+ metadata.gz: 4b5ccb5f2c17fd4d2a1bb692fcfafbc8fa463d0a25c38a4db7174b1a0616b3f0b2fa039674336f45dd537f557133dee40bd3514ce930c07ffe33a0a9a66404a2
7
+ data.tar.gz: f78caa4e197479a56d91a7782ebbac77067897a3275a9ff6ccae2ee8473c8d30277b1cc49c0e90be55f1531716c36c5662eab3157cbf38cc65e7006a626ba379
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.10
1
+ 0.9.11
@@ -15,8 +15,8 @@ module GlooLang
15
15
  #
16
16
  def initialize( params = [], platform=nil, log=nil, user_root=nil )
17
17
  @params = params
18
- @platform = Platform.new if platform.nil?
19
- @log = Log if log.nil?
18
+ @platform = platform ? platform : Platform.new
19
+ @log = log ? log : Log
20
20
  @user_root = user_root
21
21
  end
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gloo-lang
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.10
4
+ version: 0.9.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Crane