factorylabs-fdlcap 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
data/fdlcap.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fdlcap}
5
- s.version = "0.2.2"
5
+ s.version = "0.2.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Factory Design Labs"]
@@ -74,7 +74,7 @@ Capistrano::Configuration.instance(:must_exist).load do
74
74
  task :conf, :roles => :web do
75
75
  if can_configure_nginx
76
76
 
77
- result = render_erb_template(File.join(File.dirname(__FILE__),'..','templates','nginx.conf.erb')
77
+ result = render_erb_template(File.join(File.dirname(__FILE__),'..','templates','nginx.conf.erb'))
78
78
  put result, "/tmp/nginx.conf"
79
79
  sudo "cp /tmp/nginx.conf /etc/nginx/nginx.conf"
80
80
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factorylabs-fdlcap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Factory Design Labs