noisy_partials_for_rails_3 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: noisy_partials_for_rails_3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Gwyn Morfey
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2013-
|
20
|
+
date: 2013-08-16 00:00:00 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: rails
|
@@ -36,6 +36,11 @@ dependencies:
|
|
36
36
|
type: :runtime
|
37
37
|
version_requirements: *id001
|
38
38
|
description: |
|
39
|
+
Inserts an HTML comment at the beggining and ending of html partials
|
40
|
+
with the path to the partial, so that "view vource"
|
41
|
+
can tell you exactly what partial is responsible for the piece of
|
42
|
+
HTML you're looking at.
|
43
|
+
|
39
44
|
Limited to files ending with .html,.haml,.erb, and .rhtml
|
40
45
|
and Rails 3.0.x ONLY.
|
41
46
|
See https://github.com/gwshaw/noisy_partials for a 3.1 compatibile version
|
@@ -82,7 +87,7 @@ rubyforge_project:
|
|
82
87
|
rubygems_version: 1.8.24
|
83
88
|
signing_key:
|
84
89
|
specification_version: 3
|
85
|
-
summary: Inserts
|
90
|
+
summary: Inserts comments at start and end of partial with path to source.
|
86
91
|
test_files: []
|
87
92
|
|
88
93
|
has_rdoc:
|