[Groonga-commit] ranguba/groonga-client-model at bc86c3c [master] test: rails5 -> rails5.0

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 15 11:04:34 JST 2018


Kouhei Sutou	2018-02-15 11:04:34 +0900 (Thu, 15 Feb 2018)

  New Revision: bc86c3c55fd1838af55e8586c401414bf3e43a89
  https://github.com/ranguba/groonga-client-model/commit/bc86c3c55fd1838af55e8586c401414bf3e43a89

  Message:
    test: rails5 -> rails5.0

  Modified files:
    .travis.yml
  Renamed files:
    test/apps/rails5.0/.gitignore
      (from test/apps/rails5/.gitignore)
    test/apps/rails5.0/Gemfile
      (from test/apps/rails5/Gemfile)
    test/apps/rails5.0/Gemfile.lock
      (from test/apps/rails5/Gemfile.lock)
    test/apps/rails5.0/README.md
      (from test/apps/rails5/README.md)
    test/apps/rails5.0/Rakefile
      (from test/apps/rails5/Rakefile)
    test/apps/rails5.0/app/assets/config/manifest.js
      (from test/apps/rails5/app/assets/config/manifest.js)
    test/apps/rails5.0/app/assets/images/.keep
      (from test/apps/rails5/app/assets/images/.keep)
    test/apps/rails5.0/app/assets/javascripts/application.js
      (from test/apps/rails5/app/assets/javascripts/application.js)
    test/apps/rails5.0/app/assets/javascripts/cable.js
      (from test/apps/rails5/app/assets/javascripts/cable.js)
    test/apps/rails5.0/app/assets/javascripts/channels/.keep
      (from test/apps/rails5/app/assets/javascripts/channels/.keep)
    test/apps/rails5.0/app/assets/javascripts/posts.coffee
      (from test/apps/rails5/app/assets/javascripts/posts.coffee)
    test/apps/rails5.0/app/assets/stylesheets/application.css
      (from test/apps/rails5/app/assets/stylesheets/application.css)
    test/apps/rails5.0/app/assets/stylesheets/posts.scss
      (from test/apps/rails5/app/assets/stylesheets/posts.scss)
    test/apps/rails5.0/app/assets/stylesheets/scaffolds.scss
      (from test/apps/rails5/app/assets/stylesheets/scaffolds.scss)
    test/apps/rails5.0/app/channels/application_cable/channel.rb
      (from test/apps/rails5/app/channels/application_cable/channel.rb)
    test/apps/rails5.0/app/channels/application_cable/connection.rb
      (from test/apps/rails5/app/channels/application_cable/connection.rb)
    test/apps/rails5.0/app/controllers/application_controller.rb
      (from test/apps/rails5/app/controllers/application_controller.rb)
    test/apps/rails5.0/app/controllers/concerns/.keep
      (from test/apps/rails5/app/controllers/concerns/.keep)
    test/apps/rails5.0/app/controllers/posts_controller.rb
      (from test/apps/rails5/app/controllers/posts_controller.rb)
    test/apps/rails5.0/app/helpers/application_helper.rb
      (from test/apps/rails5/app/helpers/application_helper.rb)
    test/apps/rails5.0/app/helpers/posts_helper.rb
      (from test/apps/rails5/app/helpers/posts_helper.rb)
    test/apps/rails5.0/app/jobs/application_job.rb
      (from test/apps/rails5/app/jobs/application_job.rb)
    test/apps/rails5.0/app/mailers/application_mailer.rb
      (from test/apps/rails5/app/mailers/application_mailer.rb)
    test/apps/rails5.0/app/models/age.rb
      (from test/apps/rails5/app/models/age.rb)
    test/apps/rails5.0/app/models/application_groonga_record.rb
      (from test/apps/rails5/app/models/application_groonga_record.rb)
    test/apps/rails5.0/app/models/concerns/.keep
      (from test/apps/rails5/app/models/concerns/.keep)
    test/apps/rails5.0/app/models/post.rb
      (from test/apps/rails5/app/models/post.rb)
    test/apps/rails5.0/app/views/layouts/application.html.erb
      (from test/apps/rails5/app/views/layouts/application.html.erb)
    test/apps/rails5.0/app/views/layouts/mailer.html.erb
      (from test/apps/rails5/app/views/layouts/mailer.html.erb)
    test/apps/rails5.0/app/views/layouts/mailer.text.erb
      (from test/apps/rails5/app/views/layouts/mailer.text.erb)
    test/apps/rails5.0/app/views/posts/_form.html.erb
      (from test/apps/rails5/app/views/posts/_form.html.erb)
    test/apps/rails5.0/app/views/posts/_post.json.jbuilder
      (from test/apps/rails5/app/views/posts/_post.json.jbuilder)
    test/apps/rails5.0/app/views/posts/edit.html.erb
      (from test/apps/rails5/app/views/posts/edit.html.erb)
    test/apps/rails5.0/app/views/posts/index.html.erb
      (from test/apps/rails5/app/views/posts/index.html.erb)
    test/apps/rails5.0/app/views/posts/index.json.jbuilder
      (from test/apps/rails5/app/views/posts/index.json.jbuilder)
    test/apps/rails5.0/app/views/posts/new.html.erb
      (from test/apps/rails5/app/views/posts/new.html.erb)
    test/apps/rails5.0/app/views/posts/show.html.erb
      (from test/apps/rails5/app/views/posts/show.html.erb)
    test/apps/rails5.0/app/views/posts/show.json.jbuilder
      (from test/apps/rails5/app/views/posts/show.json.jbuilder)
    test/apps/rails5.0/bin/bundle
      (from test/apps/rails5/bin/bundle)
    test/apps/rails5.0/bin/rails
      (from test/apps/rails5/bin/rails)
    test/apps/rails5.0/bin/rake
      (from test/apps/rails5/bin/rake)
    test/apps/rails5.0/bin/setup
      (from test/apps/rails5/bin/setup)
    test/apps/rails5.0/bin/spring
      (from test/apps/rails5/bin/spring)
    test/apps/rails5.0/bin/update
      (from test/apps/rails5/bin/update)
    test/apps/rails5.0/config.ru
      (from test/apps/rails5/config.ru)
    test/apps/rails5.0/config/application.rb
      (from test/apps/rails5/config/application.rb)
    test/apps/rails5.0/config/boot.rb
      (from test/apps/rails5/config/boot.rb)
    test/apps/rails5.0/config/cable.yml
      (from test/apps/rails5/config/cable.yml)
    test/apps/rails5.0/config/environment.rb
      (from test/apps/rails5/config/environment.rb)
    test/apps/rails5.0/config/environments/development.rb
      (from test/apps/rails5/config/environments/development.rb)
    test/apps/rails5.0/config/environments/production.rb
      (from test/apps/rails5/config/environments/production.rb)
    test/apps/rails5.0/config/environments/test.rb
      (from test/apps/rails5/config/environments/test.rb)
    test/apps/rails5.0/config/groonga.yml
      (from test/apps/rails5/config/groonga.yml)
    test/apps/rails5.0/config/initializers/application_controller_renderer.rb
      (from test/apps/rails5/config/initializers/application_controller_renderer.rb)
    test/apps/rails5.0/config/initializers/assets.rb
      (from test/apps/rails5/config/initializers/assets.rb)
    test/apps/rails5.0/config/initializers/backtrace_silencers.rb
      (from test/apps/rails5/config/initializers/backtrace_silencers.rb)
    test/apps/rails5.0/config/initializers/cookies_serializer.rb
      (from test/apps/rails5/config/initializers/cookies_serializer.rb)
    test/apps/rails5.0/config/initializers/filter_parameter_logging.rb
      (from test/apps/rails5/config/initializers/filter_parameter_logging.rb)
    test/apps/rails5.0/config/initializers/inflections.rb
      (from test/apps/rails5/config/initializers/inflections.rb)
    test/apps/rails5.0/config/initializers/mime_types.rb
      (from test/apps/rails5/config/initializers/mime_types.rb)
    test/apps/rails5.0/config/initializers/new_framework_defaults.rb
      (from test/apps/rails5/config/initializers/new_framework_defaults.rb)
    test/apps/rails5.0/config/initializers/session_store.rb
      (from test/apps/rails5/config/initializers/session_store.rb)
    test/apps/rails5.0/config/initializers/wrap_parameters.rb
      (from test/apps/rails5/config/initializers/wrap_parameters.rb)
    test/apps/rails5.0/config/locales/en.yml
      (from test/apps/rails5/config/locales/en.yml)
    test/apps/rails5.0/config/puma.rb
      (from test/apps/rails5/config/puma.rb)
    test/apps/rails5.0/config/routes.rb
      (from test/apps/rails5/config/routes.rb)
    test/apps/rails5.0/config/secrets.yml
      (from test/apps/rails5/config/secrets.yml)
    test/apps/rails5.0/config/spring.rb
      (from test/apps/rails5/config/spring.rb)
    test/apps/rails5.0/db/groonga/migrate/20170301061420_create_posts.rb
      (from test/apps/rails5/db/groonga/migrate/20170301061420_create_posts.rb)
    test/apps/rails5.0/db/groonga/migrate/20170303115054_create_terms.rb
      (from test/apps/rails5/db/groonga/migrate/20170303115054_create_terms.rb)
    test/apps/rails5.0/db/groonga/migrate/20170303115135_create_ages.rb
      (from test/apps/rails5/db/groonga/migrate/20170303115135_create_ages.rb)
    test/apps/rails5.0/db/seeds.rb
      (from test/apps/rails5/db/seeds.rb)
    test/apps/rails5.0/lib/assets/.keep
      (from test/apps/rails5/lib/assets/.keep)
    test/apps/rails5.0/lib/tasks/.keep
      (from test/apps/rails5/lib/tasks/.keep)
    test/apps/rails5.0/log/.keep
      (from test/apps/rails5/log/.keep)
    test/apps/rails5.0/public/404.html
      (from test/apps/rails5/public/404.html)
    test/apps/rails5.0/public/422.html
      (from test/apps/rails5/public/422.html)
    test/apps/rails5.0/public/500.html
      (from test/apps/rails5/public/500.html)
    test/apps/rails5.0/public/apple-touch-icon-precomposed.png
      (from test/apps/rails5/public/apple-touch-icon-precomposed.png)
    test/apps/rails5.0/public/apple-touch-icon.png
      (from test/apps/rails5/public/apple-touch-icon.png)
    test/apps/rails5.0/public/favicon.ico
      (from test/apps/rails5/public/favicon.ico)
    test/apps/rails5.0/public/robots.txt
      (from test/apps/rails5/public/robots.txt)
    test/apps/rails5.0/test/controllers/.keep
      (from test/apps/rails5/test/controllers/.keep)
    test/apps/rails5.0/test/controllers/posts_controller_test.rb
      (from test/apps/rails5/test/controllers/posts_controller_test.rb)
    test/apps/rails5.0/test/factories/ages.rb
      (from test/apps/rails5/test/factories/ages.rb)
    test/apps/rails5.0/test/factories/posts.rb
      (from test/apps/rails5/test/factories/posts.rb)
    test/apps/rails5.0/test/fixtures/.keep
      (from test/apps/rails5/test/fixtures/.keep)
    test/apps/rails5.0/test/fixtures/files/.keep
      (from test/apps/rails5/test/fixtures/files/.keep)
    test/apps/rails5.0/test/generators/migration_generator_test.rb
      (from test/apps/rails5/test/generators/migration_generator_test.rb)
    test/apps/rails5.0/test/helpers/.keep
      (from test/apps/rails5/test/helpers/.keep)
    test/apps/rails5.0/test/integration/.keep
      (from test/apps/rails5/test/integration/.keep)
    test/apps/rails5.0/test/mailers/.keep
      (from test/apps/rails5/test/mailers/.keep)
    test/apps/rails5.0/test/models/.keep
      (from test/apps/rails5/test/models/.keep)
    test/apps/rails5.0/test/models/age_test.rb
      (from test/apps/rails5/test/models/age_test.rb)
    test/apps/rails5.0/test/models/post_test.rb
      (from test/apps/rails5/test/models/post_test.rb)
    test/apps/rails5.0/test/test_helper.rb
      (from test/apps/rails5/test/test_helper.rb)
    test/apps/rails5.0/tmp/.keep
      (from test/apps/rails5/tmp/.keep)
    test/apps/rails5.0/vendor/assets/javascripts/.keep
      (from test/apps/rails5/vendor/assets/javascripts/.keep)
    test/apps/rails5.0/vendor/assets/stylesheets/.keep
      (from test/apps/rails5/vendor/assets/stylesheets/.keep)

  Modified: .travis.yml (+1 -1)
===================================================================
--- .travis.yml    2018-02-15 11:04:01 +0900 (be5021b)
+++ .travis.yml    2018-02-15 11:04:34 +0900 (3fcf159)
@@ -23,4 +23,4 @@ install:
 script:
   - bundle exec ruby test/unit/run-test.rb
   - (cd test/apps/rails4 && BUNDLE_GEMFILE=${PWD}/Gemfile bin/rake test)
-  - (cd test/apps/rails5 && BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test)
+  - (cd test/apps/rails5.0 && BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test)

  Renamed: test/apps/rails5.0/.gitignore (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/Gemfile (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/Gemfile.lock (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/README.md (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/Rakefile (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/config/manifest.js (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/images/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/javascripts/application.js (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/javascripts/cable.js (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/javascripts/channels/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/javascripts/posts.coffee (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/stylesheets/application.css (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/stylesheets/posts.scss (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/assets/stylesheets/scaffolds.scss (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/channels/application_cable/channel.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/channels/application_cable/connection.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/controllers/application_controller.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/controllers/concerns/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/controllers/posts_controller.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/helpers/application_helper.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/helpers/posts_helper.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/jobs/application_job.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/mailers/application_mailer.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/models/age.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/models/application_groonga_record.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/models/concerns/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/models/post.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/layouts/application.html.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/layouts/mailer.html.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/layouts/mailer.text.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/_form.html.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/_post.json.jbuilder (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/edit.html.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/index.html.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/index.json.jbuilder (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/new.html.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/show.html.erb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/app/views/posts/show.json.jbuilder (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/bin/bundle (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/bin/rails (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/bin/rake (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/bin/setup (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/bin/spring (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/bin/update (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config.ru (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/application.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/boot.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/cable.yml (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/environment.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/environments/development.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/environments/production.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/environments/test.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/groonga.yml (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/application_controller_renderer.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/assets.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/backtrace_silencers.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/cookies_serializer.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/filter_parameter_logging.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/inflections.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/mime_types.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/new_framework_defaults.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/session_store.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/initializers/wrap_parameters.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/locales/en.yml (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/puma.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/routes.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/secrets.yml (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/config/spring.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/db/groonga/migrate/20170301061420_create_posts.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/db/groonga/migrate/20170303115054_create_terms.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/db/groonga/migrate/20170303115135_create_ages.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/db/seeds.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/lib/assets/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/lib/tasks/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/log/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/public/404.html (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/public/422.html (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/public/500.html (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/public/apple-touch-icon-precomposed.png (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/public/apple-touch-icon.png (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/public/favicon.ico (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/public/robots.txt (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/controllers/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/controllers/posts_controller_test.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/factories/ages.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/factories/posts.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/fixtures/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/fixtures/files/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/generators/migration_generator_test.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/helpers/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/integration/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/mailers/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/models/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/models/age_test.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/models/post_test.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/test/test_helper.rb (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/tmp/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/vendor/assets/javascripts/.keep (+0 -0) 100%
===================================================================

  Renamed: test/apps/rails5.0/vendor/assets/stylesheets/.keep (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180215/c16474ee/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index