converted imagesize plugin to lib

This commit is contained in:
albert 2012-01-27 15:05:46 -05:00
parent c8bcf5ad7c
commit 3603fdd877
24 changed files with 4 additions and 5 deletions

View File

@ -1 +1,3 @@
require 'danbooru/paginator'
require 'danbooru/paginator'
require 'danbooru_image_resizer/danbooru_image_resizer'
require 'imagesize/lib/image_size'

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1,6 +1,6 @@
set :output, "/var/log/whenever.log"
every 1.hour do
every 1.day do
runner "TagSubscription.process_all"
end

View File

@ -1 +0,0 @@
require 'image_size'

View File

@ -1,2 +0,0 @@
# Install hook code here
puts "Thank you for installing Imagesize. You can visit http://imagesize.rubyforge.org/ to read the documentation."