# -*- encoding: utf-8 -*-
# stub: gdatastore_mapper 0.1.5 ruby lib

Gem::Specification.new do |s|
  s.name = "gdatastore_mapper".freeze
  s.version = "0.1.5".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Shinya Kitamura".freeze]
  s.bindir = "exe".freeze
  s.date = "2017-04-20"
  s.description = "Google Cloud Datastore ORM/ODM (Mapper) in Ruby and Ruby on Rails".freeze
  s.email = ["shinya.kitamura.14@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "circle.yml".freeze, "gdatastore_mapper.gemspec".freeze, "lib/gdatastore_mapper.rb".freeze, "lib/gdatastore_mapper/associations.rb".freeze, "lib/gdatastore_mapper/associations/has_many.rb".freeze, "lib/gdatastore_mapper/base.rb".freeze, "lib/gdatastore_mapper/persistence.rb".freeze, "lib/gdatastore_mapper/relation.rb".freeze, "lib/gdatastore_mapper/scoping.rb".freeze, "lib/gdatastore_mapper/session.rb".freeze, "lib/gdatastore_mapper/version.rb".freeze, "rails_example/.gitignore".freeze, "rails_example/Gemfile".freeze, "rails_example/Gemfile.lock".freeze, "rails_example/README.md".freeze, "rails_example/Rakefile".freeze, "rails_example/app.yaml".freeze, "rails_example/app/assets/config/manifest.js".freeze, "rails_example/app/assets/images/.keep".freeze, "rails_example/app/assets/javascripts/application.js".freeze, "rails_example/app/assets/javascripts/authors.coffee".freeze, "rails_example/app/assets/javascripts/cable.js".freeze, "rails_example/app/assets/javascripts/channels/.keep".freeze, "rails_example/app/assets/stylesheets/application.css".freeze, "rails_example/app/assets/stylesheets/authors.scss".freeze, "rails_example/app/controllers/application_controller.rb".freeze, "rails_example/app/controllers/authors_controller.rb".freeze, "rails_example/app/controllers/books_controller.rb".freeze, "rails_example/app/controllers/concerns/.keep".freeze, "rails_example/app/models/author.rb".freeze, "rails_example/app/models/book.rb".freeze, "rails_example/app/views/authors/_form.html.erb".freeze, "rails_example/app/views/authors/edit.html.erb".freeze, "rails_example/app/views/authors/index.html.erb".freeze, "rails_example/app/views/authors/new.html.erb".freeze, "rails_example/app/views/books/_form.html.erb".freeze, "rails_example/app/views/books/_update_form.html.erb".freeze, "rails_example/app/views/books/edit.html.erb".freeze, "rails_example/app/views/books/index.html.erb".freeze, "rails_example/app/views/books/new.html.erb".freeze, "rails_example/app/views/books/show.html.erb".freeze, "rails_example/app/views/layouts/application.html.erb".freeze, "rails_example/bin/bundle".freeze, "rails_example/bin/rails".freeze, "rails_example/bin/rake".freeze, "rails_example/bin/setup".freeze, "rails_example/bin/spring".freeze, "rails_example/bin/update".freeze, "rails_example/config.ru".freeze, "rails_example/config/application.rb".freeze, "rails_example/config/boot.rb".freeze, "rails_example/config/cable.yml".freeze, "rails_example/config/database.yml".freeze, "rails_example/config/environment.rb".freeze, "rails_example/config/environments/development.rb".freeze, "rails_example/config/environments/production.rb".freeze, "rails_example/config/environments/test.rb".freeze, "rails_example/config/initializers/application_controller_renderer.rb".freeze, "rails_example/config/initializers/assets.rb".freeze, "rails_example/config/initializers/backtrace_silencers.rb".freeze, "rails_example/config/initializers/cookies_serializer.rb".freeze, "rails_example/config/initializers/filter_parameter_logging.rb".freeze, "rails_example/config/initializers/inflections.rb".freeze, "rails_example/config/initializers/mime_types.rb".freeze, "rails_example/config/initializers/new_framework_defaults.rb".freeze, "rails_example/config/initializers/session_store.rb".freeze, "rails_example/config/initializers/wrap_parameters.rb".freeze, "rails_example/config/locales/en.yml".freeze, "rails_example/config/puma.rb".freeze, "rails_example/config/routes.rb".freeze, "rails_example/config/secrets.yml".freeze, "rails_example/config/spring.rb".freeze, "rails_example/db/seeds.rb".freeze, "rails_example/lib/assets/.keep".freeze, "rails_example/lib/tasks/.keep".freeze, "rails_example/public/404.html".freeze, "rails_example/public/422.html".freeze, "rails_example/public/500.html".freeze, "rails_example/public/apple-touch-icon-precomposed.png".freeze, "rails_example/public/apple-touch-icon.png".freeze, "rails_example/public/favicon.ico".freeze, "rails_example/public/robots.txt".freeze]
  s.homepage = "https://github.com/shinyaK14/gdatastore_mapper".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Google Cloud Datastore Mapper in Ruby / Ruby on Rails".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<google-cloud-datastore>.freeze, ["~> 1.0".freeze])
  s.add_runtime_dependency(%q<activemodel>.freeze, ["~> 5.0".freeze])
  s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 5.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 12.0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.14".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
end