#1866 add new gem for base62 methods

the methods are encode62 and decode62

more info: https://github.com/matiaskorhonen/radix62
This commit is contained in:
ghostrigger 2014-06-27 16:56:27 +08:00
parent 2041fd9325
commit e4146636af

View File

@ -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"