urban 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. data/lib/urban/version.rb +1 -1
  2. data/urban.gemspec +1 -1
  3. metadata +2 -2
data/lib/urban/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Urban
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/urban.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Urban::VERSION
8
8
  s.authors = ['Tom Miller']
9
9
  s.email = ['jackerran@gmail.com']
10
- s.homepage = ''
10
+ s.homepage = 'https://github.com/tmiller/urban'
11
11
  s.summary = %q{A scraper for Urban Dictionary}
12
12
  s.description = %q{A scraper for urban dictionary. It comes with a command line tool to get random definitions from urbandictionary.com.}
13
13
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: urban
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tom Miller
@@ -66,7 +66,7 @@ files:
66
66
  - lib/urban/version.rb
67
67
  - urban.gemspec
68
68
  has_rdoc: true
69
- homepage: ""
69
+ homepage: https://github.com/tmiller/urban
70
70
  licenses: []
71
71
 
72
72
  post_install_message: