aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/application.rb5
-rw-r--r--config/initializers/alaveteli.rb2
-rw-r--r--config/packages1
-rw-r--r--config/packages.debian-squeeze1
-rw-r--r--config/packages.ubuntu-precise1
5 files changed, 8 insertions, 2 deletions
diff --git a/config/application.rb b/config/application.rb
index 923542607..fc8e0059e 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -111,7 +111,10 @@ module Alaveteli
'print.css',
'admin.css',
'ie6.css',
- 'ie7.css']
+ 'ie7.css',
+ 'responsive/print.css',
+ 'responsive/application-lte-ie7.css',
+ 'responsive/application-ie8.css']
config.sass.load_paths += [
"#{Gem.loaded_specs['foundation-rails'].full_gem_path}/vendor/assets/stylesheets/foundation/components",
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index e909013aa..6fb6b1420 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -10,7 +10,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.17'
+ALAVETELI_VERSION = '0.18'
# Add new inflection rules using the following format
# (all these examples are active by default):
diff --git a/config/packages b/config/packages
index 9a07c5f20..fda09cbc1 100644
--- a/config/packages
+++ b/config/packages
@@ -39,3 +39,4 @@ sqlite3
libsqlite3-dev
libicu-dev
memcached
+ttf-bitstream-vera
diff --git a/config/packages.debian-squeeze b/config/packages.debian-squeeze
index 6cdf2f9d6..d82d66324 100644
--- a/config/packages.debian-squeeze
+++ b/config/packages.debian-squeeze
@@ -37,3 +37,4 @@ libsqlite3-dev
libicu-dev
postgresql
postgresql-client
+ttf-bitstream-vera
diff --git a/config/packages.ubuntu-precise b/config/packages.ubuntu-precise
index 177d504e2..68911359a 100644
--- a/config/packages.ubuntu-precise
+++ b/config/packages.ubuntu-precise
@@ -33,3 +33,4 @@ libsqlite3-dev
libicu-dev
postgresql
postgresql-client
+ttf-bitstream-vera