Skip to content

Commit

Permalink
Clean whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril David committed Oct 8, 2010
1 parent 7753b2f commit af21079
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -17,4 +17,4 @@ end
task :test => :start_app do
require "cutest"
Cutest.run(Dir["test/*_test.rb"])
end
end
2 changes: 1 addition & 1 deletion lib/pistol.rb
Expand Up @@ -44,4 +44,4 @@ def optimize_options(options)
opts[:files].map! { |file| File.expand_path(file) }
opts
end
end
end
2 changes: 1 addition & 1 deletion pistol.gemspec
Expand Up @@ -13,4 +13,4 @@ Gem::Specification.new do |s|
s.rubyforge_project = "pistol"
s.add_development_dependency "cutest", "~> 1.0"
s.add_development_dependency "sinatra", "~> 1.0"
end
end
2 changes: 1 addition & 1 deletion pistol.gemspec.erb
Expand Up @@ -20,4 +20,4 @@ Gem::Specification.new do |s|
s.rubyforge_project = "pistol"
s.add_development_dependency "cutest", "~> 1.0"
s.add_development_dependency "sinatra", "~> 1.0"
end
end

0 comments on commit af21079

Please sign in to comment.