done21-validifier 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.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('validifier', '0.1.2') do |p|
5
+ Echoe.new('validifier', '0.1.3') do |p|
6
6
  p.description = "Generate flash embed code that is valid XHTML"
7
7
  p.url = "http://github.com/done21/validifier"
8
8
  p.author = "Jim Hoskins"
data/lib/validifier.rb CHANGED
@@ -15,8 +15,8 @@ module Validifier
15
15
  @source = source
16
16
  @width = options[:width] || WIDTH
17
17
  @height = options[:height] || HEIGHT
18
- @codebase = options[:codebase] ||
19
- @classid = options[:classid] ||
18
+ @codebase = options[:codebase] || CLASSID
19
+ @classid = options[:classid] || CODEBASE
20
20
  @params = options[:params] || {}
21
21
  @comment = options[:comment] || ""
22
22
 
data/validifier.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{validifier}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jim Hoskins"]
9
- s.date = %q{2009-01-20}
9
+ s.date = %q{2009-01-29}
10
10
  s.description = %q{Generate flash embed code that is valid XHTML}
11
11
  s.email = %q{jim@done21.com}
12
12
  s.extra_rdoc_files = ["lib/validifier.rb", "LICENSE", "README.rdoc"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: done21-validifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Hoskins
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-20 00:00:00 -08:00
12
+ date: 2009-01-29 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency