<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/digest/lib, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/digest] Bump version to 3.1.1</title>
<updated>2022-12-05T05:56:58+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-05T05:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fcbafe7f4a22417f20b327a22696df9daceb00da'/>
<id>fcbafe7f4a22417f20b327a22696df9daceb00da</id>
<content type='text'>
https://github.com/ruby/digest/commit/fad16582ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/fad16582ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Import digest v3.1.0 from ruby/digest</title>
<updated>2021-12-24T11:06:23+00:00</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@idaemons.org</email>
</author>
<published>2021-12-24T11:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=67aab88a22bad23cb43058caee6fc012265aee3b'/>
<id>67aab88a22bad23cb43058caee6fc012265aee3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge digest-3.0.3.pre3 and https://github.com/ruby/digest/commit/efd76821b8a467c193c753104c29b476debbb2c9</title>
<updated>2021-11-16T10:42:20+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-11-16T10:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=018266ca387eacd1f149141717104f57ab86cccd'/>
<id>018266ca387eacd1f149141717104f57ab86cccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Abort loading if being loaded by gem/bundle pre Ruby 3.0.3</title>
<updated>2021-11-16T09:35:13+00:00</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@idaemons.org</email>
</author>
<published>2021-10-26T05:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=625cffc808cabf1df12fc83a55223b3fcc15be4e'/>
<id>625cffc808cabf1df12fc83a55223b3fcc15be4e</id>
<content type='text'>
https://github.com/ruby/digest/commit/efd76821b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/efd76821b8
</pre>
</div>
</content>
</entry>
<entry>
<title>separate pure ruby location under the digest/* extensions</title>
<updated>2021-10-14T04:31:45+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-10-14T04:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3265af2f9e5ff9355c5e1ed90aeb0497d10f611e'/>
<id>3265af2f9e5ff9355c5e1ed90aeb0497d10f611e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move pure ruby files under the ext/gemname/lib directory.</title>
<updated>2021-10-14T04:23:45+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-10-14T04:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=13772caee21345f688a65ca1fdef27c34f055b80'/>
<id>13772caee21345f688a65ca1fdef27c34f055b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix libraries under digest</title>
<updated>2021-10-12T13:32:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-12T13:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=013bac15b01b69b8f556074bc30333dc913b9118'/>
<id>013bac15b01b69b8f556074bc30333dc913b9118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] Place common parts in lib and engine specific parts under ext/**/lib</title>
<updated>2021-10-12T11:53:16+00:00</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@idaemons.org</email>
</author>
<published>2021-09-27T07:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b245b67d9e325824f3869d839a16d06c6a1e8392'/>
<id>b245b67d9e325824f3869d839a16d06c6a1e8392</id>
<content type='text'>
https://github.com/ruby/digest/commit/8d7496c3be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/8d7496c3be
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/digest] jruby support</title>
<updated>2021-10-12T11:46:13+00:00</updated>
<author>
<name>Pavel Rosický</name>
<email>pavel.rosicky@easy.cz</email>
</author>
<published>2021-06-12T16:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=94882df3a215a3de16fa7ca18cf5c160f904c904'/>
<id>94882df3a215a3de16fa7ca18cf5c160f904c904</id>
<content type='text'>
https://github.com/ruby/digest/commit/2e9dc14693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/digest/commit/2e9dc14693
</pre>
</div>
</content>
</entry>
<entry>
<title>Use qualified names</title>
<updated>2016-08-30T06:22:30+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2016-08-30T06:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4b298ad77a8388f0aae62daeca66659a8effeade'/>
<id>4b298ad77a8388f0aae62daeca66659a8effeade</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
