dictionary-rb 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -1
- data/VERSION +1 -1
- data/dictionary-rb.gemspec +2 -2
- data/lib/dictionary-rb.rb +1 -2
- metadata +3 -3
data/README.md
CHANGED
@@ -6,6 +6,10 @@ Provides meanings, similar words, usage examples from [Urban Dictionary](http://
|
|
6
6
|
|
7
7
|
`gem install dictionary-rb`
|
8
8
|
|
9
|
+
|
10
|
+
##Documentation
|
11
|
+
Detailed documentation is [available here](http://rubydoc.info/gems/dictionary-rb).
|
12
|
+
|
9
13
|
##Usage
|
10
14
|
--------
|
11
15
|
|
@@ -113,7 +117,7 @@ boast is similar to - annoying, humble
|
|
113
117
|
##Contribution
|
114
118
|
|
115
119
|
* Fork the [repository](https://github.com/AnkurGel/dictionary-rb)
|
116
|
-
* Have a look at the [API Documentation](). It is pretty well documented with explanations of all methods and modules.
|
120
|
+
* Have a look at the [API Documentation](http://rubydoc.info/gems/dictionary-rb). It is pretty well documented with explanations of all methods and modules.
|
117
121
|
* Do your changes in your remote branch
|
118
122
|
* Create a pull request.
|
119
123
|
* Earn a beer! :)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/dictionary-rb.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "dictionary-rb"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ankur Goel"]
|
12
|
-
s.date = "2014-02-
|
12
|
+
s.date = "2014-02-04"
|
13
13
|
s.description = "Provides urban-dictionary and dictionary-reference meanings. Equipped with CLI interface and general-purpose library."
|
14
14
|
s.email = "ankurgel@gmail.com"
|
15
15
|
s.executables = ["dictionary"]
|
data/lib/dictionary-rb.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dictionary-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-02-
|
12
|
+
date: 2014-02-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
@@ -263,7 +263,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
263
263
|
version: '0'
|
264
264
|
segments:
|
265
265
|
- 0
|
266
|
-
hash:
|
266
|
+
hash: -707422225
|
267
267
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
268
268
|
none: false
|
269
269
|
requirements:
|