Sha256: 2c06d7f44439b83ce8439f1227ee549af0e5c4bcf6d5a5376178c20f380cc50e

Contents?: true

Size: 530 Bytes

Versions: 7

Compression:

Stored size: 530 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'
require './lib/geokit'

Hoe.new('Geokit', Geokit::VERSION) do |p|
  # p.rubyforge_name = 'Geokitx' # if different than lowercase project name
  p.developer('Andre Lewis and Bill Eisenhauer', 'andre@earthcode.com / bill_eisenhauer@yahoo.com')
end

task :generate_gemspec do
  system "rake debug_gem | grep -v \"(in \" > `basename \\`pwd\\``.gemspec"
end

task :update_manifest do
  system "touch Manifest.txt; rake check_manifest | grep -v \"(in \" | patch"
end

# vim: syntax=Ruby

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
andre-geokit-1.2.1 Rakefile
andre-geokit-1.2.2 Rakefile
andre-geokit-1.2.3 Rakefile
andre-geokit-1.2.4 Rakefile
andre-geokit-1.2.5 Rakefile
darrell-geokit-1.2.4.1 Rakefile
soey-geokit-1.2.4 Rakefile