panayo 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f12bab6c5b764e19358b6c880be553016f457819
4
- data.tar.gz: ab7b733f5d5652a90dceba886315c4fd509ad1d8
3
+ metadata.gz: cf59638e05931eba841f4b29a2a524c404e486e7
4
+ data.tar.gz: f05f98a93d94ad8acb9d57e658b9656a5c3231d7
5
5
  SHA512:
6
- metadata.gz: c43e4289023406168ea9a4c0dca67ae801cc535bef58c37ac49be407b6eb1d028db8da8428176565f6480fc38108d1808a2fe20edca0293ced6fbff547654b1e
7
- data.tar.gz: eaf5d510b7fddd17b101ea76f4da968c6fe0519aabffc2c8e40dee594cb25d6c681253c6d7a5efbc0621c81c060dfc5b5803b900a9e3fd3d3b4e8505335e49db
6
+ metadata.gz: 16beb7e87c1717d3302bc35f7d09ce5cd2e5b5fa093475751741dde7297319b766db47bbef929ac0f191b06b48f588eec3e576f221c62e1fb926beb79200b80c
7
+ data.tar.gz: 7e07ea79982a74febf9a96e5e036ba14eb10027977b4c38bedf584bd0b4dd8545704054230b7d0207ab18e9568b4cbe433588dedb84bb712d363bf62090676d3
@@ -2,14 +2,12 @@ require "panayo/version"
2
2
  require "panayo/converter"
3
3
 
4
4
  module Panayo
5
- class << self
6
- def say(text)
7
- return if text.nil?
5
+ def self.say(text)
6
+ return if text.nil?
8
7
 
9
- words = Panayo::Converter.to_kana(text)
10
- words = Panayo::Converter.remove_dakuten(words)
11
- words = Panayo::Converter.remove_handakuten(words)
12
- Panayo::Converter.to_hanayo(words)
13
- end
8
+ words = Panayo::Converter.to_kana(text)
9
+ words = Panayo::Converter.remove_dakuten(words)
10
+ words = Panayo::Converter.remove_handakuten(words)
11
+ Panayo::Converter.to_hanayo(words)
14
12
  end
15
13
  end
@@ -1,3 +1,3 @@
1
1
  module Panayo
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["hogewest@gmail.com"]
11
11
  spec.summary = %q{Hanayo is very cute.}
12
12
  spec.description = %q{Hanayo is very cute.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/hogewest/panayo"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panayo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - hogewest
@@ -72,7 +72,7 @@ files:
72
72
  - panayo.gemspec
73
73
  - spec/panayo_spec.rb
74
74
  - spec/spec_helper.rb
75
- homepage: ''
75
+ homepage: https://github.com/hogewest/panayo
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}