rack-linkify 0.0.0 → 0.0.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 (3) hide show
  1. data/{README.rdoc → README} +1 -1
  2. data/Rakefile +2 -2
  3. metadata +5 -5
@@ -2,7 +2,7 @@
2
2
 
3
3
  == Description
4
4
 
5
- Dead links (like this one http://you.cant.click.this.com/) are magically
5
+ Dead links are magically
6
6
  transformed into live links! Rack::Linkify is very generous in what it
7
7
  considers a link; it will turn http://www.google.com, www.google.com, and
8
8
  just plain google.com into a link.
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |s|
7
7
  s.name = "rack-linkify"
8
- s.version = "0.0.0"
8
+ s.version = "0.0.1"
9
9
  s.add_dependency 'rack-plastic', '>= 0.0.3'
10
10
  s.author = "Wyatt Greene"
11
11
  s.email = "techiferous@gmail.com"
@@ -16,7 +16,7 @@ begin
16
16
  }
17
17
  s.require_path = "lib"
18
18
  s.files = []
19
- s.files << "README.rdoc"
19
+ s.files << "README"
20
20
  s.files << "LICENSE"
21
21
  s.files << "CHANGELOG"
22
22
  s.files << "Rakefile"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-linkify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wyatt Greene
@@ -30,11 +30,11 @@ extensions: []
30
30
 
31
31
  extra_rdoc_files:
32
32
  - LICENSE
33
- - README.rdoc
33
+ - README
34
34
  files:
35
35
  - CHANGELOG
36
36
  - LICENSE
37
- - README.rdoc
37
+ - README
38
38
  - Rakefile
39
39
  - lib/rack-linkify.rb
40
40
  - test/rackapp/app.rb
@@ -67,5 +67,5 @@ rubygems_version: 1.3.5
67
67
  signing_key:
68
68
  specification_version: 3
69
69
  summary: Rack middleware that adds anchor tags to URLs in text.
70
- test_files: []
71
-
70
+ test_files:
71
+ - test/rackapp/app.rb