File: utf8proc.gemspec

package info (click to toggle)
julia 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,868 kB
  • ctags: 13,696
  • sloc: ansic: 102,603; lisp: 86,819; sh: 12,179; cpp: 8,793; makefile: 3,069; ruby: 1,594; python: 936; pascal: 697; xml: 532; java: 510; f90: 403; asm: 102; perl: 77; sql: 6
file content (12 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
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