fix example standalone
This commit is contained in:
parent
e7250a3ed1
commit
e81f25a0d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,5 +8,6 @@ Manifest
|
|||||||
tmp/*
|
tmp/*
|
||||||
.bundle/*
|
.bundle/*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.gem
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
#!/usr/bin/ruby
|
#!/usr/bin/ruby
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
gem 'apache-config'
|
gem 'apache-config-generator'
|
||||||
require 'apache/config'
|
require 'apache/config'
|
||||||
|
|
||||||
puts Apache::Config.build_and_return do
|
puts Apache::Config.build_and_return { this_works }
|
||||||
this_works
|
|
||||||
end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user