Merge pull request #6 from tadyjp/wip/ci-setting
[WIP] CI settings
Showing
.coveralls.yml
0 → 100644
.travis.yml
0 → 100644
| source 'https://rubygems.org' | source 'https://rubygems.org' | ||
| ruby '2.1.0' | ruby '2.0.0' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 4.0.2' | gem 'rails', '~> 4.0.2' | ||
| # Use SCSS for stylesheets | # Use SCSS for stylesheets | ||
| gem 'sass-rails', '~> 4.0.0' | gem 'sass-rails' | ||
| # Use Uglifier as compressor for JavaScript assets | # Use Uglifier as compressor for JavaScript assets | ||
| gem 'uglifier', '>= 1.3.0' | gem 'uglifier' | ||
| # Use CoffeeScript for .js.coffee assets and views | # Use CoffeeScript for .js.coffee assets and views | ||
| gem 'coffee-rails', '~> 4.0.0' | gem 'coffee-rails' | ||
| # See https://github.com/sstephenson/execjs#readme for more supported runtimes | # See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
| # gem 'therubyracer', platforms: :ruby | # gem 'therubyracer', platforms: :ruby | ||
| ... | @@ -24,7 +24,7 @@ gem 'coffee-rails', '~> 4.0.0' | ... | @@ -24,7 +24,7 @@ gem 'coffee-rails', '~> 4.0.0' |
| # gem 'turbolinks' | # gem 'turbolinks' | ||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
| gem 'jbuilder', '~> 1.2' | gem 'jbuilder' | ||
| group :doc do | group :doc do | ||
| # bundle exec rake doc:rails generates the API under doc/api. | # bundle exec rake doc:rails generates the API under doc/api. | ||
| ... | @@ -67,6 +67,9 @@ group :development do | ... | @@ -67,6 +67,9 @@ group :development do |
| # gem 'capistrano', '~> 3.0.1' | # gem 'capistrano', '~> 3.0.1' | ||
| gem 'pry-rails' | gem 'pry-rails' | ||
| # profiler | |||
| gem 'rack-mini-profiler' | |||
| end | end | ||
| group :development, :test do | group :development, :test do | ||
| ... | @@ -77,23 +80,18 @@ group :development, :test do | ... | @@ -77,23 +80,18 @@ group :development, :test do |
| gem 'spring' | gem 'spring' | ||
| end | end | ||
| group :test do | # group :test do | ||
| gem 'email_spec' | # gem 'email_spec' | ||
| end | # end | ||
| group :production do | # group :production do | ||
| gem 'rails_12factor' | # gem 'rails_12factor' | ||
| gem 'pg' | # gem 'pg' | ||
| end | # end | ||
| # tree structure | # tree structure | ||
| gem 'ancestry' | gem 'ancestry' | ||
| # profiler | |||
| gem 'rack-mini-profiler' | |||
| # Send mail via gmail oauth | # Send mail via gmail oauth | ||
| # ref. https://github.com/popgiro/action-gmailer | # ref. https://github.com/popgiro/action-gmailer | ||
| gem 'mail' | gem 'mail' | ||
| ... | @@ -104,3 +102,7 @@ gem 'nokogiri' | ... | @@ -104,3 +102,7 @@ gem 'nokogiri' |
| gem 'premailer' | gem 'premailer' | ||
| gem 'faraday' | gem 'faraday' | ||
| group :test do | |||
| gem 'coveralls', :require => false | |||
| end |
coverage/.last_run.json
0 → 100644
coverage/.resultset.json
0 → 100644
Please
register
or
sign in
to comment