From c51d3ef4d01cc5dc8b96c5368064913dd0d230d2 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 04:02:06 +0200 Subject: [PATCH] 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')