Skip to content

Commit

Permalink
hmm, non-standard gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Jul 24, 2010
1 parent d0c74f6 commit 8ac5cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/routing_filter/routing-filter.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'routing_filter'
4 changes: 2 additions & 2 deletions routing-filter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ $:.unshift File.expand_path('../lib', __FILE__)
require 'routing_filter/version'

Gem::Specification.new do |s|
s.name = "routing_filter"
s.name = "routing-filter"
s.version = RoutingFilter::VERSION
s.authors = ["Sven Fuchs"]
s.email = "svenfuchs@artweb-design.de"
s.homepage = "http://github.com/svenfuchs/routing_filter"
s.homepage = "http://github.com/svenfuchs/routing-filter"
s.summary = "Routing filters wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation"
s.description = "Routing filters wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation."

Expand Down

0 comments on commit 8ac5cec

Please sign in to comment.