This commit is contained in:
Toks
2013-07-31 19:07:07 -04:00
4 changed files with 14 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ gem 'bcrypt-ruby', :require => "bcrypt"
gem 'aws-s3', :require => "aws/s3" gem 'aws-s3', :require => "aws/s3"
gem 'awesome_print' gem 'awesome_print'
gem 'statistics2' gem 'statistics2'
gem 'ruby-imagespec', :require => "image_spec" gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git"
group :production do group :production do
gem 'unicorn', :platforms => :ruby gem 'unicorn', :platforms => :ruby

View File

@@ -23,6 +23,12 @@ GIT
specs: specs:
ffaker (1.15.0) ffaker (1.15.0)
GIT
remote: https://github.com/r888888888/ruby-imagespec.git
revision: 41859ac5808cd64f2385082171ee2cc9f80bfcd1
specs:
ruby-imagespec (0.3.1)
GEM GEM
remote: http://gemcutter.org/ remote: http://gemcutter.org/
specs: specs:
@@ -153,7 +159,6 @@ GEM
json (~> 1.4) json (~> 1.4)
ref (1.0.4) ref (1.0.4)
rmagick (2.13.2) rmagick (2.13.2)
ruby-imagespec (0.3.1)
ruby-prof (0.13.0) ruby-prof (0.13.0)
sass (3.2.7) sass (3.2.7)
sass-rails (3.2.6) sass-rails (3.2.6)
@@ -237,7 +242,7 @@ DEPENDENCIES
pry pry
rails (= 3.2.12) rails (= 3.2.12)
rmagick rmagick
ruby-imagespec ruby-imagespec!
ruby-prof ruby-prof
sanitize! sanitize!
sass-rails sass-rails

View File

@@ -4,6 +4,10 @@ div#c-uploads {
margin-bottom: 2em; margin-bottom: 2em;
} }
label[for="upload_as_pending"] {
display: inline;
}
fieldset.ratings { fieldset.ratings {
label { label {
display: inline; display: inline;

View File

@@ -4,7 +4,7 @@ module Danbooru
class Configuration class Configuration
# The version of this Danbooru. # The version of this Danbooru.
def version def version
"2.26.0" "2.27.0"
end end
# The name of this Danbooru. # The name of this Danbooru.