Skip to content

Instantly share code, notes, and snippets.

View lukin-io's full-sized avatar
🏠
Working from home

Lukin Max lukin-io

🏠
Working from home
View GitHub Profile
@lukin-io
lukin-io / agent.rb
Last active August 29, 2015 14:17 — forked from regedarek/agent.rb
require 'faraday'
require 'forwardable'
module Soup
class Agent
extend Forwardable
def initialize(domain = 'https://www.soup.io/')
@agent ||= faraday(domain)
end
@lukin-io
lukin-io / Gemfile
Last active August 29, 2015 14:10 — forked from jodosha/Gemfile
source 'https://rubygems.org'
gem 'rake'
gem 'lotus-router'
gem 'lotus-controller'
gem 'lotus-view'
group :test do
gem 'rspec'
gem 'capybara'