1
0
mirror of https://github.com/bumi/faraday_ln_paywall synced 2026-02-15 13:47:48 +00:00

hello world

This commit is contained in:
2018-10-27 12:37:12 +02:00
commit c38acdec53
19 changed files with 3245 additions and 0 deletions

14
bin/console Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env ruby
require "bundler/setup"
require "faraday_ln_paywall"
# 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__)

8
bin/setup Executable file
View File

@@ -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