sfn 0.4.0 → 0.4.2

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: 0c3196ce66fd00b722a64b80efff9ed0cdd47103
4
- data.tar.gz: 4a1d7fb290a7908253b92f4c822f70f5f0463b11
3
+ metadata.gz: b928b4c57f5d582bce0d73934c23050ff0e07ac7
4
+ data.tar.gz: 82f75e5d58b685e698ea3edca312e4af96475c5e
5
5
  SHA512:
6
- metadata.gz: eaec77115434aa9b9c984b7148e4cdd691838ccc97843b9a1ca323cd1beb2fcd552f82f39713f2cbad054771ba204b50a7bd2deca8cae22cf723771e9ae03fdf
7
- data.tar.gz: 14110bca18d73ca198d2f1514be1446710283e6efbddada42fe75299cbf6ae73fba4fd7ca45ba0d20c240de897685f8aa9b26b0bdcd5e280075663bd2ccf1623
6
+ metadata.gz: 2d23e864b2bcf3a1bd2a65b03cf39f77d3567bf71ba096da345490b51335e690113d40269255bff269350419062658de9fb22e787fffa54f5f8534751faa3bef
7
+ data.tar.gz: 96a7cbd6305ef49f5d5707fb0763972bad64c3d683b21daa4a3b57e7fefe9a44bc7cc6ba52c8ca76f638f787bf8e0f583275c6c3a326aa4dced08d347322f1d4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.4.2
2
+ * Fix config types defined
3
+
1
4
  ## v0.4.0
2
5
  * Fix parameters passed on CLI (#11)
3
6
  * Fix credential overrides from the CLI (#14)
@@ -20,7 +20,7 @@ module Sfn
20
20
  :description => 'Capabilities to allow the stack'
21
21
  )
22
22
  attribute(
23
- :options, String,
23
+ :options, Smash,
24
24
  :multiple => true,
25
25
  :description => 'Extra options to apply to the API call'
26
26
  )
data/lib/sfn/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Sfn
2
2
  # Current library version
3
- VERSION = Gem::Version.new('0.4.0')
3
+ VERSION = Gem::Version.new('0.4.2')
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts