File: History.txt

package info (click to toggle)
ruby-ascii85 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: ruby: 292; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== 1.1.0 / 2020-11-11

  * Make use of frozen_string_literal
  * Update tests to use newer minitest syntax

=== 1.0.3 / 2018-01-25

  * Updated the gem's metadata

=== 1.0.2 / 2012-09-16

  * Changed test runner from RSpec to MiniSpec
  * Support for rubygems-test
  * Minor changes to make packaging easier

=== 1.0.1 / 2011-05-05

  * Removed hoe dependency in favor of bundler
  * Minor corrections in the documentation

=== 1.0.0 / 2009-12-25

* 2 major enhancements

  * Ruby 1.9 compatibility
  * Added command-line en- and decoder

=== 0.9.0 / 2009-02-17

* 1 major enhancement

  * Initial release