aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-07-14 23:58:23 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-07-14 23:58:23 +0900
commit75eedc98c39feebbdf6963497a0dbb18e0bf9536 (patch)
treea53824af5e59fe34a4e6875748849f591ab91c54 /bin
parent6c633ec74b71c997a69dda72d9c305b7f31a19c1 (diff)
downloadplum-75eedc98c39feebbdf6963497a0dbb18e0bf9536.tar.gz
clean up
Diffstat (limited to 'bin')
-rw-r--r--bin/.gitkeep0
-rwxr-xr-xbin/console14
-rwxr-xr-xbin/setup7
3 files changed, 0 insertions, 21 deletions
diff --git a/bin/.gitkeep b/bin/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/bin/.gitkeep
diff --git a/bin/console b/bin/console
deleted file mode 100755
index 7de9cc5..0000000
--- a/bin/console
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env ruby
-
-require "bundler/setup"
-require "plum"
-
-# 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
diff --git a/bin/setup b/bin/setup
deleted file mode 100755
index b65ed50..0000000
--- a/bin/setup
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -euo pipefail
-IFS=$'\n\t'
-
-bundle install
-
-# Do any other automated setup that you need to do here