1
0
mirror of https://github.com/bumi/faraday_ln_paywall synced 2026-07-29 11:25:02 +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
+6
View File
@@ -0,0 +1,6 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec