appengine-tools 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'spec/rake/spectask'
7
7
  require File.dirname(__FILE__) + '/lib/jruby-rack-jar'
8
8
 
9
9
  GEM = "appengine-tools"
10
- GEM_VERSION = "0.0.8"
10
+ GEM_VERSION = "0.0.9"
11
11
  HOMEPAGE = "http://code.google.com/p/appengine-jruby"
12
12
  JRUBYRACK_VERSION = AppEngine::JRubyJars::JRUBYRACK_VERSION
13
13
  JRUBYRACK_JAR = "jruby-rack-#{JRUBYRACK_VERSION}.jar"
@@ -50,7 +50,7 @@ end
50
50
 
51
51
 
52
52
  Rake::GemPackageTask.new(spec) do |pkg|
53
- system("curl -s -o lib/#{JRUBYRACK_JAR} #{JRUBYRACK_URL}")
53
+ #system("curl -s -o lib/#{JRUBYRACK_JAR} #{JRUBYRACK_URL}")
54
54
  pkg.gem_spec = spec
55
55
  end
56
56
 
@@ -139,7 +139,7 @@ module AppEngine
139
139
  puts "Oops, this does not look like an application directory."
140
140
  puts "You need a #{app.gemfile} or #{app.config_ru} file."
141
141
  puts ""
142
- puts "Run 'appcfg.rb generate #{app.path}'"
142
+ puts "Run 'appcfg.rb generate_app #{app.path}'"
143
143
  puts "to generate a skeleton application."
144
144
  exit 1
145
145
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appengine-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Brown
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-20 00:00:00 -08:00
13
+ date: 2010-01-23 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency