We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b208429 commit 29ebb1eCopy full SHA for 29ebb1e
History.rdoc
@@ -1,4 +1,4 @@
1
-=== 1.1.0 / 2011-03-11
+=== 1.1.0 / 2011-08-15
2
* API
3
* :host and :method option to match SERVER_NAME and REQUEST_METHOD env params.
4
* :not option to negative match against path.
VERSION
@@ -1 +1 @@
-1.1.1
+1.1.0
rack-rewrite.gemspec
@@ -37,6 +37,8 @@ Gem::Specification.new do |s|
37
s.rubygems_version = %q{1.3.7}
38
s.summary = %q{A rack middleware for enforcing rewrite rules}
39
s.test_files = [
40
+ "test/rack-rewrite_test.rb",
41
+ "test/geminstaller.yml",
42
"test/rack-rewrite_test.rb",
43
"test/rule_test.rb",
44
"test/test_helper.rb"
0 commit comments