Sha256: 09a0ff6d57eec5c47bfa6ae92f813faaae4f1260915105f90585cb0caea1eb5d

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'user_mgmt/version'

Gem::Specification.new do |spec|
  spec.name          = "user_mgmt"
  spec.version       = UserMgmt::VERSION
  spec.authors       = ["Danilo Faria, Fernando Gorodscy, Josh Leslie"]
  spec.email         = ["su_critic@hotmail.com"] 
  spec.description   = %q{Includes functionality for site-specific registration and third-party authentication strategies such as social networks (Facebook, Twitter and Linkedin) and freemail providers (Yahoo, Windows Live and Gmail) with support for external database authentication.}
  spec.summary       = %q{Various authentication options in an outside database.}
  spec.homepage      = "https://github.com/Methos2013/user_mgmt_gem"
  spec.license       = "MIT"
  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "rspec"
  spec.add_development_dependency "genspec"
  spec.add_development_dependency "rails"
  spec.add_development_dependency "warden"
  spec.add_development_dependency "haml"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
user_mgmt-0.0.512 user_mgmt.gemspec
user_mgmt-0.0.511 user_mgmt.gemspec
user_mgmt-0.0.51 user_mgmt.gemspec