lono-pro 0.4.7 → 0.4.8

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: 941189b455e443202a2e75bf8912033b64f5235106c795d8c2fd8de06ec4ea3a
4
- data.tar.gz: adf2c75a22cda3734a9213505e174af3d6b82e4ae46a746ed5c291578e72909d
3
+ metadata.gz: 9314998d776bc4e6fda6708fe33994efeae53604fe7a1833ff21c9687ab6e521
4
+ data.tar.gz: f4a8890b64606852faaf88c05c1d05012dd520165a85f76d055f881ffa08ad21
5
5
  SHA512:
6
- metadata.gz: e2d90a4f2408d3fde97aaf0ee234871b4230a2cb9e2ecfb873cbdac89d44ee3cdbdb4d57adf44b59da915cd5ce65bd525fd7a107d79f13e09cf07aa2ba608309
7
- data.tar.gz: e027f7bf9a5708cb14119412b5da5097f9e303bd84e08b08bfece0cdb29f7790425dff36c987ec08e8fa97ef744c59be1f260dcfa887c0c57257430e7880ae5f
6
+ metadata.gz: 41c377c51692c483f97aaffccef61671d3553625448e0b7eacef1eeec9a6e1ad666aef71270901c205c252f811f7189f0e4eb125743497c392520018ccc2f5a5
7
+ data.tar.gz: 2d9a89e34462ae5c79f975dcc0b83dc11e22ed31157e28c0f952ac0e000e1cdfedc25ececc56f533d9e674693385ea4854e56858aaac0a12e95735799f74ec1f
data/CHANGELOG.md CHANGED
@@ -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
+ ## [0.4.8]
7
+ - add options for Thor::Actions to work with empty configs folder
8
+
6
9
  ## [0.4.7]
7
10
  - #1 code import: create full blueprint structure
8
11
 
@@ -4,10 +4,12 @@ class Lono::Pro::Importer
4
4
  include Thor::Base
5
5
  extend Memoist
6
6
 
7
+ attr_reader :options
7
8
  def initialize(template_path, params_path)
8
9
  @template_path, @params_path = template_path, params_path
9
10
  @params_path = normalize_path(@params_path)
10
11
  self.destination_root = Dir.pwd # Thor::Actions require destination_root to be set
12
+ @options = {} # For Thor::Actions to work
11
13
  end
12
14
 
13
15
  # Creates starter params/base/[stack-name].txt file
@@ -1,5 +1,5 @@
1
1
  module Lono
2
2
  module Pro
3
- VERSION = "0.4.7"
3
+ VERSION = "0.4.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lono-pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen