removing extra white space at end of lines

This commit is contained in:
Ryan Bates
2010-07-21 11:45:26 -07:00
parent c5737f6d28
commit 25637bb33a
10 changed files with 63 additions and 63 deletions

View File

@@ -6,10 +6,10 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/ryanb/cancan"
s.summary = "Simple authorization solution for Rails."
s.description = "Simple authorization solution for Rails which is completely decoupled from the user's roles. All permissions are stored in a single location for convenience."
s.files = Dir["{lib,spec}/**/*", "[A-Z]*", "init.rb"]
s.require_path = "lib"
s.rubyforge_project = s.name
s.required_rubygems_version = ">= 1.3.4"
end