diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-17 23:05:47 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-17 23:05:47 -0700 |
| commit | c643324b9f1170da50936bb9efd7416042e34bc7 (patch) | |
| tree | 11c85a816d8d9b8aad915f98014b49efb72482ab /mrbgems/mruby-proc-ext/mrbgem.rake | |
| parent | 6170cfea4c4542b8df745125e89f2e8ed996db34 (diff) | |
| parent | 1a375c6fd4a3b7d797754e19d0a0896d2bbd5e9a (diff) | |
| download | mruby-c643324b9f1170da50936bb9efd7416042e34bc7.tar.gz mruby-c643324b9f1170da50936bb9efd7416042e34bc7.zip | |
Merge pull request #1187 from h2so5/mruby-proc-ext
Add mruby-proc-ext
Diffstat (limited to 'mrbgems/mruby-proc-ext/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-proc-ext/mrbgem.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-proc-ext/mrbgem.rake b/mrbgems/mruby-proc-ext/mrbgem.rake new file mode 100644 index 000000000..7f979431d --- /dev/null +++ b/mrbgems/mruby-proc-ext/mrbgem.rake @@ -0,0 +1,4 @@ +MRuby::Gem::Specification.new('mruby-proc-ext') do |spec| + spec.license = 'MIT' + spec.authors = 'mruby developers' +end |
