# -*- encoding: utf-8 -*- # stub: activerecord-refresh_connection 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "activerecord-refresh_connection".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Naotoshi Seo".freeze] s.date = "2014-09-17" s.description = "Refresh ActiveRecord connection on each rack request.".freeze s.email = ["sonots@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "activerecord-refresh_connection.gemspec".freeze, "example/.gitignore".freeze, "example/Gemfile".freeze, "example/README.rdoc".freeze, "example/Rakefile".freeze, "example/app/assets/images/.keep".freeze, "example/app/assets/javascripts/application.js".freeze, "example/app/assets/javascripts/articles.js.coffee".freeze, "example/app/assets/javascripts/books.js.coffee".freeze, "example/app/assets/stylesheets/application.css".freeze, "example/app/assets/stylesheets/articles.css.scss".freeze, "example/app/assets/stylesheets/books.css.scss".freeze, "example/app/assets/stylesheets/scaffolds.css.scss".freeze, "example/app/controllers/application_controller.rb".freeze, "example/app/controllers/articles_controller.rb".freeze, "example/app/controllers/books_controller.rb".freeze, "example/app/controllers/concerns/.keep".freeze, "example/app/helpers/application_helper.rb".freeze, "example/app/helpers/articles_helper.rb".freeze, "example/app/helpers/books_helper.rb".freeze, "example/app/mailers/.keep".freeze, "example/app/models/.keep".freeze, "example/app/models/article.rb".freeze, "example/app/models/book.rb".freeze, "example/app/models/concerns/.keep".freeze, "example/app/views/articles/_form.html.erb".freeze, "example/app/views/articles/edit.html.erb".freeze, "example/app/views/articles/index.html.erb".freeze, "example/app/views/articles/index.json.jbuilder".freeze, "example/app/views/articles/new.html.erb".freeze, "example/app/views/articles/show.html.erb".freeze, "example/app/views/articles/show.json.jbuilder".freeze, "example/app/views/books/_form.html.erb".freeze, "example/app/views/books/edit.html.erb".freeze, "example/app/views/books/index.html.erb".freeze, "example/app/views/books/index.json.jbuilder".freeze, "example/app/views/books/new.html.erb".freeze, "example/app/views/books/show.html.erb".freeze, "example/app/views/books/show.json.jbuilder".freeze, "example/app/views/layouts/application.html.erb".freeze, "example/bin/bundle".freeze, "example/bin/rails".freeze, "example/bin/rake".freeze, "example/config.ru".freeze, "example/config/application.rb".freeze, "example/config/boot.rb".freeze, "example/config/database.yml".freeze, "example/config/environment.rb".freeze, "example/config/environments/development.rb".freeze, "example/config/environments/production.rb".freeze, "example/config/environments/test.rb".freeze, "example/config/initializers/backtrace_silencers.rb".freeze, "example/config/initializers/cookies_serializer.rb".freeze, "example/config/initializers/filter_parameter_logging.rb".freeze, "example/config/initializers/inflections.rb".freeze, "example/config/initializers/mime_types.rb".freeze, "example/config/initializers/session_store.rb".freeze, "example/config/initializers/wrap_parameters.rb".freeze, "example/config/locales/en.yml".freeze, "example/config/routes.rb".freeze, "example/config/secrets.yml".freeze, "example/db/migrate/20140623044349_create_books.rb".freeze, "example/db/migrate/20140623044357_create_articles.rb".freeze, "example/db/schema.rb".freeze, "example/db/seeds.rb".freeze, "example/lib/assets/.keep".freeze, "example/lib/tasks/.keep".freeze, "example/log/.keep".freeze, "example/public/404.html".freeze, "example/public/422.html".freeze, "example/public/500.html".freeze, "example/public/favicon.ico".freeze, "example/public/robots.txt".freeze, "example/test/controllers/.keep".freeze, "example/test/controllers/articles_controller_test.rb".freeze, "example/test/controllers/books_controller_test.rb".freeze, "example/test/fixtures/.keep".freeze, "example/test/fixtures/articles.yml".freeze, "example/test/fixtures/books.yml".freeze, "example/test/helpers/.keep".freeze, "example/test/helpers/articles_helper_test.rb".freeze, "example/test/helpers/books_helper_test.rb".freeze, "example/test/integration/.keep".freeze, "example/test/mailers/.keep".freeze, "example/test/models/.keep".freeze, "example/test/models/article_test.rb".freeze, "example/test/models/book_test.rb".freeze, "example/test/test_helper.rb".freeze, "example/vendor/assets/javascripts/.keep".freeze, "example/vendor/assets/stylesheets/.keep".freeze, "lib/activerecord-refresh_connection.rb".freeze, "lib/activerecord-refresh_connection/active_record/connection_adapters/refresh_connection_management.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Refresh ActiveRecord connection on each rack request".freeze s.test_files = ["spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end