Rakefile in appengine-tools-0.0.8 vs Rakefile in appengine-tools-0.0.9
- old
+ new
@@ -5,11 +5,11 @@
require 'spec/rake/spectask'
require File.dirname(__FILE__) + '/lib/jruby-rack-jar'
GEM = "appengine-tools"
-GEM_VERSION = "0.0.8"
+GEM_VERSION = "0.0.9"
HOMEPAGE = "http://code.google.com/p/appengine-jruby"
JRUBYRACK_VERSION = AppEngine::JRubyJars::JRUBYRACK_VERSION
JRUBYRACK_JAR = "jruby-rack-#{JRUBYRACK_VERSION}.jar"
JRUBYRACK_URL = "http://repository.codehaus.org/org/jruby/rack/" +
"jruby-rack/#{JRUBYRACK_VERSION}/#{JRUBYRACK_JAR}"
@@ -48,10 +48,10 @@
t.spec_opts = IO.read('spec/spec.opts').split
end
Rake::GemPackageTask.new(spec) do |pkg|
- system("curl -s -o lib/#{JRUBYRACK_JAR} #{JRUBYRACK_URL}")
+ #system("curl -s -o lib/#{JRUBYRACK_JAR} #{JRUBYRACK_URL}")
pkg.gem_spec = spec
end
desc "install the gem locally"
task :install => [:package] do