meaning 0.1.3 → 0.1.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/.DS_Store +0 -0
- data/bin/meaning +3 -3
- data/lib/meaning/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70373f4c84567e09458f8773f06bf9b5e117d29f
|
4
|
+
data.tar.gz: 6611cdee2630f2101154d222901e29e666caa7b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1091623e42758c2850c16f9ff51891df3b37c89c50298265fbda5a3cf702e6ff1efae59ceaf4a67fa9c701fa1f6dce2d05dc4b33fbcae9bdfd212500a9f3e2ec
|
7
|
+
data.tar.gz: 3119e99b83ba9f274d29e68288f8803b4fb34746ede351ead6bf78f975a799653051d9e5b622156f70375e6e3dd9df7d56b41ab8825c358f8f934e1020522efb
|
data/.DS_Store
ADDED
Binary file
|
data/bin/meaning
CHANGED
@@ -17,12 +17,12 @@ module Meaning
|
|
17
17
|
desc 'help',"Full Description of how both the CLi and the API work"
|
18
18
|
def help
|
19
19
|
puts <<EOH
|
20
|
-
Meaning is
|
20
|
+
Meaning is an open source CLI and API dictionary Based on http://dictionary.cambridge.org/ site.
|
21
21
|
|
22
|
-
|
22
|
+
To use the CLI,open your terminal and type:
|
23
23
|
#{"meaning of Ruby".color(:green)}
|
24
24
|
|
25
|
-
|
25
|
+
To use the gem as an API:
|
26
26
|
#{"word = Meaning::MeaningLab.new('ruby')".color(:green)}
|
27
27
|
#{"word.dictionary".color(:green)}
|
28
28
|
|
data/lib/meaning/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: meaning
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Khaled0Fares
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03
|
11
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -88,6 +88,7 @@ executables:
|
|
88
88
|
extensions: []
|
89
89
|
extra_rdoc_files: []
|
90
90
|
files:
|
91
|
+
- ".DS_Store"
|
91
92
|
- ".git_statistics/0.json"
|
92
93
|
- ".gitignore"
|
93
94
|
- Gemfile
|