middleman-roadie 0.0.1 → 0.1.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1266233fb00c55a5abd2c37899ff284a7cb372d
4
- data.tar.gz: 52108a111c6fc868df551301ddc7b4337fff5da9
3
+ metadata.gz: 90476ca330ed7f32e9b54b88bff91f48c93f4a70
4
+ data.tar.gz: bf11be0cb579965df7c674ac32124141d3b3e459
5
5
  SHA512:
6
- metadata.gz: 6aef760d23c735a6dd77dd4ad50a8dbb04ec287df950899219462537f3dc07e7c00e2acbf39947303307d44c20f8575ee7a6c9e6cd511742d86ea773337a605f
7
- data.tar.gz: c66e044bbcf2d5ad2ba9cb5f80eee8422767d66f1e880cb02016381cde705e2e690c9deceed1fd9a92503d282d951aac8af57b64ba9a689693ace5bfc113e808
6
+ metadata.gz: a060334384befa429ad07a5cdd8edcb2f137a79227e4ba1b1786b3004747117c864205ee53c3760a899fd555c8e9889cf1cc51d5d0b72d7e9c9310ca289235a8
7
+ data.tar.gz: f83a778603d08aeed67e4e217db85a55e7e6ec5dcd9852421bba7a5349f4758623435c733adef37914d03d2c2b57d0395b5dd97a89da4b04032aacd0ed80c5c5
@@ -8,7 +8,6 @@ class RackInliner
8
8
  status, headers, body = @app.call(env)
9
9
 
10
10
  if env['PATH_INFO'].match(@path) && headers.key?('Content-Type') and headers['Content-Type'].start_with?('text/html')
11
- binding.pry
12
11
  content = ''
13
12
 
14
13
  body.each do |part|
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Roadie
3
- VERSION = "0.0.1"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-roadie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Ortiz
@@ -75,10 +75,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.4.5.1
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Roadie Middleman extension adaptor
82
82
  test_files:
83
83
  - features/support/env.rb
84
- has_rdoc: