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 +4 -4
- data/lib/opulent/sinatra.rb +4 -1
- data/lib/opulent/sinatra/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cbc4e03b32c8707b026afdb6aeec7c9d6be1a61
|
4
|
+
data.tar.gz: cf875ecb5f770b2e5fd616aeb3b734b26dd86867
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23bd0102c073ef8102e6f9e2a89bb148d51d9d52364b1dc60a9d48cbd39e3a08aae96bdfd41d4471930a464af54907ffc8ca0e712d9178f5508ca03ea9130411
|
7
|
+
data.tar.gz: 52c06ef5d98326eae4354858feb3de70e23f3e85b2909582fda7916ba563979446102e0a81eaeca2d3d2fa1fae0908c171cdaf2380e01ab306f809e23c90fdd5
|
data/lib/opulent/sinatra.rb
CHANGED
@@ -6,9 +6,12 @@ module Sinatra
|
|
6
6
|
# @Templates
|
7
7
|
module Templates
|
8
8
|
def opulent(template, options = {}, locals = {}, &block)
|
9
|
-
|
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) : {}
|
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.
|
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-
|
11
|
+
date: 2015-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|