Sha256: 3e3a0c624f4ba8573b07298a5c8696eba18a641c4f61be0956b15a96fdbc5f12

Contents?: true

Size: 927 Bytes

Versions: 48

Compression:

Stored size: 927 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'bcrypt-ruby'
  s.version = '3.0.1'

  s.summary = "OpenBSD's bcrypt() password hashing algorithm."
  s.description = <<-EOF
    bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
    for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling
    passwords.
  EOF

  s.files = `git ls-files`.split("\n")
  s.require_path = 'lib'

  s.add_development_dependency 'rake-compiler'
  s.add_development_dependency 'rspec'

  s.has_rdoc = true
  s.rdoc_options += ['--title', 'bcrypt-ruby', '--line-numbers', '--inline-source', '--main', 'README.md']
  s.extra_rdoc_files += ['README.md', 'COPYING', 'CHANGELOG', *Dir['lib/**/*.rb']]

  s.extensions = 'ext/mri/extconf.rb'

  s.authors = ["Coda Hale"]
  s.email = "coda.hale@gmail.com"
  s.homepage = "http://bcrypt-ruby.rubyforge.org"
  s.rubyforge_project = "bcrypt-ruby"
end

Version data entries

48 entries across 45 versions & 5 rubygems

Version Path
challah-1.0.0 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-1.0.0.beta3 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-1.0.0.beta2 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-1.0.0.beta vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.9.1.beta.3 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
devise_sociable-0.1.0 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.9.1.beta vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.9.0 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.8.3 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.8.1 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-rolls-0.1.0 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.8.0.pre vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.7.1 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.7.0 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec
challah-0.7.0.pre2 vendor/bundle/gems/bcrypt-ruby-3.0.1/bcrypt-ruby.gemspec