Sha256: 809248a86f1b043c74a8ff4d4749c90b0e2a2131491fa3e9c0927dfebbd14b35

Contents?: true

Size: 524 Bytes

Versions: 3

Compression:

Stored size: 524 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "map_fields"
    gem.summary = %Q{Rails plugin to allow a user to map the fields of a CSV to an expected list of fields}
    gem.email = "andrew@andrewtimberlake.com"
    gem.homepage = "http://github.com/andrewtimberlake/map-fields"
    gem.authors = ["Andrew Timberlake"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
map_fields-1.0.3 Rakefile
map_fields-1.0.2 Rakefile
map_fields-1.0.1 Rakefile