summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1ff753b..122d470 100644
--- a/Rakefile
+++ b/Rakefile
@@ -41,7 +41,7 @@ end
spec = Gem::Specification.load('ffi-yajl.gemspec')
Rake::ExtensionTask.new do |ext|
- ext.name = 'libyajl2'
+ ext.name = 'libyajl'
ext.lib_dir = 'lib'
ext.ext_dir = 'ext/libyajl2'
ext.gem_spec = spec