Sha256: 6f83cbfa60303085ed9c8339a26977e2ab0dc302b1578ba622dd1b7789955bec

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

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 no longer maintained)"
  gem.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too. (Gem no longer maintained)"
  gem.email       = "pelaez89@gmail.com"
  gem.version     = "0.9.3"
  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.9.3 Rakefile