A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/bcrypt-ruby/bcrypt-ruby

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.13

3.1.13 May 31 2019

  • No longer include compiled binaries for Windows. See GH #173.
  • Update C and Java implementations to latest versions [GH #182 by @fonica]
  • Bump default cost to 12 [GH #181 by @bdewater]
  • Remove explicit support for Rubies 1.8 and 1.9
  • Start calibration from the minimum cost supported by the algorithm [GH #206 by @sergey-alekseev]
  • Remove explicit support for Rubies 1.8 and 1.9 [GH #185 by @tjschuck]
  • Define SKIP_GNU token when building extension (Fixes FreeBSD >= 12) [GH #189 by @adam12]

- C
Published by tenderlove about 6 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.12

  • Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
  • Fix compatibility with libxcrypt [GH #164 by @besser82]

- C
Published by tjschuck over 7 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.12.rc1

  • Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
  • Fix compatibility with libxcrypt [GH #164 by @besser82]

- C
Published by tjschuck over 7 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.11

  • Add support for Ruby 2.2 in compiled Windows binaries

- C
Published by tjschuck over 7 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.10

  • Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]

- C
Published by tjschuck over 7 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.9

  • Rebuild corrupt binaries

- C
Published by tjschuck over 7 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.8

  • Add support for Ruby 2.1 in compiled Windows binaries [GH #102]

- C
Published by tjschuck over 7 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.7

  • Rebuild corrupt Java binary version of gem [GH #90]
  • The 2.1 support for Windows binaries alleged in 3.1.3 was a lie -- documentation removed

- C
Published by tjschuck over 7 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - Version 3.1.6

Version 3.1.6 on RubyGems

Release Notes

  • Nothing! The dummy version of the old "bcrypt-ruby" named gem needed a couple version bumps to fix some bugs. It felt wrong to have that at a higher version than the real gem, so the real gem is getting bumped to 3.1.6.

- C
Published by tjschuck almost 12 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - Version 3.1.3

Version 3.1.3 on RubyGems

Release Notes

  • Add support for Ruby 2.1 in compiled Windows binaries
  • Rename gem from "bcrypt-ruby" to just "bcrypt": #86

- C
Published by tjschuck almost 12 years ago

https://github.com/bcrypt-ruby/bcrypt-ruby - Version 3.1.1

Version 3.1.1 on RubyGems

Release notes:

  • Add BCrypt::Password.valid_hash?(str) to check if a string is a valid bcrypt password hash
  • Cost should be set to DEFAULT_COST if nil
  • Add BCrypt::Engine.cost attribute for getting/setting a default cost externally
  • Support removed for Ruby 1.8 in compiled win32 binaries

- C
Published by tjschuck over 12 years ago