Skip to content

Commit

Permalink
Merge pull request judofyr#60 from locks/patch-1
Browse files Browse the repository at this point in the history
small update to the specification API
  • Loading branch information
judofyr committed May 22, 2011
2 parents 482972d + adcb369 commit 0e7a9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/making-ruby-gems
Expand Up @@ -77,7 +77,7 @@ Here's a sample gemspec:
s.summary = %q{A sample gem}
s.description = %q{A sample gem. It doesn't do a whole lot, but it's still useful.}

s.add_dependency "launchy"
s.add_runtime_dependency "launchy"
s.add_development_dependency "rspec", "~>2.5.0"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 0e7a9e9

Please sign in to comment.