new version

This commit is contained in:
r888888888
2015-03-27 14:55:02 -07:00
parent e0576b4736
commit f941bc21de
2 changed files with 8 additions and 3 deletions

View File

@@ -83,6 +83,7 @@ GEM
columnize (0.9.0) columnize (0.9.0)
crack (0.4.2) crack (0.4.2)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
crass (1.0.1)
daemons (1.1.9) daemons (1.1.9)
dalli (2.7.0) dalli (2.7.0)
debugger-linecache (1.2.0) debugger-linecache (1.2.0)
@@ -160,6 +161,8 @@ GEM
newrelic_rpm (3.9.6.257) newrelic_rpm (3.9.6.257)
nokogiri (1.6.1) nokogiri (1.6.1)
mini_portile (~> 0.5.0) mini_portile (~> 0.5.0)
nokogumbo (1.2.0)
nokogiri
ntlm-http (0.1.1) ntlm-http (0.1.1)
oauth2 (1.0.0) oauth2 (1.0.0)
faraday (>= 0.8, < 0.10) faraday (>= 0.8, < 0.10)
@@ -203,8 +206,10 @@ GEM
ruby-prof (0.14.2) ruby-prof (0.14.2)
rubyzip (1.1.6) rubyzip (1.1.6)
safe_yaml (1.0.2) safe_yaml (1.0.2)
sanitize (2.1.0) sanitize (3.1.2)
crass (~> 1.0.1)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
nokogumbo (= 1.2.0)
sass (3.2.19) sass (3.2.19)
sass-rails (4.0.3) sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
@@ -321,7 +326,7 @@ DEPENDENCIES
ruby-imagespec! ruby-imagespec!
ruby-prof ruby-prof
rubyzip rubyzip
sanitize sanitize (~> 3.1.0)
sass-rails (~> 4.0.0) sass-rails (~> 4.0.0)
shoulda shoulda
simple_form simple_form

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.75.0" "2.75.1"
end end
# The name of this Danbooru. # The name of this Danbooru.