Sha256: f29d75660d585c48a35a2bd46d360d15c52e24db865a35509da2931323ac939c
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bundler/setup' require 'infreemation' Infreemation.url = ENV['INFREEMATION_URL'] Infreemation.api_key = ENV['INFREEMATION_API_KEY'] Infreemation.username = ENV['INFREEMATION_USERNAME'] # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
infreemation-0.2.4 | bin/console |
infreemation-0.2.3 | bin/console |