File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{html_namespacing}
8
- s . version = "0.1.6 "
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 = [ "adamh" ]
12
- s . date = %q{2010-01-12 }
12
+ s . date = %q{2010-01-16 }
13
13
s . description = %q{Inserts "class=" attributes within snippets of HTML so CSS and JavaScript can use automatic scopes}
14
14
s . email = %q{adam@adamhooper.com}
15
15
s . extensions = [ "ext/html_namespacing/extconf.rb" ]
@@ -33,8 +33,8 @@ Gem::Specification.new do |s|
33
33
s . rubygems_version = %q{1.3.5}
34
34
s . summary = %q{Automatic HTML namespacing}
35
35
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"
38
38
]
39
39
40
40
if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments