Skip to content

Commit

Permalink
Remove indirect monkey-lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
j15e committed Mar 17, 2013
1 parent e66db22 commit 3b3a2cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/sinatra/advanced_routes.rb
@@ -1,6 +1,5 @@
require "sinatra/base"
require "sinatra/sugar"
require "monkey-lib"

module Sinatra
Base.ignore_caller
Expand Down
2 changes: 1 addition & 1 deletion sinatra-advanced-routes.gemspec
Expand Up @@ -6,7 +6,7 @@ SPEC = Gem::Specification.new do |s|
s.description = "Make Sinatra routes first class objects (part of BigBand)."

# BigBand depedencies
s.add_dependency "monkey-lib", "~> 0.5.0"
# s.add_dependency "monkey-lib", "~> 0.5.0"
s.add_dependency "sinatra-sugar", "~> 0.5.0"
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 3b3a2cd

Please sign in to comment.