adamh-hpricot 0.6.168 → 0.6.169

Sign up to get free protection for your applications and to get access to all the features.
data/lib/hpricot/tag.rb CHANGED
@@ -121,6 +121,7 @@ module Hpricot
121
121
  end
122
122
 
123
123
  class CData
124
+ attr_reader :content
124
125
  def initialize content; self.content = content end
125
126
  alias_method :to_s, :content
126
127
  alias_method :to_plain_text, :content
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adamh-hpricot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.168
4
+ version: 0.6.169
5
5
  platform: ruby
6
6
  authors:
7
7
  - why the lucky stiff
@@ -82,7 +82,6 @@ rdoc_options:
82
82
  - README
83
83
  - --inline-source
84
84
  require_paths:
85
- - lib/universal-darwin9.0
86
85
  - lib
87
86
  required_ruby_version: !ruby/object:Gem::Requirement
88
87
  requirements: