Sha256: 9beaa115c6966af00b555e3f631c875752b80256f47a8742ed905e4b9c782a68
Contents?: true
Size: 920 Bytes
Versions: 3
Compression:
Stored size: 920 Bytes
Contents
require 'rake' require 'rake/testtask' require 'rake/task' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "gattica" gemspec.summary = "Gattica is a easy to use Ruby Gem for getting data from the Google Analytics API." gemspec.email = "chrisl@seerinteractive.com" gemspec.homepage = "http://github.com/chrisle/gattica" gemspec.description = "Gattica is a easy to use Ruby Gem for getting data from the Google Analytics API. It supports metrics, dimensions, sort, filters, goals, and segments. It can handle accounts with 1000+ profiles, and can return data in CSV, Hash, or JSON" gemspec.authors = ["Christopher Le, et all"] gemspec.add_dependency 'hpricot' end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install jeweler" end Rake::TestTask.new do |t| t.libs << 'lib' t.pattern = 'test/**/test_*.rb' t.verbose = false end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
songphi-gattica-0.5.3 | Rakefile |
betapond-gattica-0.5.2 | Rakefile |
betapond-gattica-0.5.1 | Rakefile |