tck-lambdas 0.3.5 → 0.3.6

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: 001e87d8e5dd72a88c0f00dd71add5f25d9c42b3
4
- data.tar.gz: 3f0c00c70b605ba3fe112ca5e8ecc29f9bf3972d
3
+ metadata.gz: dbcc311287ab7ec6b7e5527489561c0891fddb58
4
+ data.tar.gz: c4d8458c1f255d99cbeea69d7b46dd8383f67078
5
5
  SHA512:
6
- metadata.gz: d96d1df1677df8fbe282b008172c2d907986ce7b536fa18f14fa89182d820c55f42d906bb8f46a276b7036a31acf1d8cac40129746fe964a4959c9988fb8da22
7
- data.tar.gz: 72ccc188951e708880389dd7544629f2d1cd2012522078a95f525cecb26d50091dd1708ffcaead1836ee1043d36ac3bcc04232e6b99c9dcdcddce7ed8aef351c
6
+ metadata.gz: d322d9d3a75f7b5d6643fcc4fa70fa07ab1ed9b590c5cbce2cc2036a4f1723d3b78053fc3168839f9f0cf980fa326741e476350c199ccddee2b0664b0e0f5b6a
7
+ data.tar.gz: a84999fe5e679f6fdc91952a5222d6baa2707d7f9cd0ff1310a47692e7d190c0dae48b6505a9b27b770ea53c037ef3467591c3d99b4d8352bcf0f93c168172c4
@@ -22,7 +22,8 @@ module Tck
22
22
  desc "used", "List functions currently used by this project."
23
23
  def used
24
24
  puts "Functions currently used by this project:"
25
- if yaml = Tck::Lambdas::AwsFunction.yaml
25
+ yaml = Tck::Lambdas::AwsFunction.yaml
26
+ if yaml.any?
26
27
  yaml.each do |lambda_name, properties|
27
28
  puts " - #{properties["function-name"]} (cloned from '#{lambda_name}')"
28
29
  end
@@ -1,5 +1,5 @@
1
1
  module Tck
2
2
  module Lambdas
3
- VERSION = "0.3.5"
3
+ VERSION = "0.3.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tck-lambdas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Garcia Samblas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-24 00:00:00.000000000 Z
11
+ date: 2016-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor