rbbt-rest 1.8.155 → 1.8.156

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rbbt/rest/common/misc.rb +3 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7705afb013db60791458191ace43b542ef70882de5945fd9d18cdcc1503523b6
4
- data.tar.gz: 235e86b1dd5ec07f84904f335e0c6bc91aceca0c7e389d12e80c346499f45320
3
+ metadata.gz: d834a55e3a14310a690923ec88b85733b8fbe63c476f5892a8c3badd6486d349
4
+ data.tar.gz: 336c64e121f053c8e72b24c17e361fe15ec4d1cad7cb506e9e31a816be6f699e
5
5
  SHA512:
6
- metadata.gz: 1a5aae796d5ae2ab6bac153c609fca60f66ad66ae7491ee33b6e999b22a91d538d90ee951b3372050b833995bef654c67991888bc5a7664c20bac288a472bf9a
7
- data.tar.gz: 572754ed9fe6f785988447c278825a02df57d9f06313016d0ab22bd2af79a86f5593d460206f7562c8c498f4a0733d99e6d8b5b24e1f63cce271e454fa894006
6
+ metadata.gz: f6b7649f158a08865d77727391cc67e718c15df0b5fcce84144ba6c0ed3e9e4962092ec482faa98741436b7ba372da124379867b3ac01f9a8046ac24134d5aa7
7
+ data.tar.gz: 0e28195c234f79d43c4efe73402be0394f4977b415e5917004772d811cf06215fd9d4dd646eb1892a7b7c554f576d9ff0030b7e26f6291b89e2c44f5f9aeb22a
@@ -1,4 +1,5 @@
1
1
  require 'rbbt/util/misc'
2
+ require 'haml'
2
3
 
3
4
  module RbbtRESTHelpers
4
5
  class Retry < Exception; end
@@ -321,9 +322,7 @@ module RbbtRESTHelpers
321
322
 
322
323
  end
323
324
 
324
- require 'haml'
325
- module Haml::Filters::DeferJS
326
- include Haml::Filters::Base
325
+ class Haml::Filters::DeferJS < Haml::Filters::Base
327
326
 
328
327
  def render(text)
329
328
  step_path = Thread.current["step_path"]
@@ -340,9 +339,7 @@ EOF
340
339
  end
341
340
  end
342
341
 
343
- require 'haml'
344
- module Haml::Filters::Documentation
345
- include Haml::Filters::Base
342
+ class Haml::Filters::Documentation < Haml::Filters::Base
346
343
 
347
344
  def render(text)
348
345
  text = "<br/>" if text.strip.empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.155
4
+ version: 1.8.156
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez