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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7832cae3042a1839aefb9098a7ea32461fb6cfd6
4
- data.tar.gz: 0251c34ba54ad6c56f0b0ef7101c4bcd177f98ba
3
+ metadata.gz: 70373f4c84567e09458f8773f06bf9b5e117d29f
4
+ data.tar.gz: 6611cdee2630f2101154d222901e29e666caa7b2
5
5
  SHA512:
6
- metadata.gz: 311a443cc8d4b08aaa429982f0103d52b88f5e2eb49243752ae6e940cceb6e3e0c7e80b4ea98161bb4d868fbf0c39871349c0a39f7c0de58d492f614be747bde
7
- data.tar.gz: 2042f9c278c293b55f61c84a45a8c4e16d426815bb357753652b06208580c25ffa9c6e56fe2f33c413de4c62ec3a9b709b160b2e235c293ecef61f7dc28f24d7
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 a open source CLI and API dictionary Based on http://dictionary.cambridge.org/ site.
20
+ Meaning is an open source CLI and API dictionary Based on http://dictionary.cambridge.org/ site.
21
21
 
22
- to use the CLI,open your terminal and type:
22
+ To use the CLI,open your terminal and type:
23
23
  #{"meaning of Ruby".color(:green)}
24
24
 
25
- to use the gem as an API:
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
 
@@ -1,3 +1,3 @@
1
1
  module Meaning
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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-09 00:00:00.000000000 Z
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