# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rails_dm_datastore} s.version = "0.2.16" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Josh S Moore", "John Woodell"] s.date = %q{2010-10-30} s.description = %q{This gem patches all of the problems that appear from running Rails with DataMapper on the GAE. The main patches are patching DataMapper so that it does not use the ObjectSpace (The ObjectSpace itself is also patched so that this works seamlessly). Also ActiveView is patched so that all of the partial shortcuts work with DataMapper. In addition, a generate is provided (dd_model) that will produce a DataMapper model. One last note is that this gem depends on a dm-core (and other dm gems), dm-appengein, and rails_appengene so all you need is to require this gem in your gem file and you should get all the other gems you need to make DataMapper work with Rails and the GAE.} s.email = ["joshsmoore@gmail.com", "woodie@netpress.com"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "generators/dd_model/USAGE", "generators/dd_model/dd_model_generator.rb", "generators/dd_model/templates/model.rb", "generators/dd_model/templates/unit_test.rb", "lib/rails_dm_datastore.rb", "lib/rails_dm_datastore/action_view.rb", "lib/rails_dm_datastore/data_mapper.rb", "lib/rails_dm_datastore/extlib.rb", "lib/rails_dm_datastore/local_object_space.rb", "rails_dm_datastore.gemspec", "test/helper.rb", "test/test_dm-rails-gae.rb", "test/test_weak_reference.rb" ] s.homepage = %q{http://github.com/joshsmoore/rails_dm_datastore} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Integrate datamapper to Rails for the Google App Engine} s.test_files = [ "test/helper.rb", "test/test_dm-rails-gae.rb", "test/test_weak_reference.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, ["= 1.0.2"]) s.add_runtime_dependency(%q, ["= 1.0.2"]) s.add_runtime_dependency(%q, ["= 1.0.2"]) s.add_runtime_dependency(%q, ["= 1.0.2"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end