summaryrefslogtreecommitdiff
path: root/ruby/gem/utf8proc.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/gem/utf8proc.gemspec')
-rw-r--r--ruby/gem/utf8proc.gemspec12
1 files changed, 12 insertions, 0 deletions
diff --git a/ruby/gem/utf8proc.gemspec b/ruby/gem/utf8proc.gemspec
new file mode 100644
index 0000000..09f74dc
--- /dev/null
+++ b/ruby/gem/utf8proc.gemspec
@@ -0,0 +1,12 @@
+require 'rubygems'
+SPEC = Gem::Specification.new do |s|
+ s.name = 'utf8proc'
+ s.version = '1.1.6'
+ s.author = 'Public Software Group e. V., Berlin, Germany'
+ s.homepage = 'http://www.public-software-group.org/utf8proc'
+ s.summary = 'UTF-8 Unicode string processing'
+ s.files = ['LICENSE', 'lib/utf8proc.rb', 'ext/utf8proc_native.c']
+ s.require_path = 'lib/'
+ s.extensions = ['ext/extconf.rb']
+ s.has_rdoc = false
+end