From cd8a1d061d2b17e9db7ef4c125184d896dd3e323 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 22 Mar 2019 08:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8B=89=E5=8F=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- config/additional_environment.rb.example | 0 config/application.rb | 0 config/boot.rb | 0 config/configuration.yml.example | 0 config/configuration.yml.template | 0 config/environment.rb | 0 config/environments/development.rb | 0 config/environments/production.rb | 0 config/environments/test.rb | 0 config/environments/test_pgsql.rb | 0 config/environments/test_sqlite3.rb | 0 config/initializers/00-core_plugins.rb | 0 config/initializers/10-patches.rb | 0 config/initializers/20-mime_types.rb | 0 config/initializers/30-redmine.rb | 0 config/initializers/abstract_mysql_adapter.rb | 0 config/initializers/autoreload_grape.rb | 0 config/initializers/backtrace_silencers.rb | 0 config/initializers/delayed_job_config.rb | 0 config/initializers/elasticsearch_dev_patch.rb | 0 config/initializers/inflections.rb | 0 config/initializers/kaminari_config.rb | 0 config/initializers/logger.rb | 0 config/initializers/mini_profiler.rb | 0 config/initializers/rails_kindeditor.rb | 0 config/initializers/redis.rb | 0 config/initializers/secret_token.rb | 0 config/initializers/seems_rateable.rb | 0 config/initializers/send_mail.rb | 0 config/initializers/session_store.rb | 0 config/initializers/subdomain.rb | 0 config/initializers/task.rb | 0 config/locales/account/en.yml | 0 config/locales/account/zh.yml | 0 config/locales/admins/en.yml | 0 config/locales/admins/zh.yml | 0 config/locales/commons/en.yml | 0 config/locales/commons/zh.yml | 0 config/locales/contacts/en.yml | 0 config/locales/contacts/zh.yml | 0 config/locales/contests/en.yml | 0 config/locales/contests/zh.yml | 0 config/locales/courses/en.yml | 0 config/locales/courses/zh.yml | 0 config/locales/en.yml | 0 config/locales/forums/en.yml | 0 config/locales/forums/zh.yml | 0 config/locales/mailers/en.yml | 0 config/locales/mailers/zh.yml | 0 config/locales/my/en.yml | 0 config/locales/my/zh.yml | 0 config/locales/navigatiors/en.yml | 0 config/locales/navigatiors/zh.yml | 0 config/locales/projects/en.yml | 0 config/locales/projects/zh.yml | 0 config/locales/users/en.yml | 0 config/locales/users/zh.yml | 0 config/locales/zh.yml | 0 config/menu.yml | 0 config/menu.yml.production | 0 config/menu.yml.test | 0 config/newrelic.yaml | 0 config/preinitializer.rb | 0 config/private.key | 0 config/query_reviewer.yml | 0 config/settings.yml | 0 config/wechat.yml.test | 0 lib/dalli-2.7.2/Gemfile | 2 +- lib/gitlab-cli/Gemfile | 2 +- lib/plugins/acts-as-taggable-on/Gemfile | 2 +- lib/rails_kindeditor/Gemfile | 2 +- lib/rails_kindeditor/Gemfile.lock | 2 +- lib/wechat/Gemfile | 2 +- plugins/redmine_ckeditor/Gemfile | 2 +- plugins/redmine_ckeditor/Gemfile.lock | 2 +- 76 files changed, 9 insertions(+), 9 deletions(-) mode change 100644 => 100755 config/additional_environment.rb.example mode change 100644 => 100755 config/application.rb mode change 100644 => 100755 config/boot.rb mode change 100644 => 100755 config/configuration.yml.example mode change 100644 => 100755 config/configuration.yml.template mode change 100644 => 100755 config/environment.rb mode change 100644 => 100755 config/environments/development.rb mode change 100644 => 100755 config/environments/production.rb mode change 100644 => 100755 config/environments/test.rb mode change 100644 => 100755 config/environments/test_pgsql.rb mode change 100644 => 100755 config/environments/test_sqlite3.rb mode change 100644 => 100755 config/initializers/00-core_plugins.rb mode change 100644 => 100755 config/initializers/10-patches.rb mode change 100644 => 100755 config/initializers/20-mime_types.rb mode change 100644 => 100755 config/initializers/30-redmine.rb mode change 100644 => 100755 config/initializers/abstract_mysql_adapter.rb mode change 100644 => 100755 config/initializers/autoreload_grape.rb mode change 100644 => 100755 config/initializers/backtrace_silencers.rb mode change 100644 => 100755 config/initializers/delayed_job_config.rb mode change 100644 => 100755 config/initializers/elasticsearch_dev_patch.rb mode change 100644 => 100755 config/initializers/inflections.rb mode change 100644 => 100755 config/initializers/kaminari_config.rb mode change 100644 => 100755 config/initializers/logger.rb mode change 100644 => 100755 config/initializers/mini_profiler.rb mode change 100644 => 100755 config/initializers/rails_kindeditor.rb mode change 100644 => 100755 config/initializers/redis.rb mode change 100644 => 100755 config/initializers/secret_token.rb mode change 100644 => 100755 config/initializers/seems_rateable.rb mode change 100644 => 100755 config/initializers/send_mail.rb mode change 100644 => 100755 config/initializers/session_store.rb mode change 100644 => 100755 config/initializers/subdomain.rb mode change 100644 => 100755 config/initializers/task.rb mode change 100644 => 100755 config/locales/account/en.yml mode change 100644 => 100755 config/locales/account/zh.yml mode change 100644 => 100755 config/locales/admins/en.yml mode change 100644 => 100755 config/locales/admins/zh.yml mode change 100644 => 100755 config/locales/commons/en.yml mode change 100644 => 100755 config/locales/commons/zh.yml mode change 100644 => 100755 config/locales/contacts/en.yml mode change 100644 => 100755 config/locales/contacts/zh.yml mode change 100644 => 100755 config/locales/contests/en.yml mode change 100644 => 100755 config/locales/contests/zh.yml mode change 100644 => 100755 config/locales/courses/en.yml mode change 100644 => 100755 config/locales/courses/zh.yml mode change 100644 => 100755 config/locales/en.yml mode change 100644 => 100755 config/locales/forums/en.yml mode change 100644 => 100755 config/locales/forums/zh.yml mode change 100644 => 100755 config/locales/mailers/en.yml mode change 100644 => 100755 config/locales/mailers/zh.yml mode change 100644 => 100755 config/locales/my/en.yml mode change 100644 => 100755 config/locales/my/zh.yml mode change 100644 => 100755 config/locales/navigatiors/en.yml mode change 100644 => 100755 config/locales/navigatiors/zh.yml mode change 100644 => 100755 config/locales/projects/en.yml mode change 100644 => 100755 config/locales/projects/zh.yml mode change 100644 => 100755 config/locales/users/en.yml mode change 100644 => 100755 config/locales/users/zh.yml mode change 100644 => 100755 config/locales/zh.yml mode change 100644 => 100755 config/menu.yml mode change 100644 => 100755 config/menu.yml.production mode change 100644 => 100755 config/menu.yml.test mode change 100644 => 100755 config/newrelic.yaml mode change 100644 => 100755 config/preinitializer.rb mode change 100644 => 100755 config/private.key mode change 100644 => 100755 config/query_reviewer.yml mode change 100644 => 100755 config/settings.yml mode change 100644 => 100755 config/wechat.yml.test diff --git a/Gemfile b/Gemfile index ce827d25..a5bf637a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://gems.ruby-china.com' +source 'https://gems.ruby-china.com' unless RUBY_PLATFORM =~ /w32/ # unix-like only diff --git a/config/additional_environment.rb.example b/config/additional_environment.rb.example old mode 100644 new mode 100755 diff --git a/config/application.rb b/config/application.rb old mode 100644 new mode 100755 diff --git a/config/boot.rb b/config/boot.rb old mode 100644 new mode 100755 diff --git a/config/configuration.yml.example b/config/configuration.yml.example old mode 100644 new mode 100755 diff --git a/config/configuration.yml.template b/config/configuration.yml.template old mode 100644 new mode 100755 diff --git a/config/environment.rb b/config/environment.rb old mode 100644 new mode 100755 diff --git a/config/environments/development.rb b/config/environments/development.rb old mode 100644 new mode 100755 diff --git a/config/environments/production.rb b/config/environments/production.rb old mode 100644 new mode 100755 diff --git a/config/environments/test.rb b/config/environments/test.rb old mode 100644 new mode 100755 diff --git a/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb old mode 100644 new mode 100755 diff --git a/config/environments/test_sqlite3.rb b/config/environments/test_sqlite3.rb old mode 100644 new mode 100755 diff --git a/config/initializers/00-core_plugins.rb b/config/initializers/00-core_plugins.rb old mode 100644 new mode 100755 diff --git a/config/initializers/10-patches.rb b/config/initializers/10-patches.rb old mode 100644 new mode 100755 diff --git a/config/initializers/20-mime_types.rb b/config/initializers/20-mime_types.rb old mode 100644 new mode 100755 diff --git a/config/initializers/30-redmine.rb b/config/initializers/30-redmine.rb old mode 100644 new mode 100755 diff --git a/config/initializers/abstract_mysql_adapter.rb b/config/initializers/abstract_mysql_adapter.rb old mode 100644 new mode 100755 diff --git a/config/initializers/autoreload_grape.rb b/config/initializers/autoreload_grape.rb old mode 100644 new mode 100755 diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb old mode 100644 new mode 100755 diff --git a/config/initializers/delayed_job_config.rb b/config/initializers/delayed_job_config.rb old mode 100644 new mode 100755 diff --git a/config/initializers/elasticsearch_dev_patch.rb b/config/initializers/elasticsearch_dev_patch.rb old mode 100644 new mode 100755 diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb old mode 100644 new mode 100755 diff --git a/config/initializers/kaminari_config.rb b/config/initializers/kaminari_config.rb old mode 100644 new mode 100755 diff --git a/config/initializers/logger.rb b/config/initializers/logger.rb old mode 100644 new mode 100755 diff --git a/config/initializers/mini_profiler.rb b/config/initializers/mini_profiler.rb old mode 100644 new mode 100755 diff --git a/config/initializers/rails_kindeditor.rb b/config/initializers/rails_kindeditor.rb old mode 100644 new mode 100755 diff --git a/config/initializers/redis.rb b/config/initializers/redis.rb old mode 100644 new mode 100755 diff --git a/config/initializers/secret_token.rb b/config/initializers/secret_token.rb old mode 100644 new mode 100755 diff --git a/config/initializers/seems_rateable.rb b/config/initializers/seems_rateable.rb old mode 100644 new mode 100755 diff --git a/config/initializers/send_mail.rb b/config/initializers/send_mail.rb old mode 100644 new mode 100755 diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb old mode 100644 new mode 100755 diff --git a/config/initializers/subdomain.rb b/config/initializers/subdomain.rb old mode 100644 new mode 100755 diff --git a/config/initializers/task.rb b/config/initializers/task.rb old mode 100644 new mode 100755 diff --git a/config/locales/account/en.yml b/config/locales/account/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/account/zh.yml b/config/locales/account/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/admins/en.yml b/config/locales/admins/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/admins/zh.yml b/config/locales/admins/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/commons/en.yml b/config/locales/commons/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/commons/zh.yml b/config/locales/commons/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/contacts/en.yml b/config/locales/contacts/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/contacts/zh.yml b/config/locales/contacts/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/contests/en.yml b/config/locales/contests/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/contests/zh.yml b/config/locales/contests/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/courses/en.yml b/config/locales/courses/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/courses/zh.yml b/config/locales/courses/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/en.yml b/config/locales/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/forums/en.yml b/config/locales/forums/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/forums/zh.yml b/config/locales/forums/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/mailers/en.yml b/config/locales/mailers/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/mailers/zh.yml b/config/locales/mailers/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/my/en.yml b/config/locales/my/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/my/zh.yml b/config/locales/my/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/navigatiors/en.yml b/config/locales/navigatiors/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/navigatiors/zh.yml b/config/locales/navigatiors/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/projects/en.yml b/config/locales/projects/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/projects/zh.yml b/config/locales/projects/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/users/en.yml b/config/locales/users/en.yml old mode 100644 new mode 100755 diff --git a/config/locales/users/zh.yml b/config/locales/users/zh.yml old mode 100644 new mode 100755 diff --git a/config/locales/zh.yml b/config/locales/zh.yml old mode 100644 new mode 100755 diff --git a/config/menu.yml b/config/menu.yml old mode 100644 new mode 100755 diff --git a/config/menu.yml.production b/config/menu.yml.production old mode 100644 new mode 100755 diff --git a/config/menu.yml.test b/config/menu.yml.test old mode 100644 new mode 100755 diff --git a/config/newrelic.yaml b/config/newrelic.yaml old mode 100644 new mode 100755 diff --git a/config/preinitializer.rb b/config/preinitializer.rb old mode 100644 new mode 100755 diff --git a/config/private.key b/config/private.key old mode 100644 new mode 100755 diff --git a/config/query_reviewer.yml b/config/query_reviewer.yml old mode 100644 new mode 100755 diff --git a/config/settings.yml b/config/settings.yml old mode 100644 new mode 100755 diff --git a/config/wechat.yml.test b/config/wechat.yml.test old mode 100644 new mode 100755 diff --git a/lib/dalli-2.7.2/Gemfile b/lib/dalli-2.7.2/Gemfile index bc0683f1..a432131f 100644 --- a/lib/dalli-2.7.2/Gemfile +++ b/lib/dalli-2.7.2/Gemfile @@ -1,4 +1,4 @@ -source 'http://gems.ruby-china.com/' +source 'https://gems.ruby-china.com/' gemspec diff --git a/lib/gitlab-cli/Gemfile b/lib/gitlab-cli/Gemfile index 12b41ffc..ed88c580 100644 --- a/lib/gitlab-cli/Gemfile +++ b/lib/gitlab-cli/Gemfile @@ -1,4 +1,4 @@ -source 'http://gems.ruby-china.com/' +source 'https://gems.ruby-china.com/' # Specify your gem's dependencies in gitlab.gemspec gemspec diff --git a/lib/plugins/acts-as-taggable-on/Gemfile b/lib/plugins/acts-as-taggable-on/Gemfile index 130a0954..d914b155 100644 --- a/lib/plugins/acts-as-taggable-on/Gemfile +++ b/lib/plugins/acts-as-taggable-on/Gemfile @@ -1,4 +1,4 @@ -source 'http://gems.ruby-china.com/' +source 'https://gems.ruby-china.com/' gemspec diff --git a/lib/rails_kindeditor/Gemfile b/lib/rails_kindeditor/Gemfile index 14c604cd..f3f6a510 100644 --- a/lib/rails_kindeditor/Gemfile +++ b/lib/rails_kindeditor/Gemfile @@ -1,4 +1,4 @@ -source "http://gems.ruby-china.com/" +source "https://gems.ruby-china.com/" gemspec diff --git a/lib/rails_kindeditor/Gemfile.lock b/lib/rails_kindeditor/Gemfile.lock index 65342187..636293aa 100644 --- a/lib/rails_kindeditor/Gemfile.lock +++ b/lib/rails_kindeditor/Gemfile.lock @@ -6,7 +6,7 @@ PATH mini_magick GEM - remote: http://gems.ruby-china.com/ + remote: https://gems.ruby-china.com/ specs: activemodel (4.2.3) activesupport (= 4.2.3) diff --git a/lib/wechat/Gemfile b/lib/wechat/Gemfile index 4a55499b..d5c345ff 100644 --- a/lib/wechat/Gemfile +++ b/lib/wechat/Gemfile @@ -1,4 +1,4 @@ -source 'http://gems.ruby-china.com/' +source 'https://gems.ruby-china.com/' gemspec diff --git a/plugins/redmine_ckeditor/Gemfile b/plugins/redmine_ckeditor/Gemfile index d6baef10..9ab1114a 100644 --- a/plugins/redmine_ckeditor/Gemfile +++ b/plugins/redmine_ckeditor/Gemfile @@ -1,4 +1,4 @@ -source 'http://gems.ruby-china.com/' +source 'https://gems.ruby-china.com/' gem 'rich', '1.4.6' gem 'kaminari' diff --git a/plugins/redmine_ckeditor/Gemfile.lock b/plugins/redmine_ckeditor/Gemfile.lock index 96a48386..c62d881c 100644 --- a/plugins/redmine_ckeditor/Gemfile.lock +++ b/plugins/redmine_ckeditor/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: http://gems.ruby-china.com/ + remote: https://gems.ruby-china.com/ specs: actionmailer (4.1.6) actionpack (= 4.1.6)