This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a script to demonstrate some features of Recurly's V3 API. It shows | |
# how to use multiple clients for separate sites to copy plan and add-on data | |
# between them. | |
require 'bundler/inline' | |
gemfile do | |
source 'https://rubygems.org' | |
gem 'recurly', '3.0.0.beta.6' | |
gem 'pry' | |
end |
OlderNewer