embork 0.0.10 → 0.0.11

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: 5e0de928a956763702a9ffac524b7904d9133f5c
4
- data.tar.gz: 4a8bd7b3b851142c4199756f8992a68f1f4ec73b
3
+ metadata.gz: 0a910ee84b65e01f8d7c3cd0c5fabf62e7867e7d
4
+ data.tar.gz: 3f044dc257979b39af6f9c8deb0c288a6be4b7c6
5
5
  SHA512:
6
- metadata.gz: 70cd49c254b62de1df4248d2df2a692de6ad7d7ad450b924dc738d3fc86e2c105825b86470c7d53f9892447124a120d26bb041bc48b17e2bc158a896fa13aaa2
7
- data.tar.gz: 1230d8591e624437b97f2295a11efe3f6bb12c43199ac98a64aa91445b189e52ae7d834c182be87b50a09b95edd85cb7a02e16f3246ca9f4e438fa319bb91ccd
6
+ metadata.gz: 64a3b0bef1ac0f7a433e7d98d2e87b37e89424ae6e40399f47204b8f7b30993235c44d99acf43550da67ddb8202d7be62320016a59331f07b08c13bfebcf7368
7
+ data.tar.gz: db7ffcb60145e206106ba3dadd7d4d96346492ddb5a3c0cafeae4dd57b158cf686ee600cd2d5412a186d07a3cbda949f9937e7bd35007e57815c694d9708e7fc
@@ -1,3 +1,7 @@
1
+ # 0.0.11
2
+ - Fix a bug where it was impossible to forward requests between sprockets and a
3
+ dynamic backend in development mode.
4
+
1
5
  # 0.0.10
2
6
  - Add project root to the extension. Rack applications that included it
3
7
  typically have a need to know.
@@ -11,9 +11,9 @@ class Embork::Phrender < Embork::Server
11
11
  :index_file => @borkfile.phrender_index_file
12
12
  }]
13
13
  backend = @borkfile.backend
14
+ cascade_apps.push backend if backend
14
15
  Rack::Builder.new do
15
16
  use *phrender
16
- use backend unless backend == :static_index
17
17
  run Rack::Cascade.new(cascade_apps)
18
18
  end
19
19
  end
@@ -1,3 +1,3 @@
1
1
  class Embork
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mina Smart