dict 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. metadata +6 -5
  2. /data/bin/{translate → dict} +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,12 +78,13 @@ dependencies:
78
78
  - - ! '>='
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
- description: ! " Dict is a client of API which you lets you use multiple dictionaries.\n
82
- \ Dict is an open source project.\n"
81
+ description: ! ' Dict is an open source dictionary aggregator.
82
+
83
+ '
83
84
  email:
84
85
  - mtczerwinski@gmail.com
85
86
  executables:
86
- - translate
87
+ - dict
87
88
  extensions: []
88
89
  extra_rdoc_files: []
89
90
  files:
@@ -92,7 +93,7 @@ files:
92
93
  - lib/wiktionary.rb
93
94
  - lib/dictpl.rb
94
95
  - lib/module_main.rb
95
- - bin/translate
96
+ - bin/dict
96
97
  homepage: https://github.com/Ragnarson/dict-gem
97
98
  licenses: []
98
99
  post_install_message:
File without changes