lono 7.4.10 → 7.4.11

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
  SHA256:
3
- metadata.gz: d4473eb554ddd18dc25030acd03362b4663b07b69493ed62a9f9853232397893
4
- data.tar.gz: 1592d578018d153706d1d524bf25e1bf02c55af0110422fbe44c3ab0e1201b2b
3
+ metadata.gz: a0c5fdbbdbc118d76cd8db735c3cc114bfb6f472e3c8febffe7e8e15100b0a87
4
+ data.tar.gz: 02bc6a2d42e13614bc0d3123280d7aea9eff5ddf0310f5393a751dc211c8ff43
5
5
  SHA512:
6
- metadata.gz: ff146353f964d4b9b7d5ffed7a6739716ad479aeb919979237d0155d333faba3d6d88c8ddb5e8985e8f6432e55619d4a1bf423033d00716fd730e3ca3d2f7e14
7
- data.tar.gz: e8417735c7cfbba2da5884dd85ec05cc1963047392c7540239daf4eada56b5f20154458b92a3af406df1ff217f4d918d68373c9495a7de738ea11256caf19d56
6
+ metadata.gz: c994ca4de423572176a8f463bb67125389c2a8f23469035d1b7de51b9e866c77698c204f97475d9b8fc48897419a47cb091e25e0f22f551ed177067f048aaff1
7
+ data.tar.gz: 709708fdaa640e5fb9335b822b2234e7356e328a63a142f7fc9abd853df5ec1063e1404c2a65c872030c9e8db13cb42ab5dc5446d18357c416aade6935c101f7
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [7.4.11]
7
+ - fix lookup_output
8
+
6
9
  ## [7.4.10]
7
10
  - #70 fix out-of-sync Gemfile.lock
8
11
 
@@ -31,9 +31,10 @@ module Lono::Template::Strategy::Dsl::Builder::Helpers
31
31
  end
32
32
 
33
33
  def lookup_output(name)
34
- stack_output(name)
34
+ result = stack_output(name)
35
35
  return unless ENV['LONO_DEPRECATION_SOFT']
36
36
  puts "DEPRECATION WARNING: lookup_output is deprecated. Please use stack_output instead".color(:yellow)
37
+ result
37
38
  end
38
39
 
39
40
  private
@@ -1,3 +1,3 @@
1
1
  module Lono
2
- VERSION = "7.4.10"
2
+ VERSION = "7.4.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lono
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.4.10
4
+ version: 7.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-14 00:00:00.000000000 Z
11
+ date: 2020-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport