diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-23 21:44:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-23 21:44:32 +0900 |
| commit | 9783e9d81cd933445f7aaff13ff58f2791e401d2 (patch) | |
| tree | eb37409c5617722194ad490e1a8fa7db5e3f1232 /examples/mrbgems/ruby_extension_example/mrbgem.rake | |
| parent | 07b75ca922cec8a29315978aaf8b58fbec020049 (diff) | |
| parent | 116f75a8ce9d5d11d41268ecc95863f4e10f2729 (diff) | |
| download | mruby-9783e9d81cd933445f7aaff13ff58f2791e401d2.tar.gz mruby-9783e9d81cd933445f7aaff13ff58f2791e401d2.zip | |
resolve conflict
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 3a80b5cd7..5624c33e9 100644 --- a/examples/mrbgems/ruby_extension_example/mrbgem.rake +++ b/examples/mrbgems/ruby_extension_example/mrbgem.rake @@ -1,6 +1,6 @@ MRuby::Gem::Specification.new('ruby_extension_example') do |spec| spec.license = 'MIT' - spec.authors = 'mruby developers' + spec.author = 'mruby developers' # Add compile flags # spec.cc.flags << '' |
