Rakefile in appengine-tools-0.0.1 vs Rakefile in appengine-tools-0.0.2
- old
+ new
@@ -3,11 +3,11 @@
require 'rubygems/specification'
require 'date'
require 'spec/rake/spectask'
GEM = "appengine-tools"
-GEM_VERSION = "0.0.1"
+GEM_VERSION = "0.0.2"
AUTHOR = "Ryan Brown"
EMAIL = "ribrdb@gmail.com"
HOMEPAGE = "http://code.google.com/p/appengine-jruby"
SUMMARY = "Tools for developing and deploying apps to Google App Engine"
@@ -26,11 +26,11 @@
s.require_path = 'lib'
s.files = %w(LICENSE README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*")
s.executables = [ 'appcfg.rb', 'dev_appserver.rb' ]
s.add_dependency('appengine-rack')
s.add_dependency('appengine-sdk')
- s.add_dependency('jruby-abridged')
+ s.add_dependency('appengine-jruby-jars')
end
task :default => :spec
desc "Run specs"
@@ -52,6 +52,6 @@
desc "create a gemspec file"
task :make_spec do
File.open("#{GEM}.gemspec", "w") do |file|
file.puts spec.to_ruby
end
-end
\ No newline at end of file
+end