Skip to content

Commit

Permalink
Adds rake development dependency to gemspec and moves guard into Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt committed Oct 25, 2011
1 parent 4a88dc6 commit 732ffc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ source "https://rubygems.org"
gemspec

gem "pling", :git => "git:https://github.com/flinc/pling.git"
gem "growl_notify" if RUBY_PLATFORM =~ /darwin/
gem "growl_notify" if RUBY_PLATFORM =~ /darwin/
gem "guard"
gem "guard-rspec"
6 changes: 3 additions & 3 deletions pling-mobilant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|

# specify any dependencies here; for example:
s.add_development_dependency "rspec", "~> 2.7"
s.add_development_dependency "guard", "~> 0.7"
s.add_development_dependency "guard-rspec", "~> 0.5"
s.add_development_dependency "yard", ">= 0.7"
s.add_development_dependency "rake", ">= 0.9"

s.add_runtime_dependency "pling"
end

0 comments on commit 732ffc2

Please sign in to comment.