htmlfive 0.1.5 → 0.1.7

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/htmlfive.gemspec +2 -2
  3. data/lib/helpers/ie.rb +1 -1
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  gem.email = "kossnocorp@gmail.com"
11
11
  gem.homepage = "http://github.com/kossnocorp/htmlfive"
12
12
  gem.authors = ["Aleksandr Koss", "Edward Tsech"]
13
- gem.version = '0.1.5'
13
+ gem.version = '0.1.7'
14
14
  #gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
15
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
16
16
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{htmlfive}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Aleksandr Koss", "Edward Tsech"]
12
- s.date = %q{2009-12-02}
12
+ s.date = %q{2009-12-09}
13
13
  s.description = %q{Useful helpers to create you HTML5 application today}
14
14
  s.email = %q{kossnocorp@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -40,7 +40,7 @@ ce=document.createElement;
40
40
  es=[#{unsupported_by_ie_html5_tags.collect {|tag| "'#{tag}'"}.join ','}];
41
41
  for(i=0;i<es.length;i++)ce(es[i]);
42
42
  EOF
43
- )}<![endif]-->".gsub(/\s/, '')
43
+ )}<![endif]-->"
44
44
 
45
45
  begin
46
46
  output_string.html_safe!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: htmlfive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandr Koss
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-12-02 00:00:00 +06:00
13
+ date: 2009-12-09 00:00:00 +06:00
14
14
  default_executable:
15
15
  dependencies: []
16
16