Ascii85 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml DELETED
@@ -1,30 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 1.9
4
- - 2.0
5
- - 2.1
6
- - 2.2
7
- - 2.3
8
- - 2.4
9
- - 2.5
10
- - 2.6
11
- - 2.7
12
- - ruby-head
13
- - jruby
14
- - truffleruby
15
- env:
16
- - RUBYOPT="--enable-frozen-string-literal"
17
- - RUBYOPT=""
18
- matrix:
19
- exclude:
20
- - rvm: 1.9
21
- env: RUBYOPT="--enable-frozen-string-literal"
22
- - rvm: 2.0
23
- env: RUBYOPT="--enable-frozen-string-literal"
24
- - rvm: 2.1
25
- env: RUBYOPT="--enable-frozen-string-literal"
26
- - rvm: 2.2
27
- env: RUBYOPT="--enable-frozen-string-literal"
28
- # bundler did not support this back then
29
- - rvm: 2.3
30
- env: RUBYOPT="--enable-frozen-string-literal"
data/History.txt DELETED
@@ -1,32 +0,0 @@
1
- === 1.1.0 / 2020-11-11
2
-
3
- * Make use of frozen_string_literal
4
- * Update tests to use newer minitest syntax
5
-
6
- === 1.0.3 / 2018-01-25
7
-
8
- * Updated the gem's metadata
9
-
10
- === 1.0.2 / 2012-09-16
11
-
12
- * Changed test runner from RSpec to MiniSpec
13
- * Support for rubygems-test
14
- * Minor changes to make packaging easier
15
-
16
- === 1.0.1 / 2011-05-05
17
-
18
- * Removed hoe dependency in favor of bundler
19
- * Minor corrections in the documentation
20
-
21
- === 1.0.0 / 2009-12-25
22
-
23
- * 2 major enhancements
24
-
25
- * Ruby 1.9 compatibility
26
- * Added command-line en- and decoder
27
-
28
- === 0.9.0 / 2009-02-17
29
-
30
- * 1 major enhancement
31
-
32
- * Initial release