hentry_consumer 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -21,7 +21,7 @@ serialized h-entry objects. The returned Object structure looks something like t
21
21
 
22
22
  ## Current Version
23
23
 
24
- 0.1.1
24
+ 0.1.2
25
25
 
26
26
 
27
27
  ## Requirements
@@ -1,6 +1,6 @@
1
1
  require 'nokogiri'
2
2
  require 'open-uri'
3
-
3
+ require 'hentry_consumer/element'
4
4
  Gem.find_files("hentry_consumer/**/*.rb").each { |path| require path }
5
5
 
6
6
  module HentryConsumer
@@ -1,3 +1,3 @@
1
1
  module HentryConsumer
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: