summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
-rw-r--r--ffi-yajl-universal-java.gemspec (renamed from ffi-yajl-x86-java.gemspec)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 4649a98..0570b4b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,7 +28,7 @@ unix_gemspec = eval(File.read("ffi-yajl.gemspec"))
desc "install the gem locally"
task :install => [:package] do
if defined?(RUBY_ENGINE) && RUBY_ENGINE == "jruby"
- sh %{gem install pkg/#{unix_gemspec.name}-#{unix_gemspec.version}-x86-java.gem}
+ sh %{gem install pkg/#{unix_gemspec.name}-#{unix_gemspec.version}-universal-java.gem}
else
sh %{gem install pkg/#{unix_gemspec.name}-#{unix_gemspec.version}.gem}
end
diff --git a/ffi-yajl-x86-java.gemspec b/ffi-yajl-universal-java.gemspec
index dc1e19b..218f4f5 100644
--- a/ffi-yajl-x86-java.gemspec
+++ b/ffi-yajl-universal-java.gemspec
@@ -4,7 +4,7 @@ require 'ffi_yajl/version'
Gem::Specification.new do |s|
s.name = 'ffi-yajl'
s.version = FFI_Yajl::VERSION
- s.platform = "x86-java"
+ s.platform = "universal-java"
s.extra_rdoc_files = ["README.md", "LICENSE" ]
s.summary = "Ruby FFI wrapper around YAJL 2.x"
s.description = s.summary