Rakefile in cannikin-gattica-0.3.3 vs Rakefile in cannikin-gattica-0.4.0
- old
+ new
@@ -9,9 +9,10 @@
gemspec.summary = "Gattica is a Ruby library for extracting data from the Google Analytics API."
gemspec.email = "cannikinn@gmail.com"
gemspec.homepage = "http://github.com/cannikin/gattica"
gemspec.description = "Gattica is a Ruby library for extracting data from the Google Analytics API."
gemspec.authors = ["Rob Cameron"]
+ gemspec.add_dependency('hpricot','>=0.6.164')
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
\ No newline at end of file