wordwiki 0.2.0 → 0.2.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 +12 -4
- data/lib/wordwiki/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b21cd93d5988ce1ccfc18544c5d8831a5f2917c38345dd524a20135dea3db691
|
|
4
|
+
data.tar.gz: 9543d2eced3f5366bb7c670e881d8d69c324caea61171aecd1a6e1b1e08c0a26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc5d63d9f42a9e527b1a2d605bde174bc62258119d910e44774e70651132d66cf4870c5561f4aaa195f2d41aa40396e678778681bf5678bd23d6bb122425db33
|
|
7
|
+
data.tar.gz: 81eb25a3c84cbb6a009daa569a37868782b5d9b9aba297f381accebedffaa99c5bd02e6791873e607c91b693ce5a22641b17bfa0b2f9f71d8c67d44db054c066
|
data/README.md
CHANGED
|
@@ -19,13 +19,21 @@ Simple commandline based dictionary and wiki. Definitions and answers at your fi
|
|
|
19
19
|
$ gem install wordwiki
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
## Basic Usage
|
|
23
|
+
|
|
24
|
+
To get a word definition, simply do:
|
|
25
|
+
```
|
|
26
|
+
$ wordwiki define <word>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
For Help:
|
|
30
|
+
```
|
|
31
|
+
$ wordwiki help
|
|
24
32
|
```
|
|
25
33
|
|
|
26
34
|
## Support
|
|
27
35
|
|
|
28
|
-
If you want to report a bug, or have ideas, feedback or questions about the gem, [let me know via GitHub issues](https://github.com/lovepreetkaul/wordwiki/issues/new) and I will do my best to provide a helpful answer.
|
|
36
|
+
If you want to report a bug, or have ideas, feedback or questions about the gem, [let me know via GitHub issues](https://github.com/lovepreetkaul/wordwiki/issues/new) and I will do my best to provide a helpful answer.
|
|
29
37
|
|
|
30
38
|
## License
|
|
31
39
|
|
|
@@ -37,4 +45,4 @@ Everyone interacting in this project’s codebases, issue trackers, chat rooms a
|
|
|
37
45
|
|
|
38
46
|
## Contribution guide
|
|
39
47
|
|
|
40
|
-
Pull requests are welcome!
|
|
48
|
+
Pull requests are welcome!
|
data/lib/wordwiki/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wordwiki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lovepreet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
requirements:
|
|
84
84
|
- - ">="
|
|
85
85
|
- !ruby/object:Gem::Version
|
|
86
|
-
version: 2.
|
|
86
|
+
version: 2.5.0
|
|
87
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements:
|
|
89
89
|
- - ">="
|