camertron-eprun 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ # encoding: utf-8
2
+
3
+ # Copyright 2010-2013 Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
4
+ # available under the same licence as Ruby itself
5
+ # (see http://www.ruby-lang.org/en/LICENSE.txt)
6
+
7
+ class Eprun
8
+ VERSION = "1.1.0"
9
+ end
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: camertron-eprun
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ayumu Nojima (野島 歩)
8
+ - Martin J. Dürst
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-04-06 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Efficient pure Ruby Unicode normalization.
15
+ email:
16
+ - duerst@it.aoyama.ac.jp
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/eprun/core_ext/string.rb
22
+ - lib/eprun/helpers.rb
23
+ - lib/eprun/normalize.rb
24
+ - lib/eprun/ruby18/normalize.rb
25
+ - lib/eprun/ruby18/tables.rb
26
+ - lib/eprun/tables.rb
27
+ - lib/eprun/version.rb
28
+ - lib/eprun.rb
29
+ - Gemfile
30
+ - History.txt
31
+ - LICENSE
32
+ - README.md
33
+ - Rakefile
34
+ homepage: http://github.com/duerst/eprun
35
+ licenses: []
36
+ metadata: {}
37
+ post_install_message:
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - '>='
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubyforge_project:
53
+ rubygems_version: 2.1.11
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: Efficient pure Ruby Unicode normalization.
57
+ test_files: []