Skip to content

Commit

Permalink
Sort a couple things alphabetically.
Browse files Browse the repository at this point in the history
  • Loading branch information
omghax committed May 26, 2011
1 parent 64c1b1f commit 5950415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.gem
.bundle
Gemfile.lock
pkg/*
.rvmrc
Gemfile.lock
doc
pkg/*
2 changes: 1 addition & 1 deletion ruby_cop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 'rspec', '~> 2.3.0'
s.add_development_dependency 'geminabox'
s.add_development_dependency 'rspec', '~> 2.3.0'
s.add_development_dependency 'yard'
end

0 comments on commit 5950415

Please sign in to comment.