Commit Graph

63 Commits

Author SHA1 Message Date
take_cheeze ad74bf6d0b Quote required mrbgem spec property. 2014-06-22 22:15:40 +09:00
take_cheeze c9df4ccf07 Update documentation of summary property of mrbgem spec. 2014-06-22 22:15:17 +09:00
Jun Hiroe d1d8bcba5d Fix a document in doc/mrbgems/README.md 2014-06-22 12:52:20 +09:00
take_cheeze 18c6950809 Syntax highlight code blocks with github flavored markdown. 2014-06-21 22:04:00 +09:00
take_cheeze d10cda1ac1 Fix conflict doc since there is only add_conflict method. 2014-06-13 22:19:39 +09:00
Yukihiro "Matz" Matsumoto 8c283e15e4 update add_confict document; ref #2391 2014-06-13 20:34:51 +09:00
take_cheeze 66802d9219 Add document for add_conflict and add_conflicts. 2014-06-13 17:16:32 +09:00
Masaki Muranaka 4e5315ff41 Add more info about "include_paths and GEM dependency". 2014-06-10 11:02:58 +09:00
Nobuyoshi Nakada ab67c57f65 remove trailing spaces 2014-04-30 09:50:14 +09:00
take_cheeze 1abed6d81c Remove attention about mrbgem dependecy. 2014-04-24 22:07:53 +09:00
take_cheeze e1052e74ff Update documentation of MRuby::Gem::Specification#add_dependency. 2014-04-24 12:32:32 +09:00
take_cheeze f59636304a add ruby and C code execution order note 2014-02-25 03:32:14 +09:00
Jun Hiroe d6b24de6e1 I replace 'Pre-Conditions' with 'Preconditions' because the former is a wrong word. 2013-07-27 14:57:34 +09:00
h2so5 3fb5654510 Rename --pull_gems to --pull-gems 2013-07-26 18:08:38 +09:00
Tomoyuki Sahara 116f75a8ce "spec.author" is better for single-author gems.
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.

http://guides.rubygems.org/specification-reference/
2013-07-23 10:09:24 +09:00
kyab 63c369e862 [doc]Introduce ./minirake --pull_gems 2013-07-05 22:44:27 +09:00
kyab 155193b41a Describe GemBox files can be located anywhere 2013-06-06 21:35:15 +09:00
Carson McDonald 43732ecd17 Minor wording changes and a couple spelling fixes 2013-06-02 08:29:49 -04:00
Daniel Bovensiepen d8ce46feda Fix add_dependency declaration documentation 2013-05-02 13:52:56 +08:00
Daniel Bovensiepen 823dc380aa Improve mrbgems documentation 2013-05-02 13:50:45 +08:00
Daniel Bovensiepen bb7d404e64 Add more documentation for Gem::Specification 2013-05-02 13:42:26 +08:00
Daniel Bovensiepen 1f45b85a0b Cosmetic improvements of mrbgems documentation
Cosmetic improvements of mrbgems documentation
2013-05-02 02:29:42 +08:00
Andrew Nordman 9b1d202c95 Adds documentation for MRuby::GemBox usage 2013-04-27 23:13:46 -05:00
Yukihiro "Matz" Matsumoto 30d580ecbc rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 2013-04-25 09:47:36 +09:00
Masaki Muranaka 34dd4525c5 Add bitbucket git support. 2013-03-23 12:39:12 +09:00
Daniel Bovensiepen b24d869ab4 Modify code blocks 2013-01-27 22:00:22 +08:00
Yuichiro MASUI 9352e4b49d Moved mrbgems examples 2013-01-26 15:47:06 +09:00
Yukihiro "Matz" Matsumoto f6195693b6 Merge pull request #772 from arciem/updateMarkdown
Fixed markdown of code in mrbgems/README.md
2013-01-23 05:18:04 -08:00
Robert McNally 28ac47efbf Fixed markdown of code in mrbgems/README.md 2013-01-22 08:43:56 -08:00
Yuichiro MASUI 310b0dce8f Added finalizer of mrbgems 2013-01-22 20:18:48 +09:00
Yuichiro MASUI ced80d2b4b Improved build scripts and config files 2013-01-20 22:48:42 +09:00
Yuichiro MASUI a19c061cb1 Added gem :github option 2013-01-08 00:44:48 +09:00
Yuichiro MASUI 78651a64c3 Remove unused rules in .gitignore and Makefile 2013-01-06 15:59:28 +09:00
Daniel Bovensiepen 5d0ada45f0 Fix documentation for mrbgems 2013-01-04 03:57:09 +08:00
Daniel Bovensiepen b347bcac61 Adapter mrbgems documentation to rake system 2013-01-03 11:58:17 +08:00
Yuichiro MASUI 7c469c0b9d Rebuild CRuby based building script without Makefile
Tested CRuby 1.8.6 and 1.9.3

You can see building configuration in build_config.rb
2013-01-03 02:24:15 +09:00
Yuichiro MASUI a2ae2a3923 Added MRUBY_LIBS to mrbgems Makefile 2012-12-22 21:53:42 +09:00
Yuichiro MASUI dee0b2283c Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems 2012-12-22 01:38:06 +09:00
Xuejie Xiao b641c96f57 Derive DISABLE_GEMS macro according to build configuration 2012-12-18 20:34:07 -05:00
Yuichiro MASUI 06d242ae43 Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-16 01:56:03 +09:00
Daniel Bovensiepen 9141ffce0c As suggested by @masuidrive remove static RClass as in ce56f19b02 2012-12-10 22:35:29 +08:00
Yukihiro Matz Matsumoto ce56f19b02 should not use a static variable to save RClass reference 2012-12-10 14:52:16 +09:00
Daniel Bovensiepen 88767c3d71 Improve documentation based on latest improvements 2012-12-08 17:37:35 +08:00
Daniel Bovensiepen 5f00a837ed Small cosmetic change in the documentation for mrbgems 2012-11-28 13:47:32 +08:00
Daniel Bovensiepen e9f8736882 Add usage documentation for mrbgems 2012-11-24 14:33:19 +08:00
Daniel Bovensiepen 3d81ed3dc1 Improve examples with an absolute path to the mruby tree 2012-11-23 22:48:31 +08:00
Daniel Bovensiepen b7911ad18e Improve documentation to latest changes 2012-11-23 19:48:06 +08:00
Daniel Bovensiepen 8a5d40785c Adapt Ruby example to meaningful archive name 2012-11-23 02:55:52 +08:00
Daniel Bovensiepen 71bb91d72a Adapt c example to meaningful archive name 2012-11-23 02:55:35 +08:00
Daniel Bovensiepen 7e7b89a6fa Adapt c and ruby example to meaningful archive name 2012-11-23 02:55:18 +08:00