mida_vocabulary 0.1.2 → 0.1.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.
|
@@ -4,6 +4,8 @@ require 'mida_vocabulary/vocabularies/data_vocabulary/item'
|
|
|
4
4
|
module Mida
|
|
5
5
|
module DataVocabulary
|
|
6
6
|
autoload :Organization, 'mida_vocabulary/vocabularies/data_vocabulary/organization'
|
|
7
|
+
autoload :Offer, 'mida_vocabulary/vocabularies/data_vocabulary/offer'
|
|
8
|
+
autoload :OfferAggregate, 'mida_vocabulary/vocabularies/data_vocabulary/offer_aggregate'
|
|
7
9
|
|
|
8
10
|
class Product < Mida::Vocabulary
|
|
9
11
|
itemtype %r{http://data-vocabulary.org/Product}i
|
|
@@ -4,6 +4,7 @@ require 'mida_vocabulary/vocabularies/data_vocabulary/item'
|
|
|
4
4
|
module Mida
|
|
5
5
|
module DataVocabulary
|
|
6
6
|
autoload :Organization, 'mida_vocabulary/vocabularies/data_vocabulary/organization'
|
|
7
|
+
autoload :Person, 'mida_vocabulary/vocabularies/data_vocabulary/person'
|
|
7
8
|
|
|
8
9
|
class Review < Mida::Vocabulary
|
|
9
10
|
itemtype %r{http://data-vocabulary.org/Review}i
|
data/mida_vocabulary.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.name = "mida_vocabulary"
|
|
3
3
|
s.summary = "Microdata vocabularies for mida parser/extractor library"
|
|
4
4
|
s.description = "Microdata schema.org vocabularies"
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.3"
|
|
6
6
|
s.author = "Pavel Evstigneev"
|
|
7
7
|
s.email = "pavel.evst@gmail.com"
|
|
8
8
|
s.homepage = %q{http://github.com/Paxa/mida_vocabulary}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mida_vocabulary
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-02-
|
|
12
|
+
date: 2012-02-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: blankslate
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2154638440 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2154638440
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rspec
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2154637640 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: 2.7.0
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2154637640
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: bundler
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &2154637020 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '0'
|
|
44
44
|
type: :development
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *2154637020
|
|
47
47
|
description: Microdata schema.org vocabularies
|
|
48
48
|
email: pavel.evst@gmail.com
|
|
49
49
|
executables: []
|