dictionary-rb 0.1.1 → 0.1.2

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.
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
1
+ 0.1.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "dictionary-rb"
8
- s.version = "0.1.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-01"
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
@@ -1,6 +1,5 @@
1
1
  require 'open-uri'
2
2
  require 'nokogiri'
3
- require 'debugger'
4
3
  require 'cgi'
5
4
  require 'dictionary-rb/word'
6
5
  require 'dictionary-rb/dictionary'
@@ -9,4 +8,4 @@ require 'dictionary-rb/string_patch'
9
8
 
10
9
  module DictionaryRB
11
10
 
12
- end
11
+ end
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.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-01 00:00:00.000000000 Z
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: 626639
266
+ hash: -707422225
267
267
  required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  none: false
269
269
  requirements: