Sha256: 134015100c6d2833ebe1fbfa8b90e3064eb6e0f43825e834fcab4886b4dc10c7

Contents?: true

Size: 482 Bytes

Versions: 4

Compression:

Stored size: 482 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'
require './lib/iso_country_codes.rb'

Hoe.new('iso_country_codes', IsoCountryCodes::VERSION) do |p|
  # p.rubyforge_name = 'IsoCountryCodesx' # if different than lowercase project name
  p.developer('Alex Rabarts', 'alexrabarts@gmail.com')
end

# Load extra rake tasks.
tasks_path = File.join(File.dirname(__FILE__), 'rakelib')
rake_files = Dir["#{tasks_path}/*.rake"]
rake_files.each{|rake_file| load rake_file}

# vim: syntax=Ruby

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alexrabarts-iso_country_codes-0.1.1 Rakefile
alexrabarts-iso_country_codes-0.1.2 Rakefile
alexrabarts-iso_country_codes-0.2.0 Rakefile
alexrabarts-iso_country_codes-0.2.1 Rakefile