Skip to content

Commit dc2c98a

Browse files
mod: mRuby -> mruby
1 parent b2cf6e7 commit dc2c98a

File tree

4 files changed

+33
-32
lines changed

4 files changed

+33
-32
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mRuby is copyrighted free software by mruby developers <[email protected]>.
1+
mruby is copyrighted free software by mruby developers <[email protected]>.
22
You can redistribute it and/or modify it under either the terms of the
33
MIT license (see the file MITL), or the conditions below:
44

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* lib
1010
* include
1111

12-
If an error occurs when compiling mRuby, it will be helpful for others if you
12+
If an error occurs when compiling mruby, it will be helpful for others if you
1313
send a detailed report to the developers that includes the error log, machine,
1414
and OS type.
1515

README

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
Any suggestion of the modification are welcome,
55
but the response might be delayed. Sorry for that in advance.
66

7-
* What's mRuby
7+
* What's mruby
88

9-
mRuby is the light-weight implementation of the Ruby language complied to the ISO
9+
mruby is the light-weight implementation of the Ruby language complied to the ISO
1010
standard to execute various environments. It can run in 'interpreter form' or
1111
'compile and execute on vm form' according to its module construction.
1212

1313
This achievement is due to the Regional Innovation Creation R&D Programs of
1414
the Ministry of Economy, Trade and Industry of Japan.
1515

1616

17-
* Features of mRuby
17+
* Features of mruby
1818

1919
|FIXME:
2020
| + Simple Syntax
@@ -30,34 +30,34 @@ the Ministry of Economy, Trade and Industry of Japan.
3030
| cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms
3131

3232

33-
* How to get mRuby
33+
* How to get mruby
3434

35-
The mRuby distribution files can be found in the following site:
35+
The mruby distribution files can be found in the following site:
3636

3737
https://github.com/mruby/mruby/zipball/master
3838

39-
The trunk of the mRuby source tree can be checked out with the
39+
The trunk of the mruby source tree can be checked out with the
4040
following command:
4141

42-
$ git ...
42+
$ git ....
4343

4444
There are some other branches under development. Try the following
4545
command and see the list of branches:
4646

47-
$ git ...
47+
$ git ....
4848

4949

50-
* mRuby home-page (sorry, it's not launched yet. we're working on this)
50+
* mruby home-page (sorry, it's not launched yet. we're working on this)
5151

52-
The URL of the mRuby home-page is:
52+
The URL of the mruby home-page is:
5353

5454
http://www.mruby.org/
5555

5656

5757
* Mailing list
5858

59-
There is a mailing list to talk about mRuby.
60-
To subscribe this list....
59+
There is a mailing list to talk about mruby.
60+
To subscribe this list....[T.B.D.]
6161

6262
* How to compile and install
6363

@@ -71,15 +71,15 @@ See the file COPYING.
7171

7272
* About Contribution
7373

74-
Thank you for considering of contribution for mRuby.
75-
mRuby has chosen a MIT License as comparatively loose condition,
74+
Thank you for considering of contribution for mruby.
75+
mruby has chosen a MIT License as comparatively loose condition,
7676
to expect to apply into various environment such as embedded system.
7777
However, the license requires to display copyright notice and license
7878
sentenses, for example manual or so. Especially for the recent bigger
7979
system, it is comlecated or very troublesome.
80-
So, mRuby has decided to display "mruby developers" as copyright name
80+
So, mruby has decided to display "mruby developers" as copyright name
8181
to make it simple conventionally.
82-
In the future, mRuby might ask you to distribute your new codes
82+
In the future, mruby might ask you to distribute your new codes
8383
(that you will commit,) under MIT License as a member of
8484
"mruby developers" with keeping copyright of you.
8585
(We did not intend you to transfer or waive your copyright,

README.ja

+15-14
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
修正のご指摘は随時受け付けていますが、対応が遅くなるかもしれません。
66
予めご了承ください。
77

8-
* mRubyとは
8+
* mrubyとは
99

10-
mRubyはISO規格に準拠したRuby言語を様々な環境で動作可能となるように
10+
mrubyはISO規格に準拠したRuby言語を様々な環境で動作可能となるように
1111
軽量化したものです。モジュール構成によりインタプリタ実行形式や
1212
コンパイル&VM実行形式でも動作させることができます。
1313

1414
2010年度の経済産業省の地域イノベーション創出事業により開発されました。
1515

1616

17-
* mRubyの特長
17+
* mrubyの特長
1818

1919
|MRI(Matz Ruby Implementation)版との互換性
2020
|
@@ -31,6 +31,7 @@ mRubyはISO規格に準拠したRuby言語を様々な環境で動作可能と
3131
| 動くだけでなく,Windows, Mac OS X,BeOSなどの上でも動く
3232
| cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatformsJa
3333

34+
3435
* 入手法
3536

3637
** Zipで
@@ -43,16 +44,16 @@ mRubyはISO規格に準拠したRuby言語を様々な環境で動作可能と
4344

4445
開発先端のソースコードは次のコマンドで取得できます.
4546

46-
$ git ..
47+
$ git ....
4748

4849
他に開発中のブランチの一覧は次のコマンドで見られます.
4950

50-
$ git
51+
$ git ....
5152

5253

5354
* ホームページ (まだ準備中です。ただいま鋭意製作中です。)
5455

55-
mRubyのホームページのURLは
56+
mrubyのホームページのURLは
5657

5758
http://www.mruby.org/
5859

@@ -61,12 +62,12 @@ mRubyのホームページのURLは
6162

6263
* メーリングリスト
6364

64-
mRubyのメーリングリストがあります。参加希望の方は….
65+
mrubyのメーリングリストがあります。参加希望の方は....[T.B.D.]
6566

6667

67-
Ruby開発者向けメーリングリストもあります。こちらではrubyのバ
68-
グ、将来の仕様拡張など実装上の問題について議論されています。
69-
参加希望の方は
68+
mruby開発者向けメーリングリストもあります。こちらではrubyのバグ、
69+
将来の仕様拡張など実装上の問題について議論されています。
70+
参加希望の方は....[T.B.D.]
7071

7172

7273
* コンパイル・インストール・移植
@@ -81,15 +82,15 @@ COPYING.ja ファイルを参照してください。
8182

8283
* コントリビュートについて
8384

84-
mRubyへの貢献の検討をありがとうございます
85-
mRubyは組込み機器などの様々な環境で利用させることを期待し、ライセンスを
85+
mrubyへの貢献の検討をありがとうございます
86+
mrubyは組込み機器などの様々な環境で利用させることを期待し、ライセンスを
8687
比較的制限の緩いMITライセンスにすることにいたしました。
8788
しかしながら、ライセンスの実行条件としてマニュアル等の何らかの形で
8889
著作権表記及びライセンス文を記述する必要があります。
8990
昨今の規模の大きくなったシステムではこれらの対応も相当の煩雑さを伴います。
90-
そこで、mRubyではできる限り表記を簡便にするために、便宜上、著作権者名を
91+
そこで、mrubyではできる限り表記を簡便にするために、便宜上、著作権者名を
9192
"mruby developers"とすることにいたしました。
92-
今後、新たにmRubyへのコミットされるコードについては、著作権を保持したまま、
93+
今後、新たにmrubyへのコミットされるコードについては、著作権を保持したまま、
9394
"mruby developers"の一員としてMITライセンスでの配布をお願いしたいと
9495
考えています。
9596
(コミットしたコードの著作権を譲渡や放棄をお願いするものではありません。

0 commit comments

Comments
 (0)