summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-inline-struct/mrbgem.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-10-02 20:09:20 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-10-02 20:09:20 +0900
commit31e3dbc5a8b8311f4a507c9dc1c997d166c9c8a9 (patch)
treeb5739f569da7eb1c6cfd40f683b5138d0f4e59e3 /mrbgems/mruby-inline-struct/mrbgem.rake
parent4e504eaca13ec6b24de0e10068afc43f0bee39d5 (diff)
parentce973685d0456d1529c7b374ec6f6a890f393e2b (diff)
downloadmruby-31e3dbc5a8b8311f4a507c9dc1c997d166c9c8a9.tar.gz
mruby-31e3dbc5a8b8311f4a507c9dc1c997d166c9c8a9.zip
Merge branch 'inline-struct-gem' of https://github.com/dearblue/mruby into dearblue-inline-struct-gem
Diffstat (limited to 'mrbgems/mruby-inline-struct/mrbgem.rake')
-rw-r--r--mrbgems/mruby-inline-struct/mrbgem.rake5
1 files changed, 0 insertions, 5 deletions
diff --git a/mrbgems/mruby-inline-struct/mrbgem.rake b/mrbgems/mruby-inline-struct/mrbgem.rake
deleted file mode 100644
index 91ad9f44b..000000000
--- a/mrbgems/mruby-inline-struct/mrbgem.rake
+++ /dev/null
@@ -1,5 +0,0 @@
-MRuby::Gem::Specification.new('mruby-inline-struct') do |spec|
- spec.license = 'MIT'
- spec.author = 'mruby developers'
- spec.summary = 'inline structure'
-end