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.
- data/Rakefile +1 -1
- data/htmlfive.gemspec +2 -2
- data/lib/helpers/ie.rb +1 -1
- 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.
|
|
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
|
data/htmlfive.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{htmlfive}
|
|
8
|
-
s.version = "0.1.
|
|
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-
|
|
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 = [
|
data/lib/helpers/ie.rb
CHANGED
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.
|
|
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-
|
|
13
|
+
date: 2009-12-09 00:00:00 +06:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies: []
|
|
16
16
|
|