fetcher-microdata 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Fetcher
2
2
  class Microdata
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -19,8 +19,8 @@ module Writer
19
19
  "Item#id" => [
20
20
  @attributes[:id]
21
21
  ],
22
- "articleBody" => [
23
- @attributes[:articleBody]
22
+ "reviewBody" => [
23
+ @attributes[:reviewBody]
24
24
  ],
25
25
  "author" => [
26
26
  @attributes[:author].to.hash
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fetcher-microdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: