Sha256: 123e059f0a860bda8a9d051362683855303a024eb49a307a85857988d812e2bd

Contents?: true

Size: 1010 Bytes

Versions: 1

Compression:

Stored size: 1010 Bytes

Contents

# encoding: utf-8
require 'rake'
generators = %w(fbdoorman)

namespace :generator do
  desc "Run the fbdoorman generator"
  task :minifbclearance do
    system "cd test/rails_root && ./script/generate fbdoorman -f && rake db:migrate db:test:prepare"
  end
end

task :default => []

require 'jeweler'

Jeweler::Tasks.new do |gem|
  gem.name        = "fbdoorman"
  gem.summary     = "Rails authentication with facebook single sign-on OR email & password."
  gem.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too."
  gem.email       = "pelaez89@gmail.com"
  gem.version     = "0.7.4"
  gem.homepage    = "http://github.com/davidpelaez/minifb-clearance"
  gem.authors     = ["Fbdoorman: David Pelaez","MiniFB: Appoxy","Clearance: Thoughtbot"]
  gem.files       = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
  #gem.dependencies = ['hashie','rest-client','json','mini_fb']
end

Jeweler::GemcutterTasks.new

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fbdoorman-0.7.4 Rakefile