Skip to content

Commit

Permalink
1.8 style hashes so tests pass on all rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Sep 4, 2012
1 parent ea9cb97 commit 2d1d4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,4 +2,4 @@ source :gemcutter

gemspec

gem "morecane", git: "https://github.com/yob/morecane.git"
gem "morecane", :git => "https://github.com/yob/morecane.git"
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -23,7 +23,7 @@ if RUBY_VERSION >= "1.9" && RUBY_ENGINE == "ruby"
cane.style_measure = 100
cane.max_violations = 108

cane.use Morecane::EncodingCheck, encoding_glob: "{app,lib,spec}/**/*.rb"
cane.use Morecane::EncodingCheck, :encoding_glob => "{app,lib,spec}/**/*.rb"
end

else
Expand Down

0 comments on commit 2d1d4a1

Please sign in to comment.