We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec72c5 commit ad4cdadCopy full SHA for ad4cdad
bin/console
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env ruby
2
+
3
+require "bundler/setup"
4
+require "multi_xml"
5
6
+# You can add fixtures and/or initialization code here to make experimenting
7
+# with your gem easier. You can also use a different console, if you like.
8
9
+require "irb"
10
+IRB.start(__FILE__)
bin/setup
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+set -euo pipefail
+IFS=$'\n\t'
+set -vx
+bundle install
+# Do any other automated setup that you need to do here
0 commit comments