From e4146636af0770007b010fe2d5d7b531a7f8c5ac Mon Sep 17 00:00:00 2001 From: ghostrigger Date: Fri, 27 Jun 2014 16:56:27 +0800 Subject: [PATCH] #1866 add new gem for base62 methods the methods are encode62 and decode62 more info: https://github.com/matiaskorhonen/radix62 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index e7525239c..5fadd1c2b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'http://gemcutter.org' +source 'https://rubygems.org/' group :test do gem "shoulda" @@ -41,6 +42,7 @@ gem 'awesome_print' gem 'statistics2' gem 'capistrano' gem 'capistrano-ext' +gem 'radix62', '~> 1.0.1' # needed for looser jpeg header compat gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"