lono 7.2.2 → 7.2.3

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: 2c7904cc5c721c5d971cbbb87469163d57b4864ecb8615a4ea8e0ff638abd416
4
- data.tar.gz: 34737f1fa1a48ee2ecbb410a86435e82bfa1433c31b58ce66fcb467937cd3f05
3
+ metadata.gz: 93d21105409fe3d2c1173d636bc7b852c7a02d7846422e6688b064babd591b08
4
+ data.tar.gz: 9e38baab88bb7604187e80e5b6c2071ed52df1bc81762e40885190c19ac088f2
5
5
  SHA512:
6
- metadata.gz: 156b34c41daeab103d4f4c728b2502506bdb302a5c82acb6024e688902fd18f097b7beb0324d3bbc367261a4b04070149ca171d034e4b1b46f7d768f36095c22
7
- data.tar.gz: d76ad3319c4832b13f27da14353af3f00ffa9528a4b40d2300605cc32ec5f129c73422487d111bf711091bdeefd1dab975810b34104a95b9ce83237cd399beca
6
+ metadata.gz: 2a0c0b478ca67fc90289fa0e96bc212f75ffc6b22c6dbd92bc10a80eedf7b3198bd328b75e93ea877622c2d0cd205b3b19ab2eb23442c065ae537e64673ba577
7
+ data.tar.gz: d58eb137d8faf09aef321b413de9a2179858da95a34b3c38861c6ab8ef91c8517599efde1efff432af0c0f1e6a66b2005fc6bd5bfc2a7e745bc5d2c771760466
@@ -3,6 +3,10 @@
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.2.3]
7
+ - #53 improve configset lookup path lookup
8
+ - cleanup starter blueprint
9
+
6
10
  ## [7.2.2]
7
11
  - #52 configset: content_file helper
8
12
 
@@ -41,7 +41,7 @@ module Lono::Configset::Strategy
41
41
  def load_project_predefined_variables
42
42
  paths = [
43
43
  "#{Lono.root}/configs/#{@blueprint}/configsets/variables.rb", # global
44
- "#{Lono.root}/configs/#{@blueprint}/configsets/#{@configset}/variables.rb", # configset specific
44
+ "#{Lono.root}/configs/#{@blueprint}/configsets/variables/#{@configset}.rb", # configset specific
45
45
  ]
46
46
  paths.each do |path|
47
47
  evaluate_file(path)
@@ -1,3 +1,3 @@
1
1
  module Lono
2
- VERSION = "7.2.2"
2
+ VERSION = "7.2.3"
3
3
  end
@@ -10,18 +10,17 @@ Gem::Specification.new do |spec|
10
10
  spec.summary = "Write a short summary because it's required." # TODO: Change me
11
11
  spec.description = "Write a longer description or delete this line." # TODO: Change me
12
12
  spec.homepage = "<%= ENV['LONO_ORG'] || "https://github.com/USER" %>/<%= blueprint_name %>"
13
- spec.license = "<%= ENV['LONO_LICENSE'] || '' %>"
13
+ spec.license = "<%= ENV['LONO_LICENSE'] || 'Nonstandard' %>"
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
16
16
  # to allow pushing to a single host or delete this section to allow pushing to any host.
17
17
  if spec.respond_to?(:metadata)
18
18
  spec.metadata["lono_type"] = "blueprint"
19
- <% if @options[:type] != "dsl" %>
19
+ <% if @options[:type] != "dsl" -%>
20
20
  spec.metadata["lono_strategy"] = "erb"
21
- <% end %>
21
+ <% end -%>
22
22
 
23
23
  spec.metadata["allowed_push_host"] = "<%= ENV['LONO_ALLOWED_PUSH_HOST'] || "TODO: Set to 'http://mygemserver.com'"%>"
24
-
25
24
  spec.metadata["homepage_uri"] = spec.homepage
26
25
  <% if ENV['LONO_ORG'] -%>
27
26
  spec.metadata["source_code_uri"] = "<%= ENV['LONO_ORG'] %>/<%= blueprint_name %>"
@@ -1,4 +1,4 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- # Specify your gem's dependencies in ssm_configset.gemspec
3
+ # Specify your gem's dependencies in the gemspec file
4
4
  gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["<%= ENV['LONO_EMAIL'] || user_info[:email] %>"]
11
11
  spec.summary = "Lono extension: <%= extension_name %>"
12
12
  spec.homepage = "<%= ENV['LONO_ORG'] || "https://github.com/USER" %>/<%= extension_name %>"
13
- spec.license = "<%= ENV['LONO_LICENSE'] || 'MIT' %>"
13
+ spec.license = "<%= ENV['LONO_LICENSE'] || 'Nonstandard' %>"
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
16
16
  # to allow pushing to a single host or delete this section to allow pushing to any host.
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.2.2
4
+ version: 7.2.3
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-02-28 00:00:00.000000000 Z
11
+ date: 2020-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport