diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-30 09:58:23 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-30 09:58:23 +0900 |
| commit | 2cb54e4b9d523e85b65a30b7af593791e8ac83f0 (patch) | |
| tree | d9535d70ba74920783864fa6372ec471aca5af91 /examples/mrbgems/ruby_extension_example/mrbgem.rake | |
| parent | 0bdc87d2396a607d05bad06e4e6d2d0bc0bc8f76 (diff) | |
| parent | ab67c57f652c7c3a64ec4f4dc73259a14fb1b545 (diff) | |
| download | mruby-2cb54e4b9d523e85b65a30b7af593791e8ac83f0.tar.gz mruby-2cb54e4b9d523e85b65a30b7af593791e8ac83f0.zip | |
Merge pull request #2160 from nobu/space
Space
Diffstat (limited to 'examples/mrbgems/ruby_extension_example/mrbgem.rake')
| -rw-r--r-- | examples/mrbgems/ruby_extension_example/mrbgem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mrbgems/ruby_extension_example/mrbgem.rake b/examples/mrbgems/ruby_extension_example/mrbgem.rake index 5624c33e9..57cf1a69e 100644 --- a/examples/mrbgems/ruby_extension_example/mrbgem.rake +++ b/examples/mrbgems/ruby_extension_example/mrbgem.rake @@ -1,7 +1,7 @@ MRuby::Gem::Specification.new('ruby_extension_example') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' - + # Add compile flags # spec.cc.flags << '' |
