This commit is contained in:
Toks
2014-07-15 01:32:04 -04:00
4 changed files with 2 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ GIT
ruby-imagespec (0.3.1)
GEM
remote: http://gemcutter.org/
remote: https://rubygems.org/
specs:
actionmailer (4.1.0)

View File

@@ -447,7 +447,7 @@ class User < ActiveRecord::Base
end
def show_saved_searches?
id < 1_000
id < 50_000
end
def can_upload?

View File

@@ -49,12 +49,6 @@
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>See Banned Posts</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>See Censored Tags</td>
<td>No</td>

View File

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