appengine-tools 0.0.13 → 0.0.14

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
@@ -5,7 +5,7 @@ require 'date'
5
5
  require 'spec/rake/spectask'
6
6
 
7
7
  GEM = "appengine-tools"
8
- GEM_VERSION = "0.0.13"
8
+ GEM_VERSION = "0.0.14"
9
9
  HOMEPAGE = "http://code.google.com/p/appengine-jruby"
10
10
 
11
11
  spec = Gem::Specification.new do |s|
@@ -115,7 +115,6 @@ module AppEngine
115
115
  confirm_appdir
116
116
  create_webinf
117
117
  bundle_gems(args)
118
- copy_sdk
119
118
  end
120
119
 
121
120
  def bundle_gems(args)
@@ -175,13 +174,6 @@ EOF
175
174
  create_public
176
175
  end
177
176
 
178
- def copy_sdk
179
- require 'appengine-sdk'
180
- glob = "appengine-api-{1.0-sdk,labs}-*.jar"
181
- jars = Dir.glob("#{AppEngine::SDK::SDK_ROOT}/lib/user/#{glob}")
182
- update_jars('appengine-sdk', EXISTING_APIS, jars)
183
- end
184
-
185
177
  private
186
178
 
187
179
  def find_jars(regex)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 13
9
- version: 0.0.13
8
+ - 14
9
+ version: 0.0.14
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-05-24 00:00:00 -07:00
18
+ date: 2010-06-09 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency