<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/ruby-enum, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/ruby-enum: rebuild against ruby 2.7</title>
<updated>2020-04-22T06:12:48+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2020-04-02T16:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0adc024619b389e7171a76122af455c8d9e84c97'/>
<id>0adc024619b389e7171a76122af455c8d9e84c97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: upgrade to 0.8.0</title>
<updated>2020-04-03T07:36:28+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2020-04-02T23:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7e004065b2ea58a4bd2f5a2a52fcc2f2cfa61d53'/>
<id>7e004065b2ea58a4bd2f5a2a52fcc2f2cfa61d53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: rebuild against ruby 2.6</title>
<updated>2019-09-04T11:04:54+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-05-11T11:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=286ab41eb76efa5c49ef445da63da24c62240ea8'/>
<id>286ab41eb76efa5c49ef445da63da24c62240ea8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: remove redundant checkdepend</title>
<updated>2019-05-15T04:57:29+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2019-05-15T04:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=fc84241e8d3cdead7096264b8028be5e50109713'/>
<id>fc84241e8d3cdead7096264b8028be5e50109713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: reenable</title>
<updated>2019-05-14T19:21:35+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2019-05-14T19:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4968056e8a413ec79838483ad6a98b5490364cd1'/>
<id>4968056e8a413ec79838483ad6a98b5490364cd1</id>
<content type='text'>
ruby-json is missing as checkdepend, causing the tests to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ruby-json is missing as checkdepend, causing the tests to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: disable</title>
<updated>2019-05-14T16:26:52+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2019-05-14T16:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=929102b5622371c0e370817a8488f5462b401110'/>
<id>929102b5622371c0e370817a8488f5462b401110</id>
<content type='text'>
Various tests are failing:

&gt; rspec ./spec/ruby-enum/enum_spec.rb:23 # Ruby::Enum raises
&gt; UninitializedConstantError on an invalid constant rspec
&gt; ./spec/ruby-enum/enum_spec.rb:122 # Ruby::Enum on duplicate keys raises
&gt; DuplicateKeyError rspec ./spec/ruby-enum/enum_spec.rb:132 # Ruby::Enum on
&gt; duplicate values raises a DuplicateValueError rspec
&gt; ./spec/ruby-enum/enum_spec.rb:145 # Ruby::Enum Given a class that has not
&gt; defined any enums should raise Ruby::En um::Errors::UninitializedConstantError
&gt; rspec ./spec/ruby-enum/enum_spec.rb:167 # Ruby::Enum Subclass behavior parent
&gt; class should not have enums defined in ch ild classes

An [issue][0] has been reported upstream.

[0]: https://github.com/dblock/ruby-enum/issues/21
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various tests are failing:

&gt; rspec ./spec/ruby-enum/enum_spec.rb:23 # Ruby::Enum raises
&gt; UninitializedConstantError on an invalid constant rspec
&gt; ./spec/ruby-enum/enum_spec.rb:122 # Ruby::Enum on duplicate keys raises
&gt; DuplicateKeyError rspec ./spec/ruby-enum/enum_spec.rb:132 # Ruby::Enum on
&gt; duplicate values raises a DuplicateValueError rspec
&gt; ./spec/ruby-enum/enum_spec.rb:145 # Ruby::Enum Given a class that has not
&gt; defined any enums should raise Ruby::En um::Errors::UninitializedConstantError
&gt; rspec ./spec/ruby-enum/enum_spec.rb:167 # Ruby::Enum Subclass behavior parent
&gt; class should not have enums defined in ch ild classes

An [issue][0] has been reported upstream.

[0]: https://github.com/dblock/ruby-enum/issues/21
</pre>
</div>
</content>
</entry>
<entry>
<title>community/[various]: rebuild against ruby 2.5.0</title>
<updated>2017-12-26T17:41:52+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-26T11:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=53faea7b7e911de63234fa6c94fd0c673355de5c'/>
<id>53faea7b7e911de63234fa6c94fd0c673355de5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: run tests</title>
<updated>2017-12-26T00:49:18+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-26T00:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=88270893fa116c0ba2c21e84cd6446f383027e29'/>
<id>88270893fa116c0ba2c21e84cd6446f383027e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: add missing dependency on ruby-i18n</title>
<updated>2017-12-26T00:49:18+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-26T00:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=72e72c5658f7212a8917246e3505667e1376fb7f'/>
<id>72e72c5658f7212a8917246e3505667e1376fb7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/ruby-enum: move from testing</title>
<updated>2017-03-28T22:42:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-03-28T22:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=61eed5723b8e09a70376036691cb5cd0073904f5'/>
<id>61eed5723b8e09a70376036691cb5cd0073904f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
