appengine-tools 0.0.16 → 0.0.17

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
@@ -6,7 +6,7 @@ require 'spec/rake/spectask'
6
6
  require 'appengine-sdk'
7
7
 
8
8
  GEM = "appengine-tools"
9
- GEM_VERSION = "0.0.16"
9
+ GEM_VERSION = "0.0.17"
10
10
  HOMEPAGE = "http://code.google.com/p/appengine-jruby"
11
11
 
12
12
  PLUGIN_SOURCE = 'src/com/google/appengine/jruby/JRubyYamlPlugin.java'
@@ -118,7 +118,7 @@ disable_rubygems
118
118
  bundle_path ".gems/bundler_gems"
119
119
 
120
120
  # List gems to bundle here:
121
- gem 'appengine-rack', '0.0.11.pre'
121
+ gem 'appengine-rack'
122
122
  EOF
123
123
  File.open(app.gemfile,'w') {|f| f.write(stock_gemfile) }
124
124
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 16
9
- version: 0.0.16
8
+ - 17
9
+ version: 0.0.17
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ryan Brown
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-03 00:00:00 -07:00
18
+ date: 2010-12-03 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency