redirect 0.0.2 → 0.0.3

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/History.txt +6 -0
  2. data/lib/redirect.rb +1 -1
  3. metadata +1 -1
@@ -1,3 +1,9 @@
1
+ === 0.0.3 / 2009-02-21
2
+
3
+ * 1 minor bug fix
4
+
5
+ * Fixed gemspec
6
+
1
7
  === 0.0.2 / 2009-02-21
2
8
 
3
9
  * 1 major enhancement
@@ -5,7 +5,7 @@ require 'rack/request'
5
5
  require 'rack/response'
6
6
 
7
7
  module Redirect
8
- VERSION = '0.0.2'
8
+ VERSION = '0.0.3'
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petrik de Heus