From 111b6714447e3ee1a515bc825db0759fe537b232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Filipin?= Date: Mon, 4 Jun 2018 17:49:51 +0200 Subject: [PATCH] Remove remaining Ruby files The only remaining Ruby code was RSpec tests, and they are recently removed. Change-Id: I7f73c0e3b1d0d13ac7a216cdc7681ce5c807bece --- .rubocop_todo.yml | 42 ----------------------------- Gemfile | 7 ----- Gemfile.lock | 68 ----------------------------------------------- 3 files changed, 117 deletions(-) delete mode 100644 .rubocop_todo.yml delete mode 100644 Gemfile delete mode 100644 Gemfile.lock diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml deleted file mode 100644 index 35c04d93e..000000000 --- a/.rubocop_todo.yml +++ /dev/null @@ -1,42 +0,0 @@ -# This configuration was generated by -# `rubocop --auto-gen-config` -# on 2017-12-19 17:22:54 +0100 using RuboCop version 0.51.0. -# The point is for the user to remove these configuration records -# one by one as the offenses are removed from the code base. -# Note that changes in the inspected code, or installation of new -# versions of RuboCop, may require this file to be generated again. - -# Offense count: 1 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: empty_lines, no_empty_lines -Layout/EmptyLinesAroundBlockBody: - Exclude: - - 'tests/rspec/notification_spec.rb' - -# Offense count: 2 -# Configuration parameters: Blacklist. -# Blacklist: END, (?-mix:EO[A-Z]{1}) -Naming/HeredocDelimiterNaming: - Exclude: - - 'jsduck_custom_tags.rb' - -# Offense count: 1 -# Configuration parameters: MinBodyLength. -Style/GuardClause: - Exclude: - - 'jsduck_custom_tags.rb' - -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: AllowMultipleReturnValues. -Style/RedundantReturn: - Exclude: - - 'jsduck_custom_tags.rb' - -# Offense count: 1 -# Cop supports --auto-correct. -# Configuration parameters: MinSize, SupportedStyles. -# SupportedStyles: percent, brackets -Style/SymbolArray: - EnforcedStyle: brackets diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 97d825037..000000000 --- a/Gemfile +++ /dev/null @@ -1,7 +0,0 @@ -source 'https://rubygems.org' - -gem 'csscss', '~> 1.3.3' -gem 'mediawiki_api', '~> 0.7.1' -gem 'rake', '~> 11.1', '>= 11.1.1' -gem 'rspec', '~> 2.99' -gem 'rubocop', '~> 0.51.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 9e19cd2a0..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,68 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - ast (2.3.0) - blankslate (3.1.3) - colorize (0.7.7) - csscss (1.3.3) - colorize - parslet (>= 1.6.1, < 2.0) - diff-lcs (1.3) - domain_name (0.5.20170404) - unf (>= 0.0.5, < 1.0.0) - faraday (0.13.1) - multipart-post (>= 1.2, < 3) - faraday-cookie_jar (0.0.6) - faraday (>= 0.7.4) - http-cookie (~> 1.0.0) - faraday_middleware (0.12.2) - faraday (>= 0.7.4, < 1.0) - http-cookie (1.0.3) - domain_name (~> 0.5) - mediawiki_api (0.7.1) - faraday (~> 0.9, >= 0.9.0) - faraday-cookie_jar (~> 0.0, >= 0.0.6) - faraday_middleware (~> 0.10, >= 0.10.0) - multipart-post (2.0.0) - parallel (1.12.0) - parser (2.4.0.2) - ast (~> 2.3) - parslet (1.7.1) - blankslate (>= 2.0, <= 4.0) - powerpack (0.1.1) - rainbow (2.2.2) - rake - rake (11.1.1) - rspec (2.99.0) - rspec-core (~> 2.99.0) - rspec-expectations (~> 2.99.0) - rspec-mocks (~> 2.99.0) - rspec-core (2.99.2) - rspec-expectations (2.99.2) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.99.4) - rubocop (0.51.0) - parallel (~> 1.10) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 2.2.2, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.7.4) - unicode-display_width (1.3.0) - -PLATFORMS - ruby - -DEPENDENCIES - csscss (~> 1.3.3) - mediawiki_api (~> 0.7.1) - rake (~> 11.1, >= 11.1.1) - rspec (~> 2.99) - rubocop (~> 0.51.0) - -BUNDLED WITH - 1.16.0