gamefic 2.0.0 → 2.0.1

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: 758b3f682dd5837841ce39281a53e6d8beada80ca0f0f0308f2b3909d12349b7
4
- data.tar.gz: c330934f0a69040e96cf7c18936b93e5b5cf7580ba95a0ef46e633a79975f513
3
+ metadata.gz: 04c82a67567327c04056889b9f2b18e8756c917449cad5c5b0fbee780a5086fe
4
+ data.tar.gz: 552ca9a8bf3a8d9816158a5472399f0425eb4e5afb918cd41a4f6d72b3501f6b
5
5
  SHA512:
6
- metadata.gz: f95a19e039ef00076f23f90902077ba78941b2b186bad9963222da21001148741800058c97c7a110662f660af3334ef0a4732046210946ce9a9c54a340d8d566
7
- data.tar.gz: dfb08b610f13a75c5515bf95d41834db415bee8a3d196238f53385c6d2983a84dcd8906d048440c21601858f13c48a0f2359da21ea0596455ee7fac7ddd66acf
6
+ metadata.gz: 269912641fca497c003d815918fc7da4797500bdf62367fe21a1630ddcb9b7ad3e7157f8440d0de4e9ffb6107d268b70756e5dd7d0caeda9097f9ca602f2e0f2
7
+ data.tar.gz: 4b4a1179eff5209df4204976107b5da6d40368eda34f787fea421891f1d4047f70a78be58f3e07b424ca453220314e0e241142262ae524536125405070af0295
@@ -59,7 +59,8 @@ module Gamefic
59
59
  .merge({
60
60
  messages: p.messages,
61
61
  last_prompt: p.last_prompt,
62
- last_input: p.last_input
62
+ last_input: p.last_input,
63
+ queue: p.queue
63
64
  })
64
65
  .merge(p.state)
65
66
  )
@@ -1,3 +1,3 @@
1
1
  module Gamefic
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gamefic
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Snyder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-24 00:00:00.000000000 Z
11
+ date: 2020-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake