dst-mods 1.0.0.alpha.2 → 1.0.0.alpha.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dst-mods/mod_info.rb +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b76f69a0346048239849802f4238bccbf5f05b7
4
- data.tar.gz: 137708c2bdf38894a164e04112b5707cab8e60ce
3
+ metadata.gz: 390dad73290b4a2792f3dc3dbb2a80fe67162a25
4
+ data.tar.gz: e20b8e2bff1b7f337f607a7fdd2eacd3c03120c3
5
5
  SHA512:
6
- metadata.gz: 2decc161fd58b3932d3efd548c2a60eaef70d9ccdac11a5920bdf9cf8b03162f348b4a8abed6406d9723d2d20e20ec1c6e8f706b54829d4f9f3976c4fa645576
7
- data.tar.gz: 90294c8b16ba46963b4129c3827ebdc8084c2b5b4a8bf15f7bbb9879152f82d605acdc59cc2e113f279fd3e8f27f9de46d97542de04243120d7418b4e4e8788b
6
+ metadata.gz: 4bf94411ba49d4fb2ef7636d1145c6af8d6376b5aad47cbc133413d3994df634ff181ea4f8ac808708fadd968314678202d5332d50bbf75dca05a0cca057dd14
7
+ data.tar.gz: cfb49e1b043fe1afa7b6346d19782a6fa07154fa6a929544a2976afa0312e108891957da0316f651d8286f2aa1dc0aae7710f18e35becfcb4243838be6a2bd69
@@ -29,6 +29,10 @@ module DST::Mods
29
29
  retval[k] = lua.var(true, k.to_s)
30
30
  end
31
31
 
32
+ # Convenience: this way, downstream code won't
33
+ # need to check for nil.
34
+ retval[:configuration_options] ||= {}
35
+
32
36
  RecSym.this(retval)
33
37
  end
34
38
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dst-mods
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.2
4
+ version: 1.0.0.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Lauber