edgecast_token EdgeCast token generator for Ruby This library generates tokens to be used for EdgeCast's token auth feature. Usage EdgecastToken.generate("my super secret key", "ec_expire=#{Time.now + 2.days}") Installation In your Gemfile gem 'edgecast_token' or on the command line gem install edgecast_token