Sha256: d933b93185f1bfbbe5d3965d7cad970790c3fa62812bac66a66bb72b68932cd8

Contents?: true

Size: 1.55 KB

Versions: 7

Compression:

Stored size: 1.55 KB

Contents

# -*- encoding: utf-8 -*-

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Coda Hale"]
  s.date = "2011-09-12"
  s.description = "    bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project\n    for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling\n    passwords.\n"
  s.email = "coda.hale@gmail.com"
  s.extensions = ["ext/mri/extconf.rb"]
  s.extra_rdoc_files = ["README.md", "COPYING", "CHANGELOG", "lib/bcrypt.rb", "lib/bcrypt_engine.rb"]
  s.files = ["README.md", "COPYING", "CHANGELOG", "lib/bcrypt.rb", "lib/bcrypt_engine.rb", "ext/mri/extconf.rb"]
  s.homepage = "http://bcrypt-ruby.rubyforge.org"
  s.rdoc_options = ["--title", "bcrypt-ruby", "--line-numbers", "--inline-source", "--main", "README.md"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "bcrypt-ruby"
  s.rubygems_version = "1.8.10"
  s.summary = "OpenBSD's bcrypt() password hashing algorithm."

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<rake-compiler>, [">= 0"])
      s.add_development_dependency(%q<rspec>, [">= 0"])
    else
      s.add_dependency(%q<rake-compiler>, [">= 0"])
      s.add_dependency(%q<rspec>, [">= 0"])
    end
  else
    s.add_dependency(%q<rake-compiler>, [">= 0"])
    s.add_dependency(%q<rspec>, [">= 0"])
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
challah-0.6.2 vendor/bundle/specifications/bcrypt-ruby-3.0.1.gemspec
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/bcrypt-ruby-3.0.1.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/bcrypt-ruby-3.0.1.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/bcrypt-ruby-3.0.1.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/bcrypt-ruby-3.0.1.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/bcrypt-ruby-3.0.1.gemspec
challah-0.5.1 vendor/bundle/specifications/bcrypt-ruby-3.0.1.gemspec