Sha256: 4b07a0aafea6d304cbd829dff914d8606918a195c46284026225af6808d13220
Contents?: true
Size: 561 Bytes
Versions: 2
Compression:
Stored size: 561 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'givepulse' # 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. require 'dotenv/load' credentials = { consumer_key: ENV['CONSUMER_KEY'], consumer_secret: ENV['CONSUMER_SECRET'], user_email: ENV['USER_EMAIL'], user_password: ENV['USER_PASSWORD'] } @givepulse_client = Givepulse::Client.new(credentials) # (If you use this, don't forget to add pry to your Gemfile!) require 'pry' Pry.start
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
givepulse-0.1.1 | bin/console |
givepulse-0.1.0 | bin/console |