site_prism 0.9.1 → 0.9.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.
Files changed (2) hide show
  1. data/lib/site_prism/section.rb +2 -0
  2. metadata +1 -1
@@ -2,6 +2,8 @@ module SitePrism
2
2
  class Section
3
3
  extend ElementContainer
4
4
 
5
+ attr_reader :root_element
6
+
5
7
  def initialize root_element
6
8
  @root_element = root_element
7
9
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: site_prism
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.1
5
+ version: 0.9.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nat Ritmeyer