Skip to content

Commit 723a309

Browse files
committed
update data/mgems.yml file.
1 parent 50afbb0 commit 723a309

File tree

1 file changed

+54
-4
lines changed

1 file changed

+54
-4
lines changed

_data/mgems.yml

+54-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
- name: mruby-ansi-colors
2424
description: Extends String class to use ANSI color escape codes.
2525
author: Mav7
26-
website: https://github.com/Mav7/mruby-ansi-colors
26+
website: https://github.com/mruby-Forum/mruby-ansi-colors
2727
protocol: git
28-
repository: https://github.com/Mav7/mruby-ansi-colors.git
28+
repository: https://github.com/mruby-Forum/mruby-ansi-colors.git
2929
repooptions:
3030
- name: mruby-apr
3131
description: Cross platform standard library components à la MRI
@@ -282,6 +282,13 @@
282282
protocol: git
283283
repository: https://github.com/mobiruby/mruby-cocoa.git
284284
repooptions:
285+
- name: mruby-complex
286+
description: Complex numbers.
287+
author: Paolo Bosetti, University of Trento
288+
website: https://github.com/pbosetti/mruby-complex
289+
protocol: git
290+
repository: https://github.com/pbosetti/mruby-complex.git
291+
repooptions:
285292
- name: mruby-concurrently
286293
description: A concurrency framework based on fibers
287294
author: Christopher Aue
@@ -828,6 +835,13 @@
828835
protocol: git
829836
repository: https://github.com/FlavourSys/mruby-inotify.git
830837
repooptions:
838+
- name: mruby-io
839+
description: IO, File class implementation
840+
author: iij
841+
website: https://github.com/iij/mruby-io
842+
protocol: git
843+
repository: https://github.com/iij/mruby-io.git
844+
repooptions:
831845
- name: mruby-io-console
832846
description: The implementation of io/console as CRuby.
833847
author: ksss
@@ -1052,6 +1066,14 @@
10521066
protocol: git
10531067
repository: https://github.com/take-cheeze/mruby-marshal.git
10541068
repooptions:
1069+
- name: mruby-marshal-c
1070+
description: Marshal module for mruby written in C-language with full object-link
1071+
& symbol link support
1072+
author: Lanza Schneider
1073+
website: https://github.com/LanzaSchneider/mruby-marshal-c
1074+
protocol: git
1075+
repository: https://github.com/LanzaSchneider/mruby-marshal-c.git
1076+
repooptions:
10551077
- name: mruby-marshal-fast
10561078
description: Marshal module for mruby written in C, with speed advantages
10571079
author: Carlo Prelz
@@ -1067,7 +1089,7 @@
10671089
repository: https://github.com/listrophy/mruby-matrix.git
10681090
repooptions:
10691091
- name: mruby-maxminddb
1070-
description: mruby [GeoIP2 MaxMind DB](http://maxmind.github.io/MaxMind-DB/) reader
1092+
description: mruby [GeoIP2 MaxMind DB](https://maxmind.github.io/MaxMind-DB/) reader
10711093
author: Kenichi Mitsugi
10721094
website: https://github.com/happysiro/mruby-maxminddb
10731095
protocol: git
@@ -1313,6 +1335,13 @@
13131335
protocol: git
13141336
repository: https://github.com/IceDragon200/mruby-oui
13151337
repooptions:
1338+
- name: mruby-pack
1339+
description: Array#pack implementation
1340+
author: Internet Initiative Japan., Inc.
1341+
website: https://github.com/iij/mruby-pack
1342+
protocol: git
1343+
repository: https://github.com/iij/mruby-pack.git
1344+
repooptions:
13161345
- name: mruby-passwdqc
13171346
description: A Password quality checker
13181347
author: Hendrik Beskow
@@ -1502,6 +1531,13 @@
15021531
protocol: git
15031532
repository: https://github.com/UniTN-Mechatronics/mruby-raspberry.git
15041533
repooptions:
1534+
- name: mruby-rational
1535+
description: Rational class
1536+
author: Daisuke YAMAGUCHI
1537+
website: https://github.com/dyama/mruby-rational
1538+
protocol: git
1539+
repository: https://github.com/dyama/mruby-rational.git
1540+
repooptions:
15051541
- name: mruby-rcon
15061542
description: resource management mrbgem using cgroup
15071543
author: MATSUMOTO Ryosuke
@@ -1759,13 +1795,27 @@
17591795
protocol: git
17601796
repository: https://github.com/ksss/mruby-siphash.git
17611797
repooptions:
1798+
- name: mruby-sleep
1799+
description: Sleep Module
1800+
author: MATSUMOTO Ryosuke
1801+
website: https://github.com/matsumotory/mruby-sleep
1802+
protocol: git
1803+
repository: https://github.com/matsumotory/mruby-sleep.git
1804+
repooptions:
17621805
- name: mruby-smallhttp
17631806
description: Small http-client gem for mruby
17641807
author: Nazarii Sheremet
17651808
website: https://github.com/nsheremet/mruby-smallhttp
17661809
protocol: git
17671810
repository: https://github.com/nsheremet/mruby-smallhttp.git
17681811
repooptions:
1812+
- name: mruby-socket
1813+
description: Socket library for mruby
1814+
author: iij
1815+
website: https://github.com/iij/mruby-socket
1816+
protocol: git
1817+
repository: https://github.com/iij/mruby-socket.git
1818+
repooptions:
17691819
- name: mruby-spdy
17701820
description: SPDY module for mruby
17711821
author: MATSUMOTO Ryosuke
@@ -1783,7 +1833,7 @@
17831833
repository: https://github.com/k0kubun/mruby-specinfra.git
17841834
repooptions:
17851835
- name: mruby-sqlite
1786-
description: "(Another) SQLite3 mrbgem, aiming for compatibility with MRI's sqlite3
1836+
description: "(Another) SQLite3 mrbgem, aiming for compatability with MRI's sqlite3
17871837
gem."
17881838
author: Jared Breeden
17891839
website: https://github.com/jbreeden/mruby-sqlite

0 commit comments

Comments
 (0)