urlify 0.2.0 → 0.2.1

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 (5) hide show
  1. data/README.md +1 -1
  2. data/Rakefile +1 -1
  3. data/VERSION.yml +1 -1
  4. data/urlify.gemspec +2 -2
  5. metadata +2 -2
data/README.md CHANGED
@@ -12,7 +12,7 @@ Installation
12
12
 
13
13
  URLify is available from [Gemcutter][gc] and in source form on [GitHub][gh].
14
14
 
15
- [gc]: http://gemcutter.org/gems/stylish
15
+ [gc]: http://gemcutter.org/gems/urlify
16
16
  [gh]: http://github.com/ionfish/urlify
17
17
 
18
18
 
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  s.name = "urlify"
7
7
  s.summary = "Convert accented characters to their ASCII equivalents"
8
8
  s.email = "benedict@eastaugh.net"
9
- s.homepage = "http://ionfish.github.com/urlify/"
9
+ s.homepage = "http://github.com/ionfish/urlify"
10
10
  s.description = "A small library for converting accented characters " +
11
11
  "to their ASCII equivalents."
12
12
  s.authors = ["Benedict Eastaugh"]
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{urlify}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Benedict Eastaugh"]
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  "test/urlify_test.rb",
26
26
  "urlify.gemspec"
27
27
  ]
28
- s.homepage = %q{http://ionfish.github.com/urlify/}
28
+ s.homepage = %q{http://github.com/ionfish/urlify}
29
29
  s.rdoc_options = ["--charset=UTF-8"]
30
30
  s.require_paths = ["lib"]
31
31
  s.rubygems_version = %q{1.3.5}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urlify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benedict Eastaugh
@@ -31,7 +31,7 @@ files:
31
31
  - test/urlify_test.rb
32
32
  - urlify.gemspec
33
33
  has_rdoc: true
34
- homepage: http://ionfish.github.com/urlify/
34
+ homepage: http://github.com/ionfish/urlify
35
35
  licenses: []
36
36
 
37
37
  post_install_message: