opulent-sinatra 1.0.1 → 1.0.2

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: 148a8d5f068e5b6267fc99888c588834c6851f2d
4
- data.tar.gz: eab3c932600f2fd1a3521829cd219f04d83fb436
3
+ metadata.gz: 9cbc4e03b32c8707b026afdb6aeec7c9d6be1a61
4
+ data.tar.gz: cf875ecb5f770b2e5fd616aeb3b734b26dd86867
5
5
  SHA512:
6
- metadata.gz: 4d7a84a7d144cea572b2f4192e99ebb1caf8d539194eafe3145ef98e0c996d8f8370be9eb96d88449338857cfe92e9883b006a5fde215c4e416781cbecc24081
7
- data.tar.gz: 8180c052f4156f580822001bf140d107c833a555d29bf9ae2f0a71972ea1f96e3f30d689170eced47feec15682d4a1c7ced19fe08903f29b596002234b25ec94
6
+ metadata.gz: 23bd0102c073ef8102e6f9e2a89bb148d51d9d52364b1dc60a9d48cbd39e3a08aae96bdfd41d4471930a464af54907ffc8ca0e712d9178f5508ca03ea9130411
7
+ data.tar.gz: 52c06ef5d98326eae4354858feb3de70e23f3e85b2909582fda7916ba563979446102e0a81eaeca2d3d2fa1fae0908c171cdaf2380e01ab306f809e23c90fdd5
@@ -6,9 +6,12 @@ module Sinatra
6
6
  # @Templates
7
7
  module Templates
8
8
  def opulent(template, options = {}, locals = {}, &block)
9
- render_opulent :op, template, options, locals, &block
9
+ render :op, template, options, locals, &block
10
10
  end
11
11
 
12
+ # Under development
13
+ # We will use the default sinatra render method until we find a way
14
+ # to send defined nodes from layout to view
12
15
  def render_opulent(engine, data, options = {}, locals = {}, &block)
13
16
  # merge app-level options
14
17
  engine_options = settings.respond_to?(engine) ? settings.send(engine) : {}
@@ -1,5 +1,5 @@
1
1
  module Opulent
2
2
  module Sinatra
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opulent-sinatra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Grozav
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-07 00:00:00.000000000 Z
11
+ date: 2015-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler