Skip to content

Commit

Permalink
Added Webstub
Browse files Browse the repository at this point in the history
  • Loading branch information
jwright committed Jul 24, 2013
1 parent 17e6583 commit 85f7dea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ GEM
bacon (1.2.0)
bubble-wrap (1.3.0)
rake (10.1.0)
webstub (0.6.1)

PLATFORMS
ruby
Expand All @@ -18,3 +19,4 @@ DEPENDENCIES
bacon
rake
sox!
webstub
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $:.unshift("/Library/RubyMotion/lib")

require 'bundler'
require 'bubble-wrap'
require 'webstub'

Bundler.setup
Bundler.require
Expand Down
1 change: 1 addition & 0 deletions sox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'bubble-wrap', '~> 1.3.0'

gem.add_development_dependency 'webstub'
gem.add_development_dependency 'bacon'
gem.add_development_dependency 'rake'
end

0 comments on commit 85f7dea

Please sign in to comment.