Project

file_io

0.0
No commit activity in last 3 years
No release in over 3 years
Provide a ruby interface for interacting with File.io.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

#file_io.gem

A very cleverly named ruby gem that provides an interface for quickly uploading files to https://file.io

RubyGems

##Usage Upload a file

require 'file_io'

file = FileIO.new('stannis.txt')
file.upload

Upload a file with an expiration date

require 'file_io'

file = FileIO.new('stannis.txt')
file.expire("1w")

Easy!