public this repo is viewable by everyone
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
remove hpricot as a merb-core dependency since it is never loaded at 
runtime.
hpricot is required only for running tests of the framework or merb 
application
ezmobius (author)
6 days ago
commit  b38c164be5ebda892ac73e9792b6a099f25270cf
tree    bb6bab7c7ce9f6642eeadee045bee8c3611ffbff
parent  0a61957099d649e37ac40efa9aa9a92976a71319
...
59
60
61
62
63
64
65
...
59
60
61
 
62
63
64
0
@@ -59,7 +59,6 @@ spec = Gem::Specification.new do |s|
0
   s.add_dependency "json_pure"
0
   s.add_dependency "rspec"
0
   s.add_dependency "rack"
0
- s.add_dependency "hpricot"
0
   s.add_dependency "mime-types"
0
   # Requirements
0
   s.requirements << "install the json gem to get faster json parsing"

Comments

    No one has commented yet.