Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: ruby v2.6.1 released #1

Merged
merged 3 commits into from
Feb 13, 2019
Merged

Chore: ruby v2.6.1 released #1

merged 3 commits into from
Feb 13, 2019

Conversation

jufemaiz
Copy link
Owner

No description provided.

@@ -1,5 +1,5 @@
# Ruby Version
ruby '2.5.1'
ruby '2.6.1'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

s3_sync.reduced_redundancy_storage = false
s3_sync.acl = 'public-read'
s3_sync.encryption = false
s3_sync.prefix = ''
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

s3_sync.prefer_gzip = true
s3_sync.path_style = true
s3_sync.reduced_redundancy_storage = false
s3_sync.acl = 'public-read'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

AWS_CLOUDFRONT_DISTRIBUTION_ID = ENV["AWS_CLOUDFRONT_DISTRIBUTION_ID"]
AWS_BUCKET = [BRANCH.downcase, 'euphemize.net'].compact.join('.')
AWS_REGION = 'ap-southeast-2'
AWS_CLOUDFRONT_DISTRIBUTION_ID = ENV['AWS_CLOUDFRONT_DISTRIBUTION_ID']
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

AWS_REGION = 'ap-southeast-2'
AWS_CLOUDFRONT_DISTRIBUTION_ID = ENV["AWS_CLOUDFRONT_DISTRIBUTION_ID"]
AWS_BUCKET = [BRANCH.downcase, 'euphemize.net'].compact.join('.')
AWS_REGION = 'ap-southeast-2'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

AWS_BUCKET = [BRANCH.downcase,'euphemize.net'].compact.join('.')
AWS_REGION = 'ap-southeast-2'
AWS_CLOUDFRONT_DISTRIBUTION_ID = ENV["AWS_CLOUDFRONT_DISTRIBUTION_ID"]
AWS_BUCKET = [BRANCH.downcase, 'euphemize.net'].compact.join('.')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.layout = 'case_studies_layout'
blog.paginate = false
blog.name = 'case-studies'
blog.sources = '{year}-{month}-{day}-{title}'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.permalink = '{title}'
blog.layout = 'case_studies_layout'
blog.paginate = false
blog.name = 'case-studies'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

end
Time.zone = "Sydney"
Time.zone = 'Sydney'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.page_link = 'p{num}'
blog.per_page = 20
blog.tag_template = 'blog/tag.html'
blog.calendar_template = 'blog/calendar.html'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.paginate = true
blog.page_link = 'p{num}'
blog.per_page = 20
blog.tag_template = 'blog/tag.html'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.permalink = '{year}/{title}'
blog.layout = 'blog_layout'
blog.paginate = true
blog.page_link = 'p{num}'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.sources = '{year}-{month}-{day}-{title}'
blog.prefix = 'blog'
blog.permalink = '{year}/{title}'
blog.layout = 'blog_layout'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.name = 'blog'
blog.sources = '{year}-{month}-{day}-{title}'
blog.prefix = 'blog'
blog.permalink = '{year}/{title}'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.summary_separator = /READMORE/
blog.name = 'blog'
blog.sources = '{year}-{month}-{day}-{title}'
blog.prefix = 'blog'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

blog.calendar_template = "blog/calendar.html"
blog.summary_separator = /READMORE/
blog.name = 'blog'
blog.sources = '{year}-{month}-{day}-{title}'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'rails-assets-select2', '~> 4.0.0.rc.1'
gem 'rails-assets-select2-bootstrap'
gem 'rails-assets-selectize'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'rails-assets-bootstrap-sass'
gem 'rails-assets-fontawesome'
gem 'rails-assets-backbone'
gem 'rails-assets-selectize'
gem 'rails-assets-modernizr'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

end

# For laziness lets use rails-assets.org for bower components
source 'https://rails-assets.org' do
gem 'rails-assets-jquery'
# gem 'rails-assets-moment'
# gem 'rails-assets-moment-timezone'
gem 'rails-assets-modernizr'
gem 'rails-assets-backbone'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'rake'
gem 'rspec'
gem 'capybara'
gem 'rubocop'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.


# Markdown Engine
gem 'redcarpet'

# Testing
group :development do
gem 'capybara'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@jufemaiz jufemaiz merged commit b753156 into master Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant