From eeb92f6ae694750291acdf3445492a5c07b7a90b Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 03:59:53 +0200 Subject: [PATCH 1/5] Revert "add codeclimate" This reverts commit 765d995b6d6e9b12b44a7a25c32b085c59a7ede3. --- Gemfile.lock | 3 --- bin/cc-tddium-post-worker | 16 ---------------- 2 files changed, 19 deletions(-) delete mode 100755 bin/cc-tddium-post-worker diff --git a/Gemfile.lock b/Gemfile.lock index a326743..6024a34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,8 +5,6 @@ GEM ast (2.0.0) astrolabe (1.3.0) parser (>= 2.2.0.pre.3, < 3.0) - codeclimate-test-reporter (0.4.7) - simplecov (>= 0.7.1, < 1.0.0) colorize (0.7.4) coveralls (0.7.12) multi_json (~> 1.10) @@ -96,7 +94,6 @@ PLATFORMS ruby DEPENDENCIES - codeclimate-test-reporter colorize coveralls github_api diff --git a/bin/cc-tddium-post-worker b/bin/cc-tddium-post-worker deleted file mode 100755 index d88bc4a..0000000 --- a/bin/cc-tddium-post-worker +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'cc-tddium-post-worker' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('codeclimate-test-reporter', 'cc-tddium-post-worker') From b2e3f6a2c5b8b0ffc6c2d75569cc2ee397956354 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 04:01:07 +0200 Subject: [PATCH 2/5] Revert "move coveralls file to root" This reverts commit 570c1c11e8e20f027f22a36c0ace5364aa53d71d. --- .coveralls.yml => spec/.coveralls.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .coveralls.yml => spec/.coveralls.yml (100%) diff --git a/.coveralls.yml b/spec/.coveralls.yml similarity index 100% rename from .coveralls.yml rename to spec/.coveralls.yml From 397126c645d27d4edf56f0bf3feab85ecf1ec697 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 04:01:23 +0200 Subject: [PATCH 3/5] Revert "add coveralls yml and add it to spec_helper" This reverts commit 48c2f2664553982d83435c1366215ebd8511bedc. --- spec/.coveralls.yml | 1 - spec/spec_helper.rb | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 spec/.coveralls.yml diff --git a/spec/.coveralls.yml b/spec/.coveralls.yml deleted file mode 100644 index 9160059..0000000 --- a/spec/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -service_name: travis-ci diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a5ab0c9..a46c911 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,8 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -require 'coveralls' -Coveralls.wear! require 'github_changelog_generator' From c51d3ef4d01cc5dc8b96c5368064913dd0d230d2 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 04:02:06 +0200 Subject: [PATCH 4/5] Revert "add coveralls to gemfile and add bin folder to git" This reverts commit 6350cdf39c804f7e880d06f99522b4e28dd9f8c0. Conflicts: Gemfile --- Gemfile | 2 -- Gemfile.lock | 30 ------------------------------ bin/bundler | 16 ---------------- bin/cdiff | 16 ---------------- bin/colortab | 16 ---------------- bin/coveralls | 16 ---------------- bin/decolor | 16 ---------------- bin/htmldiff | 16 ---------------- bin/ldiff | 16 ---------------- bin/nokogiri | 16 ---------------- bin/rackup | 16 ---------------- bin/rake | 16 ---------------- bin/restclient | 16 ---------------- bin/rspec | 16 ---------------- bin/rubocop | 16 ---------------- bin/ruby-parse | 16 ---------------- bin/ruby-rewrite | 16 ---------------- bin/term_display | 16 ---------------- bin/term_mandel | 16 ---------------- bin/thor | 16 ---------------- 20 files changed, 320 deletions(-) delete mode 100755 bin/bundler delete mode 100755 bin/cdiff delete mode 100755 bin/colortab delete mode 100755 bin/coveralls delete mode 100755 bin/decolor delete mode 100755 bin/htmldiff delete mode 100755 bin/ldiff delete mode 100755 bin/nokogiri delete mode 100755 bin/rackup delete mode 100755 bin/rake delete mode 100755 bin/restclient delete mode 100755 bin/rspec delete mode 100755 bin/rubocop delete mode 100755 bin/ruby-parse delete mode 100755 bin/ruby-rewrite delete mode 100755 bin/term_display delete mode 100755 bin/term_mandel delete mode 100755 bin/thor diff --git a/Gemfile b/Gemfile index c51ac52..2df9bd4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,4 @@ gem 'colorize' group :test do gem 'rspec' gem 'rubocop' - gem 'coveralls', require: false - gem 'codeclimate-test-reporter', require: nil end diff --git a/Gemfile.lock b/Gemfile.lock index 6024a34..457d0d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,18 +6,9 @@ GEM astrolabe (1.3.0) parser (>= 2.2.0.pre.3, < 3.0) colorize (0.7.4) - coveralls (0.7.12) - multi_json (~> 1.10) - rest-client (>= 1.6.8, < 2) - simplecov (~> 0.9.1) - term-ansicolor (~> 1.3) - thor (~> 0.19.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.2.5) - docile (1.1.5) - domain_name (0.5.23) - unf (>= 0.0.5, < 1.0.0) faraday (0.9.0) multipart-post (>= 1.2, < 3) github_api (0.12.2) @@ -29,15 +20,11 @@ GEM nokogiri (~> 1.6.3) oauth2 hashie (3.3.2) - http-cookie (1.0.2) - domain_name (~> 0.5) jwt (1.2.0) - mime-types (2.4.3) mini_portile (0.6.1) multi_json (1.10.1) multi_xml (0.5.5) multipart-post (2.0.0) - netrc (0.10.3) nokogiri (1.6.5) mini_portile (~> 0.6.0) oauth2 (1.0.0) @@ -52,10 +39,6 @@ GEM rack (1.5.2) rainbow (2.0.0) rake (10.4.2) - rest-client (1.8.0) - http-cookie (>= 1.0.2, < 2.0) - mime-types (>= 1.16, < 3.0) - netrc (~> 0.7) rspec (3.2.0) rspec-core (~> 3.2.0) rspec-expectations (~> 3.2.0) @@ -76,26 +59,13 @@ GEM rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) ruby-progressbar (1.7.5) - simplecov (0.9.2) - docile (~> 1.1.0) - multi_json (~> 1.0) - simplecov-html (~> 0.9.0) - simplecov-html (0.9.0) - term-ansicolor (1.3.0) - tins (~> 1.0) - thor (0.19.1) thread_safe (0.3.4) - tins (1.3.5) - unf (0.1.4) - unf_ext - unf_ext (0.0.6) PLATFORMS ruby DEPENDENCIES colorize - coveralls github_api rake rspec diff --git a/bin/bundler b/bin/bundler deleted file mode 100755 index 72c62ec..0000000 --- a/bin/bundler +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'bundler' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('bundler', 'bundler') diff --git a/bin/cdiff b/bin/cdiff deleted file mode 100755 index 066279d..0000000 --- a/bin/cdiff +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'cdiff' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('term-ansicolor', 'cdiff') diff --git a/bin/colortab b/bin/colortab deleted file mode 100755 index 195df76..0000000 --- a/bin/colortab +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'colortab' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('term-ansicolor', 'colortab') diff --git a/bin/coveralls b/bin/coveralls deleted file mode 100755 index 5a8ac81..0000000 --- a/bin/coveralls +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'coveralls' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('coveralls', 'coveralls') diff --git a/bin/decolor b/bin/decolor deleted file mode 100755 index 214e8d1..0000000 --- a/bin/decolor +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'decolor' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('term-ansicolor', 'decolor') diff --git a/bin/htmldiff b/bin/htmldiff deleted file mode 100755 index c70e238..0000000 --- a/bin/htmldiff +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'htmldiff' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('diff-lcs', 'htmldiff') diff --git a/bin/ldiff b/bin/ldiff deleted file mode 100755 index 8e3524a..0000000 --- a/bin/ldiff +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'ldiff' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('diff-lcs', 'ldiff') diff --git a/bin/nokogiri b/bin/nokogiri deleted file mode 100755 index d55f84b..0000000 --- a/bin/nokogiri +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'nokogiri' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('nokogiri', 'nokogiri') diff --git a/bin/rackup b/bin/rackup deleted file mode 100755 index 8cc9953..0000000 --- a/bin/rackup +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'rackup' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('rack', 'rackup') diff --git a/bin/rake b/bin/rake deleted file mode 100755 index 26c7a2d..0000000 --- a/bin/rake +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'rake' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('rake', 'rake') diff --git a/bin/restclient b/bin/restclient deleted file mode 100755 index 4d7bdcf..0000000 --- a/bin/restclient +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'restclient' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('rest-client', 'restclient') diff --git a/bin/rspec b/bin/rspec deleted file mode 100755 index 0c86b5c..0000000 --- a/bin/rspec +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'rspec' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('rspec-core', 'rspec') diff --git a/bin/rubocop b/bin/rubocop deleted file mode 100755 index a8a38b7..0000000 --- a/bin/rubocop +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'rubocop' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('rubocop', 'rubocop') diff --git a/bin/ruby-parse b/bin/ruby-parse deleted file mode 100755 index 757c56c..0000000 --- a/bin/ruby-parse +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'ruby-parse' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('parser', 'ruby-parse') diff --git a/bin/ruby-rewrite b/bin/ruby-rewrite deleted file mode 100755 index f686c65..0000000 --- a/bin/ruby-rewrite +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'ruby-rewrite' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('parser', 'ruby-rewrite') diff --git a/bin/term_display b/bin/term_display deleted file mode 100755 index d65c316..0000000 --- a/bin/term_display +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'term_display' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('term-ansicolor', 'term_display') diff --git a/bin/term_mandel b/bin/term_mandel deleted file mode 100755 index c7dd35e..0000000 --- a/bin/term_mandel +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'term_mandel' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('term-ansicolor', 'term_mandel') diff --git a/bin/thor b/bin/thor deleted file mode 100755 index 8421e00..0000000 --- a/bin/thor +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env ruby -# -# This file was generated by Bundler. -# -# The application 'thor' is installed as part of a gem, and -# this file is here to facilitate running it. -# - -require 'pathname' -ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", - Pathname.new(__FILE__).realpath) - -require 'rubygems' -require 'bundler/setup' - -load Gem.bin_path('thor', 'thor') From 6f1fa05c86e9525fce243f0455f4ef565df79726 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 15:02:45 +0200 Subject: [PATCH 5/5] remove exclide --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index c3796d2..c87f541 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,9 +1,5 @@ inherit_from: .rubocop_todo.yml -AllCops: - Exclude: - - 'bin/**/*' - Metrics/LineLength: Enabled: false