Skip to content

Commit cf884dd

Browse files
Merge pull request #7 from mruby/mgem_data_update
Update mgem data
2 parents d042171 + 5220ffa commit cf884dd

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

_data/mgems.yml

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
author: charlescui
7575
website: https://github.com/charlescui/mruby-cache
7676
protocol: git
77-
repository: git@github.com:charlescui/mruby-cache.git
77+
repository: https://github.com/charlescui/mruby-cache.git
7878
repooptions:
7979
- name: mruby-capability
8080
description: Linux Capability Binding
@@ -295,6 +295,13 @@
295295
protocol: git
296296
repository: https://github.com/mattn/mruby-iconv.git
297297
repooptions:
298+
- name: mruby-iijson
299+
description: JSON parser and generator
300+
author: iij
301+
website: https://github.com/iij/mruby-iijson
302+
protocol: git
303+
repository: https://github.com/iij/mruby-iijson.git
304+
repooptions:
298305
- name: mruby-io
299306
description: IO, File class implementation
300307
author: iij
@@ -309,6 +316,13 @@
309316
protocol: git
310317
repository: https://github.com/iij/mruby-ipaddr.git
311318
repooptions:
319+
- name: mruby-ipvs
320+
description: interface to IP Virtual Server (IPVS) for mruby
321+
author: YOSHIKAWA Ryota
322+
website: https://github.com/rrreeeyyy/mruby-ipvs
323+
protocol: git
324+
repository: https://github.com/rrreeeyyy/mruby-ipvs
325+
repooptions:
312326
- name: mruby-javascriptcore
313327
description: bindings to an from JavaScript for JavaScriptCore from WebKitGTK
314328
author: ppibburr
@@ -372,6 +386,20 @@
372386
protocol: git
373387
repository: https://github.com/mattn/mruby-mecab.git
374388
repooptions:
389+
- name: mruby-memcached
390+
description: libmemcached bindings by mruby
391+
author: MATSUMOTO Ryosuke
392+
website: https://github.com/matsumoto-r/mruby-memcached
393+
protocol: git
394+
repository: https://github.com/matsumoto-r/mruby-memcached.git
395+
repooptions:
396+
- name: mruby-merb
397+
description: ERB-like mruby gem
398+
author: pbosetti
399+
website: https://github.com/pbosetti/mruby-merb
400+
protocol: git
401+
repository: https://github.com/pbosetti/mruby-merb.git
402+
repooptions:
375403
- name: mruby-minigame
376404
description: 2D Game Framework for rapid prototyping
377405
author: bggd
@@ -450,6 +478,13 @@
450478
protocol: git
451479
repository: https://github.com/matsumoto-r/mruby-netlink.git
452480
repooptions:
481+
- name: mruby-ngx-mruby-ext
482+
description: Nginx ext class
483+
author: MATSUMOTO Ryosuke
484+
website: https://github.com/matsumoto-r/mruby-ngx-mruby-ext
485+
protocol: git
486+
repository: https://github.com/matsumoto-r/mruby-ngx-mruby-ext.git
487+
repooptions:
453488
- name: mruby-oauth
454489
description: OAuth class
455490
author: MATSUMOTO Ryosuke
@@ -464,6 +499,13 @@
464499
protocol: git
465500
repository: https://github.com/mattn/mruby-onig-regexp.git
466501
repooptions:
502+
- name: mruby-ostruct
503+
description: OpenStruct binding in mruby
504+
author: ksss
505+
website: https://github.com/ksss/mruby-ostruct
506+
protocol: git
507+
repository: https://github.com/ksss/mruby-ostruct.git
508+
repooptions:
467509
- name: mruby-pack
468510
description: Array#pack implementation
469511
author: Internet Initiative Japan., Inc.
@@ -485,6 +527,13 @@
485527
protocol: git
486528
repository: https://github.com/cadwallion/mruby-pid.git
487529
repooptions:
530+
- name: mruby-ping
531+
description: ping hosts using ICMP or ARP packets.
532+
author: Julien Ammous
533+
website: https://github.com/schmurfy/mruby-ping
534+
protocol: git
535+
repository: https://github.com/schmurfy/mruby-ping
536+
repooptions:
488537
- name: mruby-polarssl
489538
description: SSL and cryptography functionality from PolarSSL in your mruby programs
490539
author: luisbebop

0 commit comments

Comments
 (0)