Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
danryan committed Jun 13, 2012
1 parent 4798ae1 commit 89405e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ group :local do
gem 'guard', '>= 1.0.1'
gem 'guard-rspec', '>= 0.6.0'
gem 'guard-spork', '>= 0.5.2'
gem 'spork', '>= 1.0.0.rc2'
gem 'rb-fsevent', '>= 0.9.0'
gem 'growl', '>= 1.0.3'
gem 'simplecov'
end
end

gem 'json', :platform => :jruby
gem 'yajl-ruby', :platform => [ :ruby_18, :ruby_19 ]
1 change: 1 addition & 0 deletions spice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 2.8.0'
s.add_development_dependency "webmock", ">= 1.8.2"
s.add_development_dependency "timecop", ">= 0.3.5"
s.add_development_dependency 'spork', '>= 1.0.0.rc2'

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

0 comments on commit 89405e0

Please sign in to comment.