luogu 0.1.3 → 0.1.4

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: cb3e745f62ebfb4ebf7401ee41225be94c005b911669df30c622d62a44400696
4
- data.tar.gz: 181e888e61066c2f99d3102e946b7e35eca9dca07c15fd91e55b7fc8bd83894d
3
+ metadata.gz: c80b1178376383a11b89b3228aadcab81c58446c1cd5b84e9f26d8684c94d541
4
+ data.tar.gz: a249cbcb501e5a80b2c46ea43cdc85b10cb5b58a0eaba6f73fb79992625e5037
5
5
  SHA512:
6
- metadata.gz: 8c46cd1408e4baba2cf08f7498ba39408a7acf3ac442ed347f7e7ce0b958210a42e042b492dd11d97a768476165fc65f253b3fd138dabd2bd50ec03b3b815880
7
- data.tar.gz: d84cf9a0d8ca218452976cadd450f696d294df1d809872dc7775a190a15880268283d72cebe899ccd3e1a77c3a9d9e24befae6a7763d2325310b7470a9b88489
6
+ metadata.gz: 3096c1247c8c1eacc38ef6847f120036d37f753b0a5ede439b279345c473598d85db1a66b9db703dd26b6113612eec98679c2af2de0c00dae71ae345956d5bfa
7
+ data.tar.gz: 24d27201d1cc31e9e01361448fba1fef1abc1c1459a70908849ba86fe57132f7ffa5eee30cf8eddf60065a82c5590cc178a9d9564eab384a10dbfadd31e4322b
@@ -10,6 +10,7 @@ module Luogu
10
10
 
11
11
  def render
12
12
  process_file
13
+ @messages
13
14
  end
14
15
 
15
16
  def to_json
data/lib/luogu/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Luogu
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luogu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - MJ