ruby ver. bump
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>An object-oriented scripting language</Summary>
|
<Summary>An object-oriented scripting language</Summary>
|
||||||
<Description>Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.</Description>
|
<Description>Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.</Description>
|
||||||
<Archive sha1sum="6c92300d7fd3e9cbb433e5e687535dc5300848eb" type="tarxz">https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.1.tar.xz</Archive>
|
<Archive sha1sum="3c5443960fe860ff7055bc02a4793140b9fb9b28" type="tarxz">https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.1.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>tcl-devel</Dependency>
|
<Dependency>tcl-devel</Dependency>
|
||||||
<Dependency>gmp-devel</Dependency>
|
<Dependency>gmp-devel</Dependency>
|
||||||
@@ -49,14 +49,14 @@
|
|||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
|
||||||
<!-- ruby libraries -->
|
<!-- ruby libraries -->
|
||||||
<Path fileType="library">/usr/lib/ruby/2.7.0/</Path>
|
<Path fileType="library">/usr/lib/ruby/3.0.0/</Path>
|
||||||
|
|
||||||
<Path fileType="library">/usr/lib/libruby.so.2.7.1</Path>
|
<Path fileType="library">/usr/lib/libruby.so.3.0.1</Path>
|
||||||
<Path fileType="library">/usr/lib/libruby.so.2.7</Path>
|
<Path fileType="library">/usr/lib/libruby.so.3.0</Path>
|
||||||
<Path fileType="library">/usr/lib/libruby.so</Path>
|
<Path fileType="library">/usr/lib/libruby.so</Path>
|
||||||
|
|
||||||
<Path fileType="library">/usr/lib/ruby/site_ruby/2.7.0/</Path>
|
<Path fileType="library">/usr/lib/ruby/site_ruby/3.0.0/</Path>
|
||||||
<Path fileType="library">/usr/lib/ruby/vendor_ruby/2.7.0/</Path>
|
<Path fileType="library">/usr/lib/ruby/vendor_ruby/3.0.0/</Path>
|
||||||
<!-- ruby man files -->
|
<!-- ruby man files -->
|
||||||
<Path fileType="man">/usr/share/man/man1</Path>
|
<Path fileType="man">/usr/share/man/man1</Path>
|
||||||
<!-- ruby doc files -->
|
<!-- ruby doc files -->
|
||||||
@@ -105,13 +105,20 @@
|
|||||||
<!-- rubygems gem libraries -->
|
<!-- rubygems gem libraries -->
|
||||||
<Path fileType="library">/usr/lib/ruby/gems/</Path>
|
<Path fileType="library">/usr/lib/ruby/gems/</Path>
|
||||||
<!-- ruby index files -->
|
<!-- ruby index files -->
|
||||||
<Path fileType="data">/usr/share/ri/2.7.0/system/Gem</Path>
|
<Path fileType="data">/usr/share/ri/3.0.0/system/Gem</Path>
|
||||||
<!-- rubygem man files -->
|
<!-- rubygem man files -->
|
||||||
<Path fileType="man">/usr/share/man/man5</Path>
|
<Path fileType="man">/usr/share/man/man5</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2021-06-28</Date>
|
||||||
|
<Version>3.0.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2020-04-26</Date>
|
<Date>2020-04-26</Date>
|
||||||
<Version>2.7.1</Version>
|
<Version>2.7.1</Version>
|
||||||
@@ -176,4 +183,4 @@
|
|||||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user