Sha256: 0361d6b87bf6afef49d208e7571d38943d97b553ecc603d5c8d5577bfa5f54a4

Contents?: true

Size: 738 Bytes

Versions: 1

Compression:

Stored size: 738 Bytes

Contents

Gem::Specification.new do |s|
	s.name = 'jt-rails-generator-user'
	s.summary = "Generate a scaffold for user authentication in Ruby On Rails"
	s.description = "JTRailsGeneratorUser is a generator for user authentication. You have the login and sign up page, password forgot feature."
	s.homepage = 'https://github.com/jonathantribouharet/jt-rails-generator-user'
	s.version = '1.1.2'
	s.files = `git ls-files`.split("\n")
	s.require_paths = ['lib']
	s.authors = ['Jonathan TRIBOUHARET']
	s.email = 'jonathan.tribouharet@gmail.com'
	s.license = 'MIT'
	s.platform = Gem::Platform::RUBY

	s.add_dependency('validates_email_format_of', '~> 1.6')
	s.add_dependency('bcrypt', '~> 3.1.7')
	s.add_dependency('jt-rails-tokenizable', '~> 1.0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jt-rails-generator-user-1.1.2 jt-rails-generator-user.gemspec