hahamut 0.1.0 → 0.1.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: 1e245ce79903796e15236e1b5b3e3f0086df00ee0cb5113853dd65edecc7c97a
4
- data.tar.gz: 277a9346c3f4417a4bfbd9dc9c6722acd315d854a2daf55ecf82361ee7470375
3
+ metadata.gz: c79ae3228c8bab92230850820e2208775960196bfbf12c58dd2d64ba816530f4
4
+ data.tar.gz: 155d2098511c6df786216d53134799519d5efb9f29db44d9acfc6e62f3711ea5
5
5
  SHA512:
6
- metadata.gz: 60823d6acaa8f3113557c4e1edabb902d36597378f480d5afc478c27291bc78f0de9bb1769d002e5767c56ea9b788b56f265a0e746b986bf0aa775597a2ed4c1
7
- data.tar.gz: '083d00fb3ac48504c8d6942e6edd3d782cd18bfe8c91aadfd9b80caf162cf3ffa20d57fd574091e0f46d33b2175fcd135094199630d1f0128bf1acc868327e86'
6
+ metadata.gz: 3dfb580a52fa7a0e383fefd026fb43410048262726d98aac675ff3372e63b5c1f008aee9cd1beeb2942740544b30b82393d6344bfe1190788e60ebbcf2582a7f
7
+ data.tar.gz: b25e2fc592b15fce7a823f768aaf6d6608b5e0acc6cb774140422cbe3d4edd6b4a3317233a42582c0db2787324f12b5f5a9ccd28b3f59e483458d78a64b3838e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hahamut (0.1.0)
4
+ hahamut (0.1.1)
5
5
  rack
6
6
 
7
7
  GEM
@@ -4,6 +4,7 @@ module Hahamut
4
4
  module Message
5
5
  # Bot Start Message
6
6
  class BotEvent < Base
7
+ attribute :event_id, :string
7
8
  # TODO: Implement image attribute
8
9
  attribute :image, :string
9
10
  # TODO: Implement specify attribute
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hahamut
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hahamut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 蒼時弦也