diff --git a/.bundle/config b/.bundle/config old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.rspec b/.rspec old mode 100755 new mode 100644 diff --git a/.travis.yml b/.travis.yml old mode 100755 new mode 100644 diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 diff --git a/LICENSE.md b/LICENSE.md old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Rakefile b/Rakefile old mode 100755 new mode 100644 diff --git a/example/.gitignore b/example/.gitignore old mode 100755 new mode 100644 diff --git a/example/.rspec b/example/.rspec old mode 100755 new mode 100644 diff --git a/example/Gemfile b/example/Gemfile old mode 100755 new mode 100644 diff --git a/example/Gemfile.lock b/example/Gemfile.lock old mode 100755 new mode 100644 diff --git a/example/README b/example/README old mode 100755 new mode 100644 diff --git a/example/Rakefile b/example/Rakefile old mode 100755 new mode 100644 diff --git a/example/app/assets/images/rails.png b/example/app/assets/images/rails.png old mode 100755 new mode 100644 diff --git a/example/app/assets/javascripts/application.js b/example/app/assets/javascripts/application.js old mode 100755 new mode 100644 diff --git a/example/app/assets/stylesheets/application.css b/example/app/assets/stylesheets/application.css old mode 100755 new mode 100644 diff --git a/example/app/controllers/application_controller.rb b/example/app/controllers/application_controller.rb old mode 100755 new mode 100644 diff --git a/example/app/controllers/orders_controller.rb b/example/app/controllers/orders_controller.rb old mode 100755 new mode 100644 diff --git a/example/app/helpers/application_helper.rb b/example/app/helpers/application_helper.rb old mode 100755 new mode 100644 diff --git a/example/app/mailers/.gitkeep b/example/app/mailers/.gitkeep old mode 100755 new mode 100644 diff --git a/example/app/models/.gitkeep b/example/app/models/.gitkeep old mode 100755 new mode 100644 diff --git a/example/app/models/order.rb b/example/app/models/order.rb old mode 100755 new mode 100644 diff --git a/example/app/views/layouts/application.html.erb b/example/app/views/layouts/application.html.erb old mode 100755 new mode 100644 diff --git a/example/config.ru b/example/config.ru old mode 100755 new mode 100644 diff --git a/example/config/application.rb b/example/config/application.rb old mode 100755 new mode 100644 diff --git a/example/config/boot.rb b/example/config/boot.rb old mode 100755 new mode 100644 diff --git a/example/config/database.yml b/example/config/database.yml old mode 100755 new mode 100644 diff --git a/example/config/environment.rb b/example/config/environment.rb old mode 100755 new mode 100644 diff --git a/example/config/environments/development.rb b/example/config/environments/development.rb old mode 100755 new mode 100644 diff --git a/example/config/environments/production.rb b/example/config/environments/production.rb old mode 100755 new mode 100644 diff --git a/example/config/environments/test.rb b/example/config/environments/test.rb old mode 100755 new mode 100644 diff --git a/example/config/initializers/backtrace_silencers.rb b/example/config/initializers/backtrace_silencers.rb old mode 100755 new mode 100644 diff --git a/example/config/initializers/inflections.rb b/example/config/initializers/inflections.rb old mode 100755 new mode 100644 diff --git a/example/config/initializers/mime_types.rb b/example/config/initializers/mime_types.rb old mode 100755 new mode 100644 diff --git a/example/config/initializers/raddocs.rb b/example/config/initializers/raddocs.rb old mode 100755 new mode 100644 diff --git a/example/config/initializers/secret_token.rb b/example/config/initializers/secret_token.rb old mode 100755 new mode 100644 diff --git a/example/config/initializers/session_store.rb b/example/config/initializers/session_store.rb old mode 100755 new mode 100644 diff --git a/example/config/initializers/wrap_parameters.rb b/example/config/initializers/wrap_parameters.rb old mode 100755 new mode 100644 diff --git a/example/config/locales/en.yml b/example/config/locales/en.yml old mode 100755 new mode 100644 diff --git a/example/config/routes.rb b/example/config/routes.rb old mode 100755 new mode 100644 diff --git a/example/db/migrate/20111215005439_create_orders.rb b/example/db/migrate/20111215005439_create_orders.rb old mode 100755 new mode 100644 diff --git a/example/db/schema.rb b/example/db/schema.rb old mode 100755 new mode 100644 diff --git a/example/db/seeds.rb b/example/db/seeds.rb old mode 100755 new mode 100644 diff --git a/example/lib/assets/.gitkeep b/example/lib/assets/.gitkeep old mode 100755 new mode 100644 diff --git a/example/lib/tasks/.gitkeep b/example/lib/tasks/.gitkeep old mode 100755 new mode 100644 diff --git a/example/log/.gitkeep b/example/log/.gitkeep old mode 100755 new mode 100644 diff --git a/example/public/404.html b/example/public/404.html old mode 100755 new mode 100644 diff --git a/example/public/422.html b/example/public/422.html old mode 100755 new mode 100644 diff --git a/example/public/500.html b/example/public/500.html old mode 100755 new mode 100644 diff --git a/example/public/favicon.ico b/example/public/favicon.ico old mode 100755 new mode 100644 diff --git a/example/public/index.html b/example/public/index.html old mode 100755 new mode 100644 diff --git a/example/public/robots.txt b/example/public/robots.txt old mode 100755 new mode 100644 diff --git a/example/script/rails b/example/script/rails old mode 100755 new mode 100644 diff --git a/example/spec/acceptance/orders_spec.rb b/example/spec/acceptance/orders_spec.rb old mode 100755 new mode 100644 diff --git a/example/spec/spec_helper.rb b/example/spec/spec_helper.rb old mode 100755 new mode 100644 diff --git a/features/callbacks.feature b/features/callbacks.feature old mode 100755 new mode 100644 diff --git a/features/combined_json.feature b/features/combined_json.feature old mode 100755 new mode 100644 diff --git a/features/combined_text.feature b/features/combined_text.feature old mode 100755 new mode 100644 diff --git a/features/curl.feature b/features/curl.feature old mode 100755 new mode 100644 diff --git a/features/example_request.feature b/features/example_request.feature old mode 100755 new mode 100644 diff --git a/features/fixtures/file.png b/features/fixtures/file.png old mode 100755 new mode 100644 diff --git a/features/folder_structure.feature b/features/folder_structure.feature old mode 100755 new mode 100644 diff --git a/features/headers.feature b/features/headers.feature old mode 100755 new mode 100644 diff --git a/features/html_documentation.feature b/features/html_documentation.feature old mode 100755 new mode 100644 diff --git a/features/json_iodocs.feature b/features/json_iodocs.feature old mode 100755 new mode 100644 diff --git a/features/oauth2_mac_client.feature b/features/oauth2_mac_client.feature old mode 100755 new mode 100644 diff --git a/features/patch.feature b/features/patch.feature old mode 100755 new mode 100644 diff --git a/features/readme.md b/features/readme.md old mode 100755 new mode 100644 diff --git a/features/redefining_client.feature b/features/redefining_client.feature old mode 100755 new mode 100644 diff --git a/features/step_definitions/curl_steps.rb b/features/step_definitions/curl_steps.rb old mode 100755 new mode 100644 diff --git a/features/step_definitions/html_steps.rb b/features/step_definitions/html_steps.rb old mode 100755 new mode 100644 diff --git a/features/step_definitions/image_steps.rb b/features/step_definitions/image_steps.rb old mode 100755 new mode 100644 diff --git a/features/step_definitions/json_steps.rb b/features/step_definitions/json_steps.rb old mode 100755 new mode 100644 diff --git a/features/support/capybara.rb b/features/support/capybara.rb old mode 100755 new mode 100644 diff --git a/features/support/env.rb b/features/support/env.rb old mode 100755 new mode 100644 diff --git a/features/textile_documentation.feature b/features/textile_documentation.feature old mode 100755 new mode 100644 diff --git a/features/upload_file.feature b/features/upload_file.feature old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation.rb b/lib/rspec_api_documentation.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/api_documentation.rb b/lib/rspec_api_documentation/api_documentation.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/api_formatter.rb b/lib/rspec_api_documentation/api_formatter.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/client_base.rb b/lib/rspec_api_documentation/client_base.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/configuration.rb b/lib/rspec_api_documentation/configuration.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/curl.rb b/lib/rspec_api_documentation/curl.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/dsl.rb b/lib/rspec_api_documentation/dsl.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/dsl/callback.rb b/lib/rspec_api_documentation/dsl/callback.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/dsl/endpoint.rb b/lib/rspec_api_documentation/dsl/endpoint.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/dsl/resource.rb b/lib/rspec_api_documentation/dsl/resource.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/example.rb b/lib/rspec_api_documentation/example.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/headers.rb b/lib/rspec_api_documentation/headers.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/index.rb b/lib/rspec_api_documentation/index.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/oauth2_mac_client.rb b/lib/rspec_api_documentation/oauth2_mac_client.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/rack_test_client.rb b/lib/rspec_api_documentation/rack_test_client.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/railtie.rb b/lib/rspec_api_documentation/railtie.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/test_server.rb b/lib/rspec_api_documentation/test_server.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/views/html_example.rb b/lib/rspec_api_documentation/views/html_example.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/views/html_index.rb b/lib/rspec_api_documentation/views/html_index.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/views/markup_example.rb b/lib/rspec_api_documentation/views/markup_example.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/views/markup_index.rb b/lib/rspec_api_documentation/views/markup_index.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/views/textile_example.rb b/lib/rspec_api_documentation/views/textile_example.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/views/textile_index.rb b/lib/rspec_api_documentation/views/textile_index.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/append_json_writer.rb b/lib/rspec_api_documentation/writers/append_json_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/combined_json_writer.rb b/lib/rspec_api_documentation/writers/combined_json_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/combined_text_writer.rb b/lib/rspec_api_documentation/writers/combined_text_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/formatter.rb b/lib/rspec_api_documentation/writers/formatter.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/general_markup_writer.rb b/lib/rspec_api_documentation/writers/general_markup_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/html_writer.rb b/lib/rspec_api_documentation/writers/html_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/index_helper.rb b/lib/rspec_api_documentation/writers/index_helper.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/json_iodocs_writer.rb b/lib/rspec_api_documentation/writers/json_iodocs_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/json_swagger_writer.rb b/lib/rspec_api_documentation/writers/json_swagger_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/json_writer.rb b/lib/rspec_api_documentation/writers/json_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/textile_writer.rb b/lib/rspec_api_documentation/writers/textile_writer.rb old mode 100755 new mode 100644 diff --git a/lib/rspec_api_documentation/writers/writer.rb b/lib/rspec_api_documentation/writers/writer.rb old mode 100755 new mode 100644 diff --git a/lib/tasks/docs.rake b/lib/tasks/docs.rake old mode 100755 new mode 100644 diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec old mode 100755 new mode 100644 diff --git a/script/run-command-on-git-revisions b/script/run-command-on-git-revisions old mode 100755 new mode 100644 diff --git a/spec/api_documentation_spec.rb b/spec/api_documentation_spec.rb old mode 100755 new mode 100644 diff --git a/spec/api_formatter_spec.rb b/spec/api_formatter_spec.rb old mode 100755 new mode 100644 diff --git a/spec/configuration_spec.rb b/spec/configuration_spec.rb old mode 100755 new mode 100644 diff --git a/spec/curl_spec.rb b/spec/curl_spec.rb old mode 100755 new mode 100644 diff --git a/spec/dsl_spec.rb b/spec/dsl_spec.rb old mode 100755 new mode 100644 diff --git a/spec/example_spec.rb b/spec/example_spec.rb old mode 100755 new mode 100644 diff --git a/spec/index_spec.rb b/spec/index_spec.rb old mode 100755 new mode 100644 diff --git a/spec/rack_test_client_spec.rb b/spec/rack_test_client_spec.rb old mode 100755 new mode 100644 diff --git a/spec/rspec_api_documentation_spec.rb b/spec/rspec_api_documentation_spec.rb old mode 100755 new mode 100644 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100755 new mode 100644 diff --git a/spec/views/html_example_spec.rb b/spec/views/html_example_spec.rb old mode 100755 new mode 100644 diff --git a/spec/writers/combined_text_example_spec.rb b/spec/writers/combined_text_example_spec.rb old mode 100755 new mode 100644 diff --git a/spec/writers/html_writer_spec.rb b/spec/writers/html_writer_spec.rb old mode 100755 new mode 100644 diff --git a/spec/writers/index_helper_spec.rb b/spec/writers/index_helper_spec.rb old mode 100755 new mode 100644 diff --git a/spec/writers/json_iodocs_writer_spec.rb b/spec/writers/json_iodocs_writer_spec.rb old mode 100755 new mode 100644 diff --git a/spec/writers/json_swagger_writer.rb b/spec/writers/json_swagger_writer.rb old mode 100755 new mode 100644 diff --git a/spec/writers/json_writer_spec.rb b/spec/writers/json_writer_spec.rb old mode 100755 new mode 100644 diff --git a/spec/writers/textile_writer_spec.rb b/spec/writers/textile_writer_spec.rb old mode 100755 new mode 100644 diff --git a/templates/rspec_api_documentation/html_example.mustache b/templates/rspec_api_documentation/html_example.mustache old mode 100755 new mode 100644 diff --git a/templates/rspec_api_documentation/html_index.mustache b/templates/rspec_api_documentation/html_index.mustache old mode 100755 new mode 100644 diff --git a/templates/rspec_api_documentation/textile_example.mustache b/templates/rspec_api_documentation/textile_example.mustache old mode 100755 new mode 100644 diff --git a/templates/rspec_api_documentation/textile_index.mustache b/templates/rspec_api_documentation/textile_index.mustache old mode 100755 new mode 100644