Sha256: 6589c18fa6de67d81001c075d7f59165591a688fec2e42074aa8cc9d64d0712b
Contents?: true
Size: 470 Bytes
Versions: 5
Compression:
Stored size: 470 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bundler/setup' require 'icasework' Icasework.account = ENV.fetch('ICASEWORK_ACCOUNT') Icasework.api_key = ENV.fetch('ICASEWORK_API_KEY') Icasework.secret_key = ENV.fetch('ICASEWORK_SECRET_KEY') Icasework.env = ENV['ICASEWORK_ENV'] # 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 'pry' Pry.start
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
icasework-0.1.4 | bin/console |
icasework-0.1.3 | bin/console |
icasework-0.1.2 | bin/console |
icasework-0.1.1 | bin/console |
icasework-0.1.0 | bin/console |