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 +4 -4
- data/README.md +4 -4
- data/lib/pebbles/suddenly_death_string/version.rb +1 -1
- data/pebbles-suddenly_death_string.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf1952dc0fc1b489bf580a121c401572a4b43971
|
|
4
|
+
data.tar.gz: 9e2821f97a1d24ddeee1071824ea70e5b0433764
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b295d7cfddd2c7f2ad168aff56a704bed195bc46dea636f632ac176027a9c17b965850b75e632c3cbabe6dd9536a9155c77c1e78d5d62f22a3aabde710b3109
|
|
7
|
+
data.tar.gz: d7d72f361ca1179c692ea14fe6972e2628248ff78a59d110049c9a6bbe0a9a36fc4960d7d9ef104d79354331f1c0168ae1a8152d41ac0b03a13646bc58dd5314
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
_人人人人人人_
|
|
4
4
|
> 突然の死 <
|
|
5
|
-
|
|
5
|
+
 ̄YYYYYY ̄
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -29,14 +29,14 @@ puts '突然の死'.to_suddenly_death
|
|
|
29
29
|
#=>
|
|
30
30
|
# _人人人人人人_
|
|
31
31
|
# > 突然の死 <
|
|
32
|
-
#
|
|
32
|
+
#  ̄YYYYYY ̄
|
|
33
33
|
|
|
34
34
|
puts Object.to_suddenly_death
|
|
35
35
|
|
|
36
36
|
#=>
|
|
37
37
|
# _人人人人人_
|
|
38
38
|
# > Object <
|
|
39
|
-
#
|
|
39
|
+
#  ̄YYYYY ̄
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
```sh
|
|
@@ -46,7 +46,7 @@ $ suddenly "突然の死"
|
|
|
46
46
|
#=>
|
|
47
47
|
# _人人人人人人_
|
|
48
48
|
# > 突然の死 <
|
|
49
|
-
#
|
|
49
|
+
#  ̄YYYYYY ̄
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
## Contributing
|
|
@@ -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{
|
|
12
|
-
spec.summary = %q{
|
|
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.
|
|
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:
|
|
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:
|
|
82
|
+
summary: > 突然の死 <
|
|
83
83
|
test_files: []
|