html_namespacing 0.1.5

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.
@@ -0,0 +1,4 @@
1
+ require 'rubygems'
2
+ require 'spec'
3
+
4
+ require File.dirname(__FILE__) + '/../lib/html_namespacing'
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: html_namespacing
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.5
5
+ platform: ruby
6
+ authors:
7
+ - adamh
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-08-19 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: adamh-glob_fu
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.3
24
+ version:
25
+ description: Inserts "class=" attributes within snippets of HTML so CSS and JavaScript can use automatic scopes
26
+ email: adam@adamhooper.com
27
+ executables: []
28
+
29
+ extensions:
30
+ - ext/html_namespacing/extconf.rb
31
+ extra_rdoc_files:
32
+ - README.rdoc
33
+ files:
34
+ - ext/html_namespacing/html_namespacing.c
35
+ - ext/html_namespacing/html_namespacing.h
36
+ - ext/html_namespacing/html_namespacing_ext.c
37
+ - lib/html_namespacing.rb
38
+ - lib/html_namespacing/plugin.rb
39
+ - lib/html_namespacing/plugin/dom_scan_jquery.js
40
+ - lib/html_namespacing/plugin/dom_scan_jquery.js.compressed
41
+ - lib/html_namespacing/plugin/rails.rb
42
+ - lib/html_namespacing/plugin/sass.rb
43
+ - README.rdoc
44
+ has_rdoc: true
45
+ homepage: http://github.com/adamh/html_namespacing
46
+ licenses: []
47
+
48
+ post_install_message:
49
+ rdoc_options:
50
+ - --charset=UTF-8
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ requirements: []
66
+
67
+ rubyforge_project:
68
+ rubygems_version: 1.3.5
69
+ signing_key:
70
+ specification_version: 2
71
+ summary: Automatic HTML namespacing
72
+ test_files:
73
+ - spec/c_extension_spec.rb
74
+ - spec/spec_helper.rb