Sha256: df99852b84ac5e5594ac2966b6550a7f267d35f8cf84dabb68d9cbc0d7a6aa4f

Contents?: true

Size: 500 Bytes

Versions: 4

Compression:

Stored size: 500 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'
require 'lib/natural_key'

Echoe.new('natural_key', NaturalKey::VERSION) do |p|
  p.description = "ActiveRecord.create_or_update based on a user-defined natural-key"
  p.url = "http://github.com/sjain/natural_key"
  p.author = "Sharad Jain"
  p.email = "shaanjain@gmail.com"
  p.ignore_pattern = ["tmp/*", "script/*", "nbproject/**/*"]
  p.development_dependencies = []
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

4 entries across 3 versions & 2 rubygems

Version Path
sjain-natural_key-0.1.0 Rakefile
natural_key-0.2.1 Rakefile
natural_key-0.2.0 Rakefile
natural_key-0.2.0 pkg/natural_key-0.1.0/Rakefile