Skip to content

Commit d563a48

Browse files
author
Adam Hooper
committed
Update gemspec
1 parent af0000f commit d563a48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

html_namespacing.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{html_namespacing}
8-
s.version = "0.1.6"
8+
s.version = "0.1.7"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["adamh"]
12-
s.date = %q{2010-01-12}
12+
s.date = %q{2010-01-16}
1313
s.description = %q{Inserts "class=" attributes within snippets of HTML so CSS and JavaScript can use automatic scopes}
1414
s.email = %q{adam@adamhooper.com}
1515
s.extensions = ["ext/html_namespacing/extconf.rb"]
@@ -33,8 +33,8 @@ Gem::Specification.new do |s|
3333
s.rubygems_version = %q{1.3.5}
3434
s.summary = %q{Automatic HTML namespacing}
3535
s.test_files = [
36-
"spec/spec_helper.rb",
37-
"spec/c_extension_spec.rb"
36+
"spec/c_extension_spec.rb",
37+
"spec/spec_helper.rb"
3838
]
3939

4040
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)