summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-utf8/mrbgem.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-09-22 19:11:30 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-09-24 02:37:33 +0900
commit798ec3aff48167b46a912587ef72361514b9133c (patch)
treecbe67c4f786cc5e344fa43204c849ea533757e13 /mrbgems/mruby-string-utf8/mrbgem.rake
parent101ec5eb0a5948e52df18751b8aead94ce227f3d (diff)
downloadmruby-798ec3aff48167b46a912587ef72361514b9133c.tar.gz
mruby-798ec3aff48167b46a912587ef72361514b9133c.zip
UTF-8 string support in core
define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support.
Diffstat (limited to 'mrbgems/mruby-string-utf8/mrbgem.rake')
-rw-r--r--mrbgems/mruby-string-utf8/mrbgem.rake6
1 files changed, 0 insertions, 6 deletions
diff --git a/mrbgems/mruby-string-utf8/mrbgem.rake b/mrbgems/mruby-string-utf8/mrbgem.rake
deleted file mode 100644
index 7642d4e07..000000000
--- a/mrbgems/mruby-string-utf8/mrbgem.rake
+++ /dev/null
@@ -1,6 +0,0 @@
-MRuby::Gem::Specification.new('mruby-string-utf8') do |spec|
- spec.license = 'MIT'
- spec.author = 'mruby developers'
- spec.summary = 'UTF-8 support in String class'
- spec.add_dependency('mruby-string-ext', :core => 'mruby-string-ext')
-end