pb_core 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,12 +14,15 @@ module PBCore
14
14
  class DocumentType < PBCore::V2::Base
15
15
  collection_group
16
16
 
17
- elements 'pbcoreAssetType', :as => :asset_types, :class => PBCore::V2::Type
18
- elements 'pbcoreAssetDate', :as => :asset_dates, :class => PBCore::V2::DateType
19
17
  elements 'pbcoreIdentifier', :as => :identifiers, :class => PBCore::V2::Identifier
20
18
  elements 'pbcoreTitle', :as => :titles, :class => PBCore::V2::Title
21
19
  elements 'pbcoreDescription', :as=> :descriptions, :class => PBCore::V2::Description
20
+
21
+ elements 'pbcoreAssetType', :as => :asset_types, :class => PBCore::V2::Type
22
+ elements 'pbcoreAssetDate', :as => :asset_dates, :class => PBCore::V2::DateType
22
23
  elements 'pbcoreSubject', :as=> :subjects, :class => PBCore::V2::Subject
24
+ elements 'pbcoreGenre', :as => :genres, :class => PBCore::V2::Genre
25
+ elements 'pbcoreRelation', :as => :relations, :class => PBCore::V2::Relation
23
26
  elements 'pbcoreCoverage', :as => :coverages, :class => PBCore::V2::Coverage
24
27
  elements 'pbcoreAudienceLevel', :as => :audience_levels, :class => PBCore::V2::Type
25
28
  elements 'pbcoreAudienceRating', :as => :audience_ratings, :class => PBCore::V2::Type
@@ -30,6 +33,7 @@ module PBCore
30
33
  elements 'pbcoreInstantiation', :as => :instantiations, :class => PBCore::V2::Instantiation
31
34
  elements 'pbcoreAnnotation', :as => :annotations, :class => PBCore::V2::Annotation
32
35
  elements 'pbcorePart', :as => :parts, :class => PBCore::V2::Part
36
+ elements 'pbcoreExtension', :as => :extensions, :class => PBCore::V2::Extension
33
37
  end
34
38
 
35
39
  # pbcoreDescriptionDocument
@@ -1,3 +1,3 @@
1
1
  module PBCore
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: pb_core
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-26 00:00:00.000000000 Z
12
+ date: 2013-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sax-machine
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  segments:
80
80
  - 0
81
- hash: 216268167160498807
81
+ hash: -2622236947938644477
82
82
  required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  segments:
89
89
  - 0
90
- hash: 216268167160498807
90
+ hash: -2622236947938644477
91
91
  requirements: []
92
92
  rubyforge_project:
93
93
  rubygems_version: 1.8.23