diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/initializers/alaveteli.rb | 2 | ||||
-rw-r--r-- | config/packages | 1 | ||||
-rw-r--r-- | config/packages.debian-squeeze | 1 | ||||
-rw-r--r-- | config/packages.debian-wheezy | 1 | ||||
-rw-r--r-- | config/packages.ubuntu-precise | 1 | ||||
-rw-r--r-- | config/packages_development | 2 |
6 files changed, 2 insertions, 6 deletions
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index 506e3471f..d4b4be7bc 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -11,7 +11,7 @@ load "debug_helpers.rb" load "util.rb" # Application version -ALAVETELI_VERSION = '0.21.0.36' +ALAVETELI_VERSION = '0.21.0.38' # Add new inflection rules using the following format # (all these examples are active by default): diff --git a/config/packages b/config/packages index a6eeb8079..7ed6579ee 100644 --- a/config/packages +++ b/config/packages @@ -31,7 +31,6 @@ ruby ruby1.8 ruby1.8-dev rubygems (>= 1.8.15) -sharutils sqlite3 tnef (>= 1.4.5) ttf-bitstream-vera diff --git a/config/packages.debian-squeeze b/config/packages.debian-squeeze index c34abefde..082f2162b 100644 --- a/config/packages.debian-squeeze +++ b/config/packages.debian-squeeze @@ -29,7 +29,6 @@ ruby ruby1.8 ruby1.8-dev rubygems/squeeze-backports -sharutils sqlite3 tnef ttf-bitstream-vera diff --git a/config/packages.debian-wheezy b/config/packages.debian-wheezy index ff1a55d84..3740cd1da 100644 --- a/config/packages.debian-wheezy +++ b/config/packages.debian-wheezy @@ -25,7 +25,6 @@ rake ruby-dev ruby1.9.3 rubygems -sharutils sqlite3 tnef unrtf diff --git a/config/packages.ubuntu-precise b/config/packages.ubuntu-precise index d97579bc1..d1aa0b670 100644 --- a/config/packages.ubuntu-precise +++ b/config/packages.ubuntu-precise @@ -24,7 +24,6 @@ ruby-bundler ruby1.9.1 ruby1.9.1-dev rubygems -sharutils sqlite3 tnef ttf-bitstream-vera diff --git a/config/packages_development b/config/packages_development index 14ca815a2..d8522ccef 100644 --- a/config/packages_development +++ b/config/packages_development @@ -6,4 +6,4 @@ # # To install, paste this list after `sudo apt-get install` and run. -postgresql sharutils pdftk elinks php5-cli tnef python-yaml +postgresql pdftk elinks php5-cli tnef python-yaml |