pebbles-suddenly_death_string 0.0.3 → 0.0.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
  SHA1:
3
- metadata.gz: 20258428b30862fcc9447f738d63774d8d172389
4
- data.tar.gz: 62c615275fc24ae3bffacfced1ac599b52935d40
3
+ metadata.gz: cf1952dc0fc1b489bf580a121c401572a4b43971
4
+ data.tar.gz: 9e2821f97a1d24ddeee1071824ea70e5b0433764
5
5
  SHA512:
6
- metadata.gz: 31f0ea0ed46c02a96c85bda4ef265e5aa839bf9005316b91b7542edc051a66a295135b9f628b3f119e7b0aa97a1ba510ba9adb76e6dd7a844e576da10957c73a
7
- data.tar.gz: 1819f6937450439caa3438d3669d9f0ac6fd59d14a603feef91749a9aa599686bbc488baede7b0767c832f557fe1477fa44a5f295c878c183e7146ed416df1ae
6
+ metadata.gz: 3b295d7cfddd2c7f2ad168aff56a704bed195bc46dea636f632ac176027a9c17b965850b75e632c3cbabe6dd9536a9155c77c1e78d5d62f22a3aabde710b3109
7
+ data.tar.gz: d7d72f361ca1179c692ea14fe6972e2628248ff78a59d110049c9a6bbe0a9a36fc4960d7d9ef104d79354331f1c0168ae1a8152d41ac0b03a13646bc58dd5314
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  _人人人人人人_
4
4
  > 突然の死 <
5
-  ̄Y^Y^Y^Y^Y ̄
5
+  ̄YYYYYY ̄
6
6
 
7
7
  ## Installation
8
8
 
@@ -29,14 +29,14 @@ puts '突然の死'.to_suddenly_death
29
29
  #=>
30
30
  # _人人人人人人_
31
31
  # > 突然の死 <
32
- #  ̄Y^Y^Y^Y^Y ̄
32
+ #  ̄YYYYYY ̄
33
33
 
34
34
  puts Object.to_suddenly_death
35
35
 
36
36
  #=>
37
37
  # _人人人人人_
38
38
  # > Object <
39
- #  ̄Y^Y^Y^Y ̄
39
+ #  ̄YYYYY ̄
40
40
  ```
41
41
 
42
42
  ```sh
@@ -46,7 +46,7 @@ $ suddenly "突然の死"
46
46
  #=>
47
47
  # _人人人人人人_
48
48
  # > 突然の死 <
49
- #  ̄Y^Y^Y^Y^Y ̄
49
+ #  ̄YYYYYY ̄
50
50
  ```
51
51
 
52
52
  ## Contributing
@@ -1,5 +1,5 @@
1
1
  module Pebbles
2
2
  module SuddenlyDeathString
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Pebbles::SuddenlyDeathString::VERSION
9
9
  spec.authors = ["fukayatsu"]
10
10
  spec.email = ["fukayatsu@gmail.com"]
11
- spec.description = %q{a joke gem}
12
- spec.summary = %q{a joke gem}
11
+ spec.description = %q{> 突然の死 <}
12
+ spec.summary = %q{> 突然の死 <}
13
13
  spec.homepage = "https://github.com/fukayatsu/pebbles-suddenly_death_string"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebbles-suddenly_death_string
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - fukayatsu
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: a joke gem
41
+ description: > 突然の死 <
42
42
  email:
43
43
  - fukayatsu@gmail.com
44
44
  executables:
@@ -79,5 +79,5 @@ rubyforge_project:
79
79
  rubygems_version: 2.0.3
80
80
  signing_key:
81
81
  specification_version: 4
82
- summary: a joke gem
82
+ summary: > 突然の死 <
83
83
  test_files: []