Skip to content

Commit

Permalink
Quoting pedantry
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 30, 2011
1 parent 74b0e78 commit ff5391a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require "bundler/gem_tasks"
require 'bundler/gem_tasks'
5 changes: 3 additions & 2 deletions maitre_d.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "maitre_d/version"
$:.push File.expand_path('../lib', __FILE__)
require 'maitre_d/version'

Gem::Specification.new do |s|
s.name = 'maitre_d'
Expand All @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']

s.add_development_dependency 'kensa', '1.3.0'
s.add_development_dependency 'rails', '3.1.3'
s.add_development_dependency 'rspec-rails', '2.7.0'
end

0 comments on commit ff5391a

Please sign in to comment.