genki / dm-datastore-adapter

This is a DataMapper adapter to DataStore of Google App Engine.

This URL has Read+Write access

dm-datastore-adapter / dm-datastore-adapter.gemspec
100644 42 lines (37 sloc) 1.919 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{dm-datastore-adapter}
  s.version = "0.2.4"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Genki Takiuchi"]
  s.date = %q{2009-06-07}
  s.description = %q{This is a DataMapper adapter to DataStore of Google App Engine.}
  s.email = %q{genki@s21g.com}
  s.extra_rdoc_files = ["README", "LICENSE", "TODO"]
  s.files = ["LICENSE", "README", "Rakefile", "TODO", "lib/dm-datastore-adapter", "lib/dm-datastore-adapter/datastore-adapter.rb", "lib/dm-datastore-adapter/merbtasks.rb", "lib/dm-datastore-adapter/transaction.rb", "lib/dm-datastore-adapter.rb", "spec/dm-datastore-adapter_spec.rb", "spec/spec_helper.rb"]
  s.homepage = %q{http://jmerbist.appspot.com/}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{asakusarb}
  s.rubygems_version = %q{1.3.4}
  s.summary = %q{This is a DataMapper adapter to DataStore of Google App Engine.}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<dm-core>, [">= 0.9.11"])
      s.add_runtime_dependency(%q<dm-aggregates>, [">= 0.9.11"])
      s.add_runtime_dependency(%q<dm-types>, [">= 0.9.11"])
      s.add_runtime_dependency(%q<addressable>, [">= 2.0.2"])
    else
      s.add_dependency(%q<dm-core>, [">= 0.9.11"])
      s.add_dependency(%q<dm-aggregates>, [">= 0.9.11"])
      s.add_dependency(%q<dm-types>, [">= 0.9.11"])
      s.add_dependency(%q<addressable>, [">= 2.0.2"])
    end
  else
    s.add_dependency(%q<dm-core>, [">= 0.9.11"])
    s.add_dependency(%q<dm-aggregates>, [">= 0.9.11"])
    s.add_dependency(%q<dm-types>, [">= 0.9.11"])
    s.add_dependency(%q<addressable>, [">= 2.0.2"])
  end
end