Sha256: ac6ba4392d3042b068ab1e7a99c86c062751c5f8ecc25eb8499682d83df47597
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.0.4' 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.0.4 | jt-rails-generator-user.gemspec |