changeset 20:a2f7dfc68f44

Remove extra blank lines, add eol at eof where missing.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:11:51 +0900
parents 157f7fd136fc
children 6e3ff830e94a
files Gemfile config/environments/development.rb config/environments/production.rb config/initializers/cookies_serializer.rb
diffstat 4 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Fri Sep 05 23:11:19 2014 +0900
+++ b/Gemfile	Fri Sep 05 23:11:51 2014 +0900
@@ -1,6 +1,5 @@
 source "https://rubygems.org"
 
-
 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
 gem "rails", "~> 4.1.4"
 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
--- a/config/environments/development.rb	Fri Sep 05 23:11:19 2014 +0900
+++ b/config/environments/development.rb	Fri Sep 05 23:11:51 2014 +0900
@@ -19,7 +19,6 @@
   # Print deprecation notices to the Rails logger.
   config.active_support.deprecation = :log
 
-
   # Raises error for missing translations
   # config.action_view.raise_on_missing_translations = true
 end
--- a/config/environments/production.rb	Fri Sep 05 23:11:19 2014 +0900
+++ b/config/environments/production.rb	Fri Sep 05 23:11:51 2014 +0900
@@ -22,7 +22,6 @@
   # Disable Rails's static asset server (Apache or nginx will already do this).
   config.serve_static_assets = false
 
-
   # Specifies the header that your server uses for sending files.
   # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
   # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
@@ -45,7 +44,6 @@
   # Enable serving of images, stylesheets, and JavaScripts from an asset server.
   # config.action_controller.asset_host = "http://assets.example.com"
 
-
   # Ignore bad email addresses and do not raise email delivery errors.
   # Set this to true and configure the email server for immediate delivery to raise delivery errors.
   # config.action_mailer.raise_delivery_errors = false
--- a/config/initializers/cookies_serializer.rb	Fri Sep 05 23:11:19 2014 +0900
+++ b/config/initializers/cookies_serializer.rb	Fri Sep 05 23:11:51 2014 +0900
@@ -1,3 +1,3 @@
 # Be sure to restart your server when you modify this file.
 
-Rails.application.config.action_dispatch.cookies_serializer = :json
\ No newline at end of file
+Rails.application.config.action_dispatch.cookies_serializer = :json