public
Description: StatWhore is for the stat addict in all of us. Eventually it will become a ruby wrapper for several web stat services apis. Initially, it will cover Google Analytics and Feedburner.
Homepage: http://rubyforge.org/projects/statwhore/
Clone URL: git://github.com/jnunemaker/statwhore.git
Search Repo:
fixed dependency for activesupport
jnunemaker (author)
Mon May 12 13:51:43 -0700 2008
commit  b1581cd169a27f5bc4e2c4082ac4e7517a603436
tree    e1714e4ee7f51a0a584958a92da0736d85ef995d
parent  1c8bb2727b6a87701a2385149a20db9100e12a5d
...
59
60
61
62
 
63
64
65
...
59
60
61
 
62
63
64
65
0
@@ -59,7 +59,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
   
0
   # == Optional
0
   p.changes = p.paragraphs_of("History.txt", 0..1).join("\\n\\n")
0
- p.extra_deps = [ ['googlebase', '>= 0.2.0'], ['active_support', '>= 2.0.2'], ['hpricot', '>= 0.6'] ]
0
+ p.extra_deps = [ ['googlebase', '>= 0.2.0'], ['activesupport', '>= 2.0.2'], ['hpricot', '>= 0.6'] ]
0
   #p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
0
   
0
   #p.spec_extras = {} # A hash of extra values to set in the gemspec.

Comments

    No one has commented yet.