Skip to content

Commit c029d68

Browse files
committed
Upgrade ft2-ruby to modern gem structure and fix ft2.c to compile in Ruby 1.9
1 parent feb7400 commit c029d68

File tree

6 files changed

+199
-157
lines changed

6 files changed

+199
-157
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*.gem
2+
*.rbc
3+
.bundle
4+
.config
5+
.yardoc
6+
Gemfile.lock
7+
InstalledFiles
8+
_yardoc
9+
coverage
10+
doc/
11+
lib/bundler/man
12+
pkg
13+
rdoc
14+
spec/reports
15+
test/tmp
16+
test/version_tmp
17+
tmp

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
3+
# Specify your gem's dependencies in ft2-ruby-nice.gemspec
4+
gemspec

extconf.rb ext/ft2-ruby/extconf.rb

File renamed without changes.

0 commit comments

Comments
 (0)