vast 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. data/lib/vast.rb +2 -0
  2. metadata +6 -8
@@ -1,3 +1,5 @@
1
+ require 'nokogiri'
2
+
1
3
  require 'vast/document'
2
4
  require 'vast/element'
3
5
  require 'vast/ad'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vast
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
5
- prerelease: false
4
+ hash: 17
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Dinn
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-01 00:00:00 -04:00
19
- default_executable:
18
+ date: 2011-06-07 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: nokogiri
@@ -78,7 +77,6 @@ files:
78
77
  - test/examples/invalid_document_with_missing_creative_type.xml
79
78
  - LICENSE
80
79
  - README.rdoc
81
- has_rdoc: true
82
80
  homepage: http://github.com/chrisdinn/vast
83
81
  licenses: []
84
82
 
@@ -108,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
106
  requirements: []
109
107
 
110
108
  rubyforge_project:
111
- rubygems_version: 1.3.7
109
+ rubygems_version: 1.7.2
112
110
  signing_key:
113
111
  specification_version: 3
114
112
  summary: A gem for working with VAST 2.0 documents