routing-filter 0.1.1 → 0.1.2

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.
@@ -58,7 +58,3 @@ Rack::Mount::CodeGeneration.class_eval do
58
58
  end
59
59
  end
60
60
 
61
-
62
-
63
-
64
-
@@ -1,3 +1,3 @@
1
1
  module RoutingFilter
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: routing-filter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
@@ -55,6 +55,7 @@ extensions: []
55
55
  extra_rdoc_files: []
56
56
 
57
57
  files:
58
+ - lib/routing-filter.rb
58
59
  - lib/routing_filter.rb
59
60
  - lib/routing_filter/adapters/rails_2.rb
60
61
  - lib/routing_filter/adapters/rails_3.rb
@@ -64,7 +65,6 @@ files:
64
65
  - lib/routing_filter/filters/locale.rb
65
66
  - lib/routing_filter/filters/pagination.rb
66
67
  - lib/routing_filter/filters/uuid.rb
67
- - lib/routing_filter/routing-filter.rb
68
68
  - lib/routing_filter/version.rb
69
69
  has_rdoc: true
70
70
  homepage: http://github.com/svenfuchs/routing-filter