marfa 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6202c57faaf2f98fea4cc2929f2e90532619ccc0
4
- data.tar.gz: 7f35b97f66b3ce9454d8c43f6a191e3508c40d72
3
+ metadata.gz: 16f4e65b65810ba46b1595a5e3f4e83e32dc6c88
4
+ data.tar.gz: c42bcbe1d65ef595ec533085c94a46450b67e71b
5
5
  SHA512:
6
- metadata.gz: 59c404179618044b13d3213f79d8c22a56a3ce9c0d24a1eeb4785a2750acfb06ecd6aa792c2c1643585c12d6150dba81628e938b1191db0e20b8b6f934eaa530
7
- data.tar.gz: 98f91c8ad0a64291581faca28d0e95ea1d3159c5bc1865125772da92babee63d3556ee122a69b3015e3b4d4e176bd1a7ecf6cb46bd1e4aab40ecb8b68193ee08
6
+ metadata.gz: e6e590b243253f6e752e511f5b238f7562bfe55dd4dd82fb88c4f7bc6220847319e0964c3d378e6eb88793a42071295dcbb76380cd78c535e2a7e9262e46053b
7
+ data.tar.gz: 9bc025d0a62bcbd857bea747feb7d2622e85e11f115f5dfb05ce5353c4d7e53f3345639b853f261c0d7bd0269a0949678906eec7401da04bf37bd7227bb3f491
@@ -94,7 +94,8 @@ module Marfa
94
94
 
95
95
  attrs = {
96
96
  user_data: @user_data || {},
97
- query: options[:query] || {}
97
+ query: options[:query] || {},
98
+ locals: options[:locals] || {}
98
99
  }
99
100
 
100
101
  block = Object.const_get(classname).new
data/lib/marfa/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # Version constant
2
2
  module Marfa
3
3
  # The version constant for the current version of Marfa
4
- VERSION = '0.4.6' unless defined?(Marfa::VERSION)
4
+ VERSION = '0.4.7' unless defined?(Marfa::VERSION)
5
5
 
6
6
  # The current Marfa version.
7
7
  # @return [String] The version number
data/marfa.gemspec CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'marfa'
6
- s.version = '0.4.6'
6
+ s.version = '0.4.7'
7
7
  s.required_ruby_version = '>= 2.3.0'
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.date = Time.now.strftime('%Y-%m-%d')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marfa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Krechetov
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-05-17 00:00:00.000000000 Z
13
+ date: 2017-05-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: haml