From cb0a90032d7cb19f9d46688ea4aabcd35a522f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Fri, 1 Sep 2017 10:17:43 +0200 Subject: [PATCH 1/3] Added mruby-process2 --- mruby-process2.gem | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mruby-process2.gem diff --git a/mruby-process2.gem b/mruby-process2.gem new file mode 100644 index 0000000..30428aa --- /dev/null +++ b/mruby-process2.gem @@ -0,0 +1,6 @@ +name: mruby-process2 +description: Implementation of the Ruby 2.4.1 Core Library Process for mruby. +author: katzer +website: https://github.com/appPlant/mruby-process +protocol: git +repository: https://github.com/appPlant/mruby-process.git From 09f37c0960f90729592aef055e8257cf32fd4a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Fri, 1 Sep 2017 10:23:11 +0200 Subject: [PATCH 2/3] Update mruby-process2.gem Added windows branch to the URL --- mruby-process2.gem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mruby-process2.gem b/mruby-process2.gem index 30428aa..7106bbf 100644 --- a/mruby-process2.gem +++ b/mruby-process2.gem @@ -3,4 +3,4 @@ description: Implementation of the Ruby 2.4.1 Core Library Process for mruby. author: katzer website: https://github.com/appPlant/mruby-process protocol: git -repository: https://github.com/appPlant/mruby-process.git +repository: https://github.com/appPlant/mruby-process.git#windows From 6c17cfe365101d22ecf1087db3b974bb6f2ab388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Tue, 12 Sep 2017 18:57:26 +0200 Subject: [PATCH 3/3] master branch is the default branch now --- mruby-process2.gem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mruby-process2.gem b/mruby-process2.gem index 7106bbf..30428aa 100644 --- a/mruby-process2.gem +++ b/mruby-process2.gem @@ -3,4 +3,4 @@ description: Implementation of the Ruby 2.4.1 Core Library Process for mruby. author: katzer website: https://github.com/appPlant/mruby-process protocol: git -repository: https://github.com/appPlant/mruby-process.git#windows +repository: https://github.com/appPlant/mruby-process.git