dezo 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 +4 -4
- data/README.md +9 -4
- data/dezo.gemspec +0 -2
- data/lib/dezo.rb +1 -1
- data/lib/dezo/version.rb +1 -1
- metadata +1 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f38e2cd02580e47f917a241241f68877ca3831e39448b6a5e2a42095652e05a
|
|
4
|
+
data.tar.gz: ecb261b9e8b2828b9b608910a45e7f9507fe333a46bef6386e7e689de59f7b57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20a77b4b6384591e2acab26e4b8b30eed189f3dbf6bb96ccd406fdf283a65e2649f37bbe9b8a9692b87f184f2f7c15cdb25ab6735af12ad3a1220aabd3eef982
|
|
7
|
+
data.tar.gz: 1ce909af4abddfd7959a5f51803bf3a22e46219f41f9cd1c5c3efbc36d383a0253edcf6cb74d8eaca965f714445b8395b7e77222f0093d35e4f7fa6cf4ff1f91
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Dezo
|
|
2
|
-
Dezo is a cli tool that
|
|
2
|
+
Dezo is a cli tool that transrates Japanese between English.
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
@@ -8,13 +8,18 @@ Dezo is a cli tool that transrate Japanese between English.
|
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
```
|
|
12
|
+
$ dezo
|
|
13
|
+
```
|
|
12
14
|
|
|
13
15
|
|
|
14
|
-
and then type a word which you wanna transrate
|
|
16
|
+
and then type a word which you wanna transrate.
|
|
15
17
|
|
|
16
18
|
|
|
17
|
-
|
|
19
|
+

|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## Depends on
|
|
18
23
|
Dezo depends on デ辞蔵Webサービス
|
|
19
24
|
|
|
20
25
|
- デ辞蔵Webサービス
|
data/dezo.gemspec
CHANGED
data/lib/dezo.rb
CHANGED
|
@@ -4,7 +4,7 @@ module Dezo
|
|
|
4
4
|
class Error < StandardError; end
|
|
5
5
|
require 'net/http'
|
|
6
6
|
require 'uri'
|
|
7
|
-
require '
|
|
7
|
+
require 'cgi'
|
|
8
8
|
|
|
9
9
|
GET_ID_ENDPOINT = "http://public.dejizo.jp/NetDicV09.asmx/SearchDicItemLite"
|
|
10
10
|
GET_ITEM_ENDPOINT = "http://public.dejizo.jp/NetDicV09.asmx/GetDicItemLite"
|
data/lib/dezo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dezo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yuma Ishikawa
|
|
@@ -38,34 +38,6 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: thor
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - ">="
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0'
|
|
48
|
-
type: :runtime
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - ">="
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0'
|
|
55
|
-
- !ruby/object:Gem::Dependency
|
|
56
|
-
name: activesupport
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - ">="
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0'
|
|
62
|
-
type: :runtime
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - ">="
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0'
|
|
69
41
|
description: dezo can transrate japanese and english.
|
|
70
42
|
email:
|
|
71
43
|
- yuma.fuu05@gmail.com
|