plain_speech_balloon 0.0.52 → 0.0.53

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.
@@ -1,3 +1,3 @@
1
1
  module PlainSpeechBalloon
2
- VERSION = "0.0.52"
2
+ VERSION = "0.0.53"
3
3
  end
@@ -41,14 +41,14 @@ module PlainSpeechBalloon
41
41
 
42
42
  def balloon_extend
43
43
  self.new_balloon unless @balloon_extend
44
- @balloon_extend ||= PlainSpeechBalloon::Balloon.new
44
+ @balloon_extend
45
45
  end
46
46
 
47
47
  def balloon_extend= params
48
48
  @balloon_extend = PlainSpeechBalloon::Balloon.new params
49
49
  end
50
50
 
51
- def new_sballoon params = {}
51
+ def new_balloon params = {}
52
52
  @balloon_extend = PlainSpeechBalloon::Balloon.new params
53
53
  @balloon_extend.supply_default
54
54
  end
@@ -80,7 +80,7 @@ module PlainSpeechBalloon
80
80
 
81
81
  def speech_extend
82
82
  self.new_speech unless @speech_extend
83
- @speech_extend ||= PlainSpeechBalloon::Speech.new
83
+ @speech_extend
84
84
  end
85
85
 
86
86
  def speech_extend= params
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plain_speech_balloon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.52
4
+ version: 0.0.53
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: