Skip to content

Commit

Permalink
Remove legacy scripts and convert bootstrap, test and console i…
Browse files Browse the repository at this point in the history
…nto the more up-to-date bin scripts
  • Loading branch information
iMacTia committed Nov 2, 2021
1 parent c6bff34 commit c12140b
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 324 deletions.
15 changes: 15 additions & 0 deletions bin/console
@@ -0,0 +1,15 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'bundler/setup'
require 'faraday'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start

require 'irb'
IRB.start(__FILE__)
7 changes: 7 additions & 0 deletions bin/setup
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

gem install bundler
bundle install --jobs 4
7 changes: 7 additions & 0 deletions bin/test
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

bundle exec rubocop -a --format progress
bundle exec rspec
12 changes: 0 additions & 12 deletions script/bootstrap

This file was deleted.

7 changes: 0 additions & 7 deletions script/console

This file was deleted.

48 changes: 0 additions & 48 deletions script/generate_certs

This file was deleted.

45 changes: 0 additions & 45 deletions script/proxy-server

This file was deleted.

39 changes: 0 additions & 39 deletions script/server

This file was deleted.

173 changes: 0 additions & 173 deletions script/test

This file was deleted.

0 comments on commit c12140b

Please sign in to comment.