Sha256: 8bfcf94a9786b0196d91a225f32a616204860c453dae36be608796b0a9d37f63

Contents?: true

Size: 742 Bytes

Versions: 1

Compression:

Stored size: 742 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "uniquify"
    gemspec.summary = "Hello World"
    gemspec.description = "My first gem that prints hello world"
    gemspec.email = "auswalk@gmail.com"
    #gemspec.homepage = "http://github.com/technicalpickles/the-perfect-gem"
    gemspec.authors = ["Allen Walker"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

require File.expand_path('../config/application', __FILE__)
require 'rake'


Testapp::Application.load_tasks

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auswalk-uniquify-1.0.0 Rakefile