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 +1 -1
- data/lib/appengine-tools/bundler.rb +0 -8
- metadata +3 -3
data/Rakefile
CHANGED
@@ -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
|
-
-
|
9
|
-
version: 0.0.
|
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-
|
18
|
+
date: 2010-06-09 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|