Sha256: 5d0939fd6b23e0f4e533e935f63bc024c02026fcb7e634ce0fa8ebcd364252df

Contents?: true

Size: 745 Bytes

Versions: 15

Compression:

Stored size: 745 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"]
  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

15 entries across 15 versions & 4 rubygems

Version Path
cannikin-gattica-0.2.0 Rakefile
cannikin-gattica-0.3.1 Rakefile
cannikin-gattica-0.3.3 Rakefile
jeremyf-gattica-0.3.4 Rakefile
jeremyf-gattica-0.3.6 Rakefile
jeremyf-gattica-0.3.7 Rakefile
jeremyf-gattica-0.3.8 Rakefile
thieso2-gattica-0.3.3.1 Rakefile
thieso2-gattica-0.3.3.2 Rakefile
thieso2-gattica-0.3.3.3 Rakefile
thieso2-gattica-0.3.3.4 Rakefile
thieso2-gattica-0.3.3.5 Rakefile
tupalo-gattica-0.3.5 Rakefile
tupalo-gattica-0.3.4 Rakefile
tupalo-gattica-0.3.3 Rakefile