Skip to content

Commit 235b726

Browse files
committed
Release 0.1.2
1 parent 4a5c67b commit 235b726

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.1.2 Nov 10 2015
2+
3+
- Use minitest for unit testing
4+
15
0.1.1 Jun 27 2014
26

37
- Fix tests on Ruby 1.9.x

salsa20.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'salsa20'
3-
s.version = '0.1.1'
3+
s.version = '0.1.2'
44

55
s.summary = "Salsa20 stream cipher algorithm."
66
s.description = <<-EOF

0 commit comments

Comments
 (0)