[appengine-jruby] push by mando.woodie - Changes to support the latest version of dm-core on 2010-11-01 20:42 GMT

Skip to first unread message

appengi...@googlecode.com

unread,
Nov 1, 2010, 4:43:26 PM11/1/10
to appengine-j...@googlegroups.com
Revision: cf52fc48ad
Author: John Woodell <woo...@google.com>
Date: Mon Nov 1 13:41:58 2010
Log: Changes to support the latest version of dm-core
http://code.google.com/p/appengine-jruby/source/detail?r=cf52fc48ad

Modified:
/appengine-apis/lib/appengine-apis.rb
/dm-appengine/Rakefile
/dm-appengine/lib/dm-appengine/properties.rb
/dm-appengine/lib/dm-appengine/properties/string.rb
/google-appengine/Rakefile
/google-appengine/google_appengine.rb

=======================================
--- /appengine-apis/lib/appengine-apis.rb Fri Sep 3 23:30:09 2010
+++ /appengine-apis/lib/appengine-apis.rb Mon Nov 1 13:41:58 2010
@@ -19,5 +19,5 @@
$:.include?(File.dirname(__FILE__)) ||
$:.include?(File.expand_path(File.dirname(__FILE__)))

module AppEngine
- VERSION = '0.0.20'
+ VERSION = '0.0.21'
end
=======================================
--- /dm-appengine/Rakefile Wed Jun 9 00:53:02 2010
+++ /dm-appengine/Rakefile Mon Nov 1 13:41:58 2010
@@ -5,7 +5,7 @@
require 'spec/rake/spectask'

GEM = "dm-appengine"
-GEM_VERSION = "0.1.0"
+GEM_VERSION = "0.1.3"
HOMEPAGE = "http://code.google.com/p/appengine-jruby"
SUMMARY = "A DataMapper adapter for Google App Engine"

=======================================
--- /dm-appengine/lib/dm-appengine/properties/string.rb Mon Jun 7 22:03:10
2010
+++ /dm-appengine/lib/dm-appengine/properties/string.rb Mon Nov 1 13:41:58
2010
@@ -33,36 +33,43 @@
end

class Blob < AppEngineStringType
+ accept_options :required
primitive AppEngine::Datastore::Blob
self.length = 1024 * 1024
end

class ByteString < AppEngineStringType
+ accept_options :required
primitive AppEngine::Datastore::ByteString
self.length = 500
end

class Link < AppEngineStringType
+ accept_options :required
primitive AppEngine::Datastore::Link
self.length = 2038
end

class Email < AppEngineStringType
+ accept_options :required
primitive AppEngine::Datastore::Email
self.length = 500
end

class Category < AppEngineStringType
+ accept_options :required
primitive AppEngine::Datastore::Category
self.length = 500
end

class PhoneNumber < AppEngineStringType
+ accept_options :required
primitive AppEngine::Datastore::PhoneNumber
self.length = 500
end

class PostalAddress < AppEngineStringType
+ accept_options :required
primitive AppEngine::Datastore::PostalAddress
self.length = 500
end
=======================================
--- /google-appengine/Rakefile Fri Sep 3 23:30:09 2010
+++ /google-appengine/Rakefile Mon Nov 1 13:41:58 2010
@@ -16,9 +16,9 @@
s.description = s.summary = "Meta gem for Ruby on Google App Engine."

s.platform = Gem::Platform::RUBY
- s.add_dependency "appengine-apis", "0.0.20"
+ s.add_dependency "appengine-apis", "0.0.21"
s.add_dependency "appengine-rack", "0.0.11"
- s.add_dependency "appengine-sdk", "1.3.7"
+ s.add_dependency "appengine-sdk", "1.3.8"
s.add_dependency "appengine-tools", "0.0.16"
s.has_rdoc = false
s.require_paths = ['.']
=======================================
--- /google-appengine/google_appengine.rb Fri Sep 3 23:30:09 2010
+++ /google-appengine/google_appengine.rb Mon Nov 1 13:41:58 2010
@@ -18,5 +18,5 @@
require 'yaml'

module AppEngine
- VERSION = '0.0.17'
+ VERSION = '0.0.18'
end

Reply all
Reply to author
Forward
0 new messages