vagrant-symfony 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,7 +25,7 @@ module VagrantSymfony
25
25
  if communicator.ready?
26
26
  env[:ui].info "Updating web directory and reloading config..."
27
27
  vm.communicate.sudo "sed -i 's@root .*;@root #{folder};@g' #{file}"
28
- vm.communicate.sudo "sed -i 's@rewrite \\(.*\\)/\\(.*\\)/$1\\(.*\\);@rewrite \\1/#{entry}/$1\\3@g' #{file}"
28
+ vm.communicate.sudo "sed -i 's@rewrite \\(.*\\)/\\(.*\\)/$1\\(.*\\);@rewrite \\1/#{entry}/$1\\3;@g' #{file}"
29
29
  vm.communicate.sudo "service nginx reload"
30
30
  end
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module VagrantSymfony
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-symfony
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -44,6 +44,7 @@ files:
44
44
  - lib/vagrant-symfony/which.rb
45
45
  - lib/vagrant-symfony.rb
46
46
  - pkg/vagrant-symfony-0.1.1.gem
47
+ - pkg/vagrant-symfony-0.1.2.gem
47
48
  - Rakefile
48
49
  - vagrant-symfony.gemspec
49
50
  - .gitignore
@@ -62,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
63
  version: '0'
63
64
  segments:
64
65
  - 0
65
- hash: -1726123092078165124
66
+ hash: -687136848735786525
66
67
  required_rubygems_version: !ruby/object:Gem::Requirement
67
68
  none: false
68
69
  requirements: