flurin-html_mockup 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. data/lib/html_mockup/server.rb +1 -1
  2. metadata +1 -1
@@ -41,7 +41,7 @@ module HtmlMockup
41
41
  @stack.use ::Rack::ShowExceptions
42
42
  @stack.use ::Rack::Lint
43
43
 
44
- @middleware.each { |c,a,b| builder.use(c, *a, &b) }
44
+ @middleware.each { |c,a,b| @stack.use(c, *a, &b) }
45
45
 
46
46
  @stack.use Rack::HtmlValidator if self.options["validate"]
47
47
  @stack.run Rack::HtmlMockup.new(self.root, self.partial_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flurin-html_mockup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flurin Egger