urban 0.0.5 → 0.0.6
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/lib/urban/version.rb +1 -1
- data/urban.gemspec +4 -2
- metadata +6 -3
data/lib/urban/version.rb
CHANGED
data/urban.gemspec
CHANGED
|
@@ -8,8 +8,10 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ['Tom Miller']
|
|
9
9
|
s.email = ['jackerran@gmail.com']
|
|
10
10
|
s.homepage = 'https://github.com/tmiller/urban'
|
|
11
|
-
s.summary = %q{A
|
|
12
|
-
s.description = %q{
|
|
11
|
+
s.summary = %q{A command line tool to output a random Urban Dictionary entry}
|
|
12
|
+
s.description = %q{Currently only a beta command line tool that outputs a random urban dictionary entry. In
|
|
13
|
+
the future there are plans to add other features to the tool such as search
|
|
14
|
+
and word of the day. There will also be an api to use in your projects.}
|
|
13
15
|
|
|
14
16
|
s.rubyforge_project = 'urban'
|
|
15
17
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: urban
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Tom Miller
|
|
@@ -57,7 +57,10 @@ dependencies:
|
|
|
57
57
|
version: "0"
|
|
58
58
|
type: :development
|
|
59
59
|
version_requirements: *id004
|
|
60
|
-
description:
|
|
60
|
+
description: |-
|
|
61
|
+
Currently only a beta command line tool that outputs a random urban dictionary entry. In
|
|
62
|
+
the future there are plans to add other features to the tool such as search
|
|
63
|
+
and word of the day. There will also be an api to use in your projects.
|
|
61
64
|
email:
|
|
62
65
|
- jackerran@gmail.com
|
|
63
66
|
executables:
|
|
@@ -103,6 +106,6 @@ rubyforge_project: urban
|
|
|
103
106
|
rubygems_version: 1.6.2
|
|
104
107
|
signing_key:
|
|
105
108
|
specification_version: 3
|
|
106
|
-
summary: A
|
|
109
|
+
summary: A command line tool to output a random Urban Dictionary entry
|
|
107
110
|
test_files: []
|
|
108
111
|
|