sibu 1.0.15 → 1.0.16

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: c73b880e87681d9f20c0f5b0a7fe505e226d2cf2
4
- data.tar.gz: c9032cab8cb4a7365c5988c43a7e4686485b9e77
3
+ metadata.gz: b93f3e95737adee12da11b924e22c4f04fbf32bb
4
+ data.tar.gz: 2e2f83ffda9d26834d8900c8a6b010a18af69a59
5
5
  SHA512:
6
- metadata.gz: 29087a80f2f64240a12c975dc1faf82eb810541b408b839f60181997bcc294b25b79edb8a6b1c8a05e2f6c89db83af445ab896297e617fa5bab71dafbadaac22
7
- data.tar.gz: f76234b3d79658d30f120c9a0bd11b4e5d6a8aee814400d29748f43709b4ed3eec86f5d9f903d39c516b25467c49e0d575ddf4db8dc33d9b8fc25c0ea91555b5
6
+ metadata.gz: c4feb32b7552393945dbf01283555d8a2037d076c71dbc71fbc4a5806a35a132190043b87ad6e95dd2be4fdad6498bc6ba204f9b683309fea3e097c08a1cd281
7
+ data.tar.gz: 5155224fcf65a3e519ea91f2fbe87e52b8185f86dbefb459abe623902266b9959ed72eac609ecf41e21c081b895359209a4c992ef6f9d02f0c0efcfe4828653a
@@ -136,13 +136,13 @@ module Sibu
136
136
  end
137
137
 
138
138
  def push_section_ids(*section_ids)
139
- Rails.logger.debug "push section ids #{section_ids}"
139
+ # Rails.logger.debug "push section ids #{section_ids}"
140
140
  instance_variable_set("@sb_section", (instance_variable_get("@sb_section") || []) + section_ids)
141
141
  end
142
142
 
143
143
  def pop_section_id
144
144
  instance_variable_set("@sb_section", instance_variable_get("@sb_section")[0..-2])
145
- Rails.logger.debug "popped section - now #{instance_variable_get("@sb_section")}"
145
+ # Rails.logger.debug "popped section - now #{instance_variable_get("@sb_section")}"
146
146
  end
147
147
 
148
148
  def img(elt, opts = {})
data/lib/sibu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sibu
2
- VERSION = '1.0.15'
2
+ VERSION = '1.0.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sibu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Baptiste Vilain