recipiez 0.5.11 → 0.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.5.11'
2
+ VERSION = '0.5.12'
3
3
  end
data/recipes/apache.rb CHANGED
@@ -42,7 +42,7 @@ Capistrano::Configuration.instance(true).load do
42
42
  sudo "apt-get install -y php-pear php5-dev"
43
43
  sudo "pecl install mongo"
44
44
  put render('mongo_ini', binding), "mongo_ini"
45
- sudo "mv mongo_ini.so /etc/php5/conf.d/mongo.ini"
45
+ sudo "mv mongo_ini /etc/php5/conf.d/mongo.ini"
46
46
  sudo "/etc/init.d/apache2 reload"
47
47
  end
48
48
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 11
9
- version: 0.5.11
8
+ - 12
9
+ version: 0.5.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton