1.2.0 - 10-Sep-2020¶ ↑
-
Switch from test-unit to rspec.
-
Add a Gemfile.
1.1.1 - 4-Jun-2020¶ ↑
-
Added a LICENSE file to the distro as required by the Apache-2.0 license.
1.1.0 - 25-Jan-2019¶ ↑
-
Changed license to Apache-2.0.
-
The VERSION constant is now frozen.
-
Added metadata to the gemspec.
-
Added rake as a development dependency (which it always was really).
-
Updated cert, should be good for about 10 years.
1.0.6 - 15-Jan-2016¶ ↑
-
This gem is now signed.
-
The gem related tasks in the Rakefile now assume Rubygems 2.x.
-
Updates to the gemspec.
-
Added a crypt-rot13.rb file for convenience.
1.0.5 - 1-Sep-2011¶ ↑
-
Refactored the Rakefile removing an old install task, adding a clean task, and setting a default task.
1.0.4 - 24-Sep-2009¶ ↑
-
Fixed a packaging bug.
-
Added the 'gem' task to the Rakefile.
-
Some documentation updates.
1.0.3 - 1-Aug-2009¶ ↑
-
Changed license to Artistic 2.0.
-
Some gemspec updates, including license update.
-
Changed test file name to test_crypt_rot13.rb.
1.0.2 - 25-Jul-2007¶ ↑
-
Changed Rot13Error to Rot13::Error
-
Added a Rakefile with tasks for installation and testing
-
Removed the install.rb file. Installation is now handled via a Rake task.
-
The MANIFEST file was updated and is now rdoc formatted.
1.0.1 - 6-Jun-2005¶ ↑
-
Moved project to RubyForge.
-
Minor test and doc changes.
-
Added a .gemspec file. Gem available online.
1.0.0 - 18-May-2004¶ ↑
-
Initial release