arbre 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30b53bbea249a4468d48f14a136eda6c20fc65b7
4
- data.tar.gz: 17a5b69fd8d6b97bb0c4231ae675e726307044c4
3
+ metadata.gz: 6c1b05989079a4f6408269a6d5079ac41b957e2c
4
+ data.tar.gz: 283b93e148607c2d7537ebab5f330b10312f1828
5
5
  SHA512:
6
- metadata.gz: de40bce2886fe8180f32ca25fb0a6a8eae6cef04d0f8bcd9af568332241f4e5a4aec73a6064fc6af8ddb4e42a78d74b715be61aeff4925d84686f7d0e70d1a79
7
- data.tar.gz: 789a7b6cc502b10ce1a2eb2d46fac659500727c22915c0539f511529a1f947cd5d51f6fe2990241adfe0708816831a9cbe62c6c2d4eaed21d9f5994e3161bbba
6
+ metadata.gz: 747b0ee1ddf4ea35e05aaec1d072d96a65edd94d8b63163f791af329baf91a259bd98fba5aaa49e793b5516b357a9378688e59b35e7a0c1b9bb842c892e88ec8
7
+ data.tar.gz: 4ebf3319eea32ff425ba13ce734a4c5b11cb5a666a0729c6898f1b9fbb0a326e429d5e3e3eeb421155c8c0e0d6a40fd1b386bfe52a2abf99ecc55e110030ad29
@@ -1,4 +1,4 @@
1
1
  script: bundle exec rake
2
2
  rvm:
3
3
  - 1.9.3
4
- - 2.1.2
4
+ - 2.1
@@ -1,30 +1,38 @@
1
- ## 1.0.2
1
+ ## unreleased [☰](https://github.com/activeadmin/arbre/compare/v1.0.3...master)
2
2
 
3
- * make `Element#inspect` behave correctly in Ruby 2.0 (@seanlinsley, #16)
4
- * prevent `Arbre::Element#flatten` infinite recursion (@seanlinsley, #32)
5
- * make `find_by_class` correctly find children by class (@kaapa, #33)
3
+ ## 1.0.3 [☰](https://github.com/activeadmin/arbre/compare/v1.0.2...v1.0.3)
6
4
 
7
- ## 1.0.1
5
+ * Performance improvements [#40][] by [@alexesDev][]
6
+ * Added all void elements as self-closing tags [#39][] by [@OscarBarrett][]
7
+ * Missing tags added [#36][] / [#39][] by [@dtaniwaki][] and [@OscarBarrett][]
8
8
 
9
- * Template handler converts to string to satisfy Rack::Lint (@jpmckinney, #6)
9
+ ## 1.0.2 [☰](https://github.com/activeadmin/arbre/compare/v1.0.1...v1.0.2)
10
+
11
+ * make `Element#inspect` behave correctly in Ruby 2.0 [#16][] by [@seanlinsley][]
12
+ * prevent `Arbre::Element#flatten` infinite recursion [#32][] by [@seanlinsley][]
13
+ * make `find_by_class` correctly find children by class [#33][] by [@kaapa][]
14
+
15
+ ## 1.0.1 [☰](https://github.com/activeadmin/arbre/compare/v1.0.0...v1.0.1)
16
+
17
+ * Template handler converts to string to satisfy Rack::Lint [#6][] by [@jpmckinney][]
10
18
  * Fix to `Tag#add_class` when passing a string of classes to Tag build method
11
- (@gregbell, #7)
12
- * Not longer uses the default separator (@LTe, #4)
19
+ [#4][] by [@gregbell][]
20
+ * Not longer uses the default separator [#7][] by [@LTe][]
13
21
 
14
- ## 1.0.0
22
+ ## 1.0.0 [☰](https://github.com/activeadmin/arbre/compare/v1.0.0.rc4...v1.0.0)
15
23
 
16
24
  * Added support for the use of `:for` with non Active Model objects
17
25
 
18
- ## 1.0.0.rc4
26
+ ## 1.0.0.rc4 [☰](https://github.com/activeadmin/arbre/compare/v1.0.0.rc3...v1.0.0.rc4)
19
27
 
20
28
  * Fix issue where user could call `symbolize_keys!` on a
21
29
  HashWithIndifferentAccess which doesn't implement the method
22
30
 
23
- ## 1.0.0.rc3
31
+ ## 1.0.0.rc3 [☰](https://github.com/activeadmin/arbre/compare/v1.0.0.rc2...v1.0.0.rc3)
24
32
 
25
33
  * Implemented `Arbre::HTML::Tag#default_id_for_prefix`
26
34
 
27
- ## 1.0.0.rc2
35
+ ## 1.0.0.rc2 [☰](https://github.com/activeadmin/arbre/compare/v1.0.0.rc1...v1.0.0.rc2)
28
36
 
29
37
  * Fixed bug where Component's build methods were being rendered within the
30
38
  parent context.
@@ -32,3 +40,22 @@
32
40
  ## 1.0.0.rc1
33
41
 
34
42
  Initial release and extraction from Active Admin
43
+
44
+ <!--- The following link definition list is generated by PimpMyChangelog --->
45
+ [#4]: https://github.com/activeadmin/arbre/issues/4
46
+ [#6]: https://github.com/activeadmin/arbre/issues/6
47
+ [#7]: https://github.com/activeadmin/arbre/issues/7
48
+ [#16]: https://github.com/activeadmin/arbre/issues/16
49
+ [#32]: https://github.com/activeadmin/arbre/issues/32
50
+ [#33]: https://github.com/activeadmin/arbre/issues/33
51
+ [#36]: https://github.com/activeadmin/arbre/issues/36
52
+ [#39]: https://github.com/activeadmin/arbre/issues/39
53
+ [#40]: https://github.com/activeadmin/arbre/issues/40
54
+ [@LTe]: https://github.com/LTe
55
+ [@OscarBarrett]: https://github.com/OscarBarrett
56
+ [@alexesDev]: https://github.com/alexesDev
57
+ [@dtaniwaki]: https://github.com/dtaniwaki
58
+ [@gregbell]: https://github.com/gregbell
59
+ [@jpmckinney]: https://github.com/jpmckinney
60
+ [@kaapa]: https://github.com/kaapa
61
+ [@seanlinsley]: https://github.com/seanlinsley
data/README.md CHANGED
@@ -58,7 +58,7 @@ class Panel < Arbre::Component
58
58
  def build(title, attributes = {})
59
59
  super(attributes)
60
60
 
61
- h3(title, :class => "panel-title")
61
+ h3(title, class: "panel-title")
62
62
  end
63
63
  end
64
64
  ```
@@ -71,7 +71,7 @@ You can now use this panel in any Arbre context:
71
71
 
72
72
  ```ruby
73
73
  html = Arbre::Context.new do
74
- panel "Hello World", :id => "my-panel" do
74
+ panel "Hello World", id: "my-panel" do
75
75
  span "Inside the panel"
76
76
  end
77
77
  end
@@ -92,7 +92,7 @@ To insert unwrapped text nodes use `text_node`:
92
92
 
93
93
  ```ruby
94
94
  html = Arbre::Context.new do
95
- panel "Hello World", :id => "my-panel" do
95
+ panel "Hello World", id: "my-panel" do
96
96
  span "Inside the panel"
97
97
  text_node "Plain text"
98
98
  end
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ Bundler::GemHelper.install_tasks
4
4
  require 'rspec/core/rake_task'
5
5
  RSpec::Core::RakeTask.new(:spec)
6
6
 
7
- task :default => :spec
7
+ task default: :spec
8
8
 
9
9
  task :console do
10
10
  require 'irb'
@@ -17,7 +17,7 @@ module Arbre
17
17
  # within the block. To pass local variables into the Context, use the
18
18
  # assigns param.
19
19
  #
20
- # html = Arbre::Context.new({:one => 1}) do
20
+ # html = Arbre::Context.new({one: 1}) do
21
21
  # h1 "Your number #{one}"
22
22
  # end
23
23
  #
@@ -67,8 +67,8 @@ module Arbre
67
67
  end
68
68
  alias :length :bytesize
69
69
 
70
- def respond_to?(method)
71
- super || cached_html.respond_to?(method)
70
+ def respond_to_missing?(method, include_all)
71
+ super || cached_html.respond_to?(method, include_all)
72
72
  end
73
73
 
74
74
  # Webservers treat Arbre::Context as a string. We override
@@ -47,7 +47,7 @@ module Arbre
47
47
 
48
48
  if child.respond_to?(:parent)
49
49
  # Remove the child
50
- child.parent.remove_child(child) if child.parent
50
+ child.parent.remove_child(child) if child.parent && child.parent != self
51
51
  # Set ourselves as the parent
52
52
  child.parent = self
53
53
  end
@@ -7,10 +7,7 @@ module Arbre
7
7
  class ClassList < Set
8
8
 
9
9
  def self.build_from_string(class_names)
10
- list = new
11
- list.add(class_names)
12
-
13
- list
10
+ new.add(class_names)
14
11
  end
15
12
 
16
13
  def add(class_names)
@@ -29,7 +29,7 @@ module Arbre
29
29
 
30
30
  def build_head
31
31
  @head = head do
32
- meta :"http-equiv" => "Content-type", :content => "text/html; charset=utf-8"
32
+ meta :"http-equiv" => "Content-type", content: "text/html; charset=utf-8"
33
33
  end
34
34
  end
35
35
 
@@ -7,11 +7,11 @@ module Arbre
7
7
  :dfn, :div, :dl, :dt, :em, :embed, :fieldset, :figcaption, :figure,
8
8
  :footer, :form, :h1, :h2, :h3, :h4, :h5, :h6, :head, :header, :hgroup,
9
9
  :hr, :html, :i, :iframe, :img, :input, :ins, :keygen, :kbd, :label,
10
- :legend, :li, :link, :map, :mark, :menu, :meta, :meter, :nav, :noscript,
11
- :object, :ol, :optgroup, :option, :output, :pre, :progress, :q,
10
+ :legend, :li, :link, :map, :mark, :menu, :menuitem, :meta, :meter, :nav, :noscript,
11
+ :object, :ol, :optgroup, :option, :output, :param, :pre, :progress, :q,
12
12
  :s, :samp, :script, :section, :select, :small, :source, :span,
13
- :strong, :style, :sub, :summary, :sup, :table, :tbody, :td,
14
- :textarea, :tfoot, :th, :thead, :time, :title, :tr, :ul, :var, :video ]
13
+ :strong, :style, :sub, :summary, :sup, :svg, :table, :tbody, :td,
14
+ :textarea, :tfoot, :th, :thead, :time, :title, :tr, :track, :ul, :var, :video, :wbr ]
15
15
 
16
16
  HTML5_ELEMENTS = [ :p ] + AUTO_BUILD_ELEMENTS
17
17
 
@@ -6,6 +6,10 @@ module Arbre
6
6
  class Tag < Element
7
7
  attr_reader :attributes
8
8
 
9
+ # See: http://www.w3.org/html/wg/drafts/html/master/syntax.html#void-elements
10
+ SELF_CLOSING_ELEMENTS = [ :area, :base, :br, :col, :embed, :hr, :img, :input, :keygen, :link,
11
+ :menuitem, :meta, :param, :source, :track, :wbr ]
12
+
9
13
  def initialize(*)
10
14
  super
11
15
  @attributes = Attributes.new
@@ -130,7 +134,7 @@ module Arbre
130
134
  end
131
135
 
132
136
  def self_closing_tag?
133
- %w|br link meta|.include?(tag_name)
137
+ SELF_CLOSING_ELEMENTS.include?(tag_name.to_sym)
134
138
  end
135
139
 
136
140
  def no_child?
@@ -16,8 +16,8 @@ module Arbre
16
16
  proxy_call_to_form :select, *args
17
17
  end
18
18
 
19
- def respond_to?(name)
20
- if form_builder && form_builder.respond_to?(name)
19
+ def respond_to_missing?(method, include_all)
20
+ if form_builder && form_builder.respond_to?(method, include_all)
21
21
  true
22
22
  else
23
23
  super
@@ -1,3 +1,3 @@
1
1
  module Arbre
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -171,26 +171,28 @@ HTML
171
171
 
172
172
  it "should not self-close script tags" do
173
173
  expect(arbre {
174
- script :type => 'text/javascript'
174
+ script type: 'text/javascript'
175
175
  }.to_s).to eq("<script type=\"text/javascript\"></script>\n")
176
176
  end
177
177
 
178
178
  it "should self-close meta tags" do
179
179
  expect(arbre {
180
- meta :content => "text/html; charset=utf-8"
180
+ meta content: "text/html; charset=utf-8"
181
181
  }.to_s).to eq("<meta content=\"text/html; charset=utf-8\"/>\n")
182
182
  end
183
183
 
184
184
  it "should self-close link tags" do
185
185
  expect(arbre {
186
- link :rel => "stylesheet"
186
+ link rel: "stylesheet"
187
187
  }.to_s).to eq("<link rel=\"stylesheet\"/>\n")
188
188
  end
189
189
 
190
- it "should self-close br tags" do
191
- expect(arbre {
192
- br
193
- }.to_s).to eq("<br/>\n")
190
+ Arbre::HTML::Tag::SELF_CLOSING_ELEMENTS.each do |tag|
191
+ it "should self-close #{tag} tags" do
192
+ expect(arbre {
193
+ send(tag)
194
+ }.to_s).to eq("<#{tag}/>\n")
195
+ end
194
196
  end
195
197
 
196
198
  end
@@ -237,7 +239,7 @@ HTML
237
239
 
238
240
  it "should escape the contents of attributes" do
239
241
  expect(arbre {
240
- span(:class => "<br />")
242
+ span(class: "<br />")
241
243
  }.to_s).to eq <<-HTML
242
244
  <span class="&lt;br /&gt;"></span>
243
245
  HTML
@@ -69,8 +69,8 @@ describe Arbre::Element, "Finder Methods" do
69
69
 
70
70
  it "should return a child element" do
71
71
  html = arbre do
72
- div :class => "some_class"
73
- div :class => "my_class"
72
+ div class: "some_class"
73
+ div class: "my_class"
74
74
  end
75
75
  elements = html.get_elements_by_class_name("my_class")
76
76
  expect(elements.size).to eq(1)
@@ -79,9 +79,9 @@ describe Arbre::Element, "Finder Methods" do
79
79
 
80
80
  it "should return multple child elements" do
81
81
  html = arbre do
82
- div :class => "some_class"
83
- div :class => "my_class"
84
- div :class => "my_class"
82
+ div class: "some_class"
83
+ div class: "my_class"
84
+ div class: "my_class"
85
85
  end
86
86
  elements = html.get_elements_by_class_name("my_class")
87
87
  expect(elements.size).to eq(2)
@@ -91,9 +91,9 @@ describe Arbre::Element, "Finder Methods" do
91
91
 
92
92
  it "should return elements that match one of several classes" do
93
93
  html = arbre do
94
- div :class => "some_class this_class"
95
- div :class => "some_class"
96
- div :class => "other_class"
94
+ div class: "some_class this_class"
95
+ div class: "some_class"
96
+ div class: "other_class"
97
97
 
98
98
  end
99
99
  elements = html.get_elements_by_class_name("this_class")
@@ -103,8 +103,8 @@ describe Arbre::Element, "Finder Methods" do
103
103
 
104
104
  it "should return a grandchild element" do
105
105
  html = arbre do
106
- div :class => "some_class" do
107
- div :class => "my_class"
106
+ div class: "some_class" do
107
+ div class: "my_class"
108
108
  end
109
109
  end
110
110
  elements = html.get_elements_by_class_name("my_class")
@@ -19,7 +19,7 @@ describe Arbre::Element do
19
19
  end
20
20
 
21
21
  it "should have a set of local assigns" do
22
- context = Arbre::Context.new :hello => "World"
22
+ context = Arbre::Context.new hello: "World"
23
23
  element = Arbre::Element.new(context)
24
24
  expect(element.assigns[:hello]).to eq("World")
25
25
  end
@@ -56,7 +56,7 @@ describe Arbre::Element do
56
56
 
57
57
  describe "passing in assigns" do
58
58
  let(:post){ double }
59
- let(:assigns){ {:post => post} }
59
+ let(:assigns){ {post: post} }
60
60
 
61
61
  it "should be accessible via a method call" do
62
62
  element = Arbre::Element.new(Arbre::Context.new(assigns))
@@ -8,7 +8,7 @@ describe Arbre::HTML::ClassList do
8
8
  list = Arbre::HTML::ClassList.build_from_string("first second")
9
9
  expect(list.size).to eq(2)
10
10
 
11
- expect(list.to_a.sort).to eq(%w{first second})
11
+ expect(list).to match_array(%w{first second})
12
12
  end
13
13
 
14
14
  end
@@ -6,10 +6,10 @@ describe Arbre::HTML::Tag, "Attributes" do
6
6
 
7
7
  describe "attributes" do
8
8
 
9
- before { tag.build :id => "my_id" }
9
+ before { tag.build id: "my_id" }
10
10
 
11
11
  it "should have an attributes hash" do
12
- expect(tag.attributes).to eq({:id => "my_id"})
12
+ expect(tag.attributes).to eq({id: "my_id"})
13
13
  end
14
14
 
15
15
  it "should render the attributes to html" do
@@ -43,7 +43,7 @@ describe Arbre::HTML::Tag, "Attributes" do
43
43
  end
44
44
 
45
45
  it "should remove an attribute" do
46
- expect(tag.attributes).to eq({:id => "my_id"})
46
+ expect(tag.attributes).to eq({id: "my_id"})
47
47
  expect(tag.remove_attribute(:id)).to eq("my_id")
48
48
  expect(tag.attributes).to eq({})
49
49
  end
@@ -5,24 +5,24 @@ describe Arbre::HTML::Tag do
5
5
  let(:tag){ Arbre::HTML::Tag.new }
6
6
 
7
7
  describe "building a new tag" do
8
- before { tag.build "Hello World", :id => "my_id" }
8
+ before { tag.build "Hello World", id: "my_id" }
9
9
 
10
10
  it "should set the contents to a string" do
11
11
  expect(tag.content).to eq("Hello World")
12
12
  end
13
13
 
14
14
  it "should set the hash of options to the attributes" do
15
- expect(tag.attributes).to eq({ :id => "my_id" })
15
+ expect(tag.attributes).to eq({ id: "my_id" })
16
16
  end
17
17
  end
18
18
 
19
19
  describe "creating a tag 'for' an object" do
20
- let(:model_name){ double(:singular => "resource_class")}
21
- let(:resource_class){ double(:model_name => model_name) }
22
- let(:resource){ double(:class => resource_class, :to_key => ['5'])}
20
+ let(:model_name){ double(singular: "resource_class")}
21
+ let(:resource_class){ double(model_name: model_name) }
22
+ let(:resource){ double(class: resource_class, to_key: ['5'])}
23
23
 
24
24
  before do
25
- tag.build :for => resource
25
+ tag.build for: resource
26
26
  end
27
27
  it "should set the id to the type and id" do
28
28
  expect(tag.id).to eq("resource_class_5")
@@ -34,10 +34,10 @@ describe Arbre::HTML::Tag do
34
34
 
35
35
 
36
36
  describe "for an object that doesn't have a model_name" do
37
- let(:resource_class){ double(:name => 'ResourceClass') }
37
+ let(:resource_class){ double(name: 'ResourceClass') }
38
38
 
39
39
  before do
40
- tag.build :for => resource
40
+ tag.build for: resource
41
41
  end
42
42
 
43
43
  it "should set the id to the type and id" do
@@ -93,7 +93,7 @@ describe Arbre::HTML::Tag do
93
93
 
94
94
  it "should create a class list from a string" do
95
95
  tag = Arbre::HTML::Tag.new
96
- tag.build(:class => "first-class")
96
+ tag.build(class: "first-class")
97
97
  tag.add_class "second-class"
98
98
  expect(tag.class_list.size).to eq(2)
99
99
  end
@@ -10,7 +10,7 @@ describe "Building forms" do
10
10
 
11
11
  let(:form) do
12
12
  arbre do
13
- form_for MockPerson.new, :url => "/" do |f|
13
+ form_for MockPerson.new, url: "/" do |f|
14
14
  f.label :name
15
15
  f.text_field :name
16
16
  end
@@ -22,7 +22,7 @@ describe "Building forms" do
22
22
  end
23
23
 
24
24
  it "should include the hidden authenticity token" do
25
- expect(html).to include '<input name="authenticity_token" type="hidden" value="AUTH_TOKEN" />'
25
+ expect(html).to include '<input type="hidden" name="authenticity_token" value="AUTH_TOKEN" />'
26
26
  end
27
27
 
28
28
  it "should create a label" do
@@ -39,7 +39,7 @@ describe "Building forms" do
39
39
 
40
40
  let(:form) do
41
41
  arbre do
42
- form_for MockPerson.new, :url => "/" do |f|
42
+ form_for MockPerson.new, url: "/" do |f|
43
43
  f.label :name
44
44
  f.text_field :name
45
45
  f.fields_for :permission do |pf|
@@ -51,7 +51,7 @@ describe "Building forms" do
51
51
  end
52
52
 
53
53
  it "should render nested label" do
54
- expect(html).to have_selector("form label[for=mock_person_permission_admin]", :text => "Admin")
54
+ expect(html).to have_selector("form label[for=mock_person_permission_admin]", text: "Admin")
55
55
  end
56
56
 
57
57
  it "should render nested label" do
@@ -67,7 +67,7 @@ describe "Building forms" do
67
67
  describe "forms with other elements" do
68
68
  let(:form) do
69
69
  arbre do
70
- form_for MockPerson.new, :url => "/" do |f|
70
+ form_for MockPerson.new, url: "/" do |f|
71
71
 
72
72
  div do
73
73
  f.label :name
@@ -79,9 +79,9 @@ describe "Building forms" do
79
79
  f.text_field :name
80
80
  end
81
81
 
82
- div :class => "permissions" do
82
+ div class: "permissions" do
83
83
  f.fields_for :permission do |pf|
84
- div :class => "permissions_label" do
84
+ div class: "permissions_label" do
85
85
  pf.label :admin
86
86
  end
87
87
  pf.check_box :admin
@@ -33,7 +33,7 @@ class TestController < ActionController::Base
33
33
  end
34
34
 
35
35
 
36
- describe TestController, "Rendering with Arbre", :type => :request do
36
+ describe TestController, "Rendering with Arbre", type: :request do
37
37
  let(:body){ response.body }
38
38
 
39
39
  it "should render the empty template" do
@@ -44,8 +44,8 @@ describe TestController, "Rendering with Arbre", :type => :request do
44
44
  it "should render a simple page" do
45
45
  get "/test/render_simple_page"
46
46
  expect(response).to be_success
47
- expect(body).to have_selector("h1", :text => "Hello World")
48
- expect(body).to have_selector("p", :text => "Hello again!")
47
+ expect(body).to have_selector("h1", text: "Hello World")
48
+ expect(body).to have_selector("p", text: "Hello again!")
49
49
  end
50
50
 
51
51
  it "should render an arb partial" do
@@ -69,15 +69,15 @@ EOS
69
69
  end
70
70
 
71
71
  it "should render with instance variables" do
72
- get "test/render_with_instance_variable"
72
+ get "/test/render_with_instance_variable"
73
73
  expect(response).to be_success
74
- expect(body).to have_selector("h1", :text => "From Instance Var")
74
+ expect(body).to have_selector("h1", text: "From Instance Var")
75
75
  end
76
76
 
77
77
  it "should render an arbre partial with assignments" do
78
- get "test/render_partial_with_instance_variable"
78
+ get "/test/render_partial_with_instance_variable"
79
79
  expect(response).to be_success
80
- expect(body).to have_selector("p", :text => "Partial: From Instance Var")
80
+ expect(body).to have_selector("p", text: "Partial: From Instance Var")
81
81
  end
82
82
 
83
83
  end
@@ -19,7 +19,7 @@ require 'rails/support/mock_person'
19
19
  require 'arbre/rails'
20
20
 
21
21
  Rails.application.routes.draw do
22
- get 'test/:action', :controller => "test"
22
+ get 'test/:action', controller: "test"
23
23
  end
24
24
 
25
25
  module AdditionalHelpers
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arbre
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Bell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-20 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.2.2
109
+ rubygems_version: 2.4.5
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: An Object Oriented DOM Tree in Ruby
@@ -140,3 +140,4 @@ test_files:
140
140
  - spec/rails/templates/erb/_partial.erb
141
141
  - spec/spec_helper.rb
142
142
  - spec/support/bundle.rb
143
+ has_rdoc: