route_downcaser 0.1.0 → 0.1.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.
- data/README.rdoc +4 -0
- data/lib/route_downcaser/version.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -45,6 +45,10 @@ At first I just made this code as a snippet and published it {on my blog}[http:/
|
|
45
45
|
|
46
46
|
All it really does is to take the path and downcase it before dispatching. Querystring parameters are NOT touched, they keep their casing, since it may have some contextual meaning.
|
47
47
|
|
48
|
+
== Feedback
|
49
|
+
|
50
|
+
This is my first published gem, so bear with me, if I have missed some conventions. If you find anything wrong in documentation, code, dependencies, etc. please let me know at mailto:carsten@sarum.dk.
|
51
|
+
|
48
52
|
== License
|
49
53
|
|
50
54
|
MIT License. Copyright 2013 Carsten Gehling. http://gehling.dk
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: route_downcaser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -94,7 +94,7 @@ files:
|
|
94
94
|
- test/test_helper.rb
|
95
95
|
- test/integration/route_middleware_test.rb
|
96
96
|
- test/route_downcaser_test.rb
|
97
|
-
homepage:
|
97
|
+
homepage: https://github.com/carstengehling/route_downcaser
|
98
98
|
licenses: []
|
99
99
|
post_install_message:
|
100
100
|
rdoc_options: []
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
segments:
|
110
110
|
- 0
|
111
|
-
hash: -
|
111
|
+
hash: -4061648802087057446
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
113
|
none: false
|
114
114
|
requirements:
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
117
|
version: '0'
|
118
118
|
segments:
|
119
119
|
- 0
|
120
|
-
hash: -
|
120
|
+
hash: -4061648802087057446
|
121
121
|
requirements: []
|
122
122
|
rubyforge_project:
|
123
123
|
rubygems_version: 1.8.24
|