forked from e621ng/e621ng
#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:
parent
2041fd9325
commit
e4146636af
2
Gemfile
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user