Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add development dependencies to the Periscope gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Jun 23, 2014
1 parent e168674 commit 0700f1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions periscope.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/laserlemon/periscope"
gem.license = "MIT"

gem.add_development_dependency "bundler", "~> 1.6"
gem.add_development_dependency "rake", "~> 10.3"

gem.files = %w(
lib/periscope.rb
LICENSE.md
Expand Down

0 comments on commit 0700f1e

Please sign in to comment.