Sha256: 4af9687f2c14f4f85de9e9da33969ef6c35dea1800088f288df3750421643e15
Contents?: true
Size: 795 Bytes
Versions: 2
Compression:
Stored size: 795 Bytes
Contents
require 'rake' require 'rake/testtask' require 'rake/rdoctask' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "gattica" 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 Rake::TestTask.new do |t| t.libs << 'lib' t.pattern = 'test/**/test_*.rb' t.verbose = false end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
cannikin-gattica-0.4.0 | Rakefile |
gattica-0.4.0 | Rakefile |