Skip to content

Commit

Permalink
Merge pull request #1 from steveklabnik/patch-1
Browse files Browse the repository at this point in the history
Parenthesis consistency.
  • Loading branch information
emachnic committed Apr 5, 2012
2 parents 651fe37 + 4983d6d commit d3f4a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions working_man.gemspec
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |gem|
gem.name = "working_man"
gem.require_paths = ["lib"]
gem.version = WorkingMan::VERSION
gem.add_development_dependency('rdoc')
gem.add_development_dependency('rake', '~> 0.9.2')
gem.add_development_dependency 'rdoc'
gem.add_development_dependency 'rake', '~> 0.9.2'
gem.add_development_dependency 'aruba', '~> 0.4.11'
gem.add_dependency('methadone', '~>1.0.0.rc4')
gem.add_dependency 'methadone', '~>1.0.0.rc4'
end

0 comments on commit d3f4a77

Please sign in to comment.