hentry_consumer 0.5.2 → 0.5.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.
data/README.md CHANGED
@@ -22,7 +22,7 @@ serialized h-entry objects. The returned Object structure looks something like t
22
22
 
23
23
  ## Current Version
24
24
 
25
- 0.5.1
25
+ 0.5.3
26
26
 
27
27
 
28
28
  ## Requirements
@@ -1,3 +1,5 @@
1
+ Gem.find_files("hentry_consumer/element.rb").each { |path| require path }
2
+
1
3
  module HentryConsumer
2
4
  class HCard < Element
3
5
  attr_accessor :name, :email, :url
@@ -1,3 +1,5 @@
1
+ Gem.find_files("hentry_consumer/element.rb").each { |path| require path }
2
+
1
3
  module HentryConsumer
2
4
  class HEntry < Element
3
5
  attr_accessor :name, :categories, :author, :content, :bookmark, :published_at, :summary
@@ -1,3 +1,3 @@
1
1
  module HentryConsumer
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hentry_consumer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -152,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  segments:
154
154
  - 0
155
- hash: -4504941096207612030
155
+ hash: 3466350580781628104
156
156
  required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  none: false
158
158
  requirements:
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  segments:
163
163
  - 0
164
- hash: -4504941096207612030
164
+ hash: 3466350580781628104
165
165
  requirements: []
166
166
  rubyforge_project:
167
167
  rubygems_version: 1.8.24