diff --git a/Gemfile b/Gemfile index 8af93c4..ae33939 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,6 @@ group :test, :development do gem 'guard-jasmine-headless-webkit' gem 'jasmine-rails' gem 'cane' - gem 'tailor' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index d29b747..0c8ca93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,6 @@ GEM addressable websocket listen (0.6.0) - log_switch (0.4.0) lumberjack (1.0.2) mail (2.4.4) i18n (>= 0.4.0) @@ -268,12 +267,6 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - tailor (1.1.2) - log_switch (>= 0.3.0) - term-ansicolor (>= 1.0.5) - text-table (>= 1.2.2) - term-ansicolor (1.0.7) - text-table (1.2.2) thin (1.5.0) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -332,7 +325,6 @@ DEPENDENCIES sass-rails simple_form simplecov - tailor thin tzinfo uglifier (>= 1.0.3) diff --git a/script/check-style.sh b/script/check-style.sh index c57a23f..d8d39ed 100755 --- a/script/check-style.sh +++ b/script/check-style.sh @@ -1,4 +1,3 @@ #!/bin/bash -bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb' && \ -bundle exec tailor lib && bundle exec tailor spec +bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb'