redirect 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +6 -0
  2. data/lib/redirect.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 0.0.4 / 2009-02-21
2
+
3
+ * 1 minor bug fix
4
+
5
+ * Removed Hoe dependency
6
+
1
7
  === 0.0.3 / 2009-02-21
2
8
 
3
9
  * 1 minor bug fix
data/lib/redirect.rb CHANGED
@@ -5,7 +5,7 @@ require 'rack/request'
5
5
  require 'rack/response'
6
6
 
7
7
  module Redirect
8
- VERSION = '0.0.3'
8
+ VERSION = '0.0.4'
9
9
 
10
10
  class Data
11
11
  attr_reader :catch_url, :redirect_url, :code, :name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redirect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petrik de Heus