neerajdotname-javascript_lab 0.0.11 → 0.0.12
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/History.txt +6 -1
- data/views/validate_json.erb +19 -0
- metadata +2 -1
data/History.txt
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<div>
|
|
2
|
+
<div class='lhs'>
|
|
3
|
+
<div id='log_output'>
|
|
4
|
+
</div>
|
|
5
|
+
<form action='#' name='lab'>
|
|
6
|
+
<p>
|
|
7
|
+
<label class='label'>
|
|
8
|
+
Enter JSON data in this box
|
|
9
|
+
</label>
|
|
10
|
+
<input class='submit' style='float:right;' type='submit' value='Verify JSON' onclick='verifyJsonForm();return false;' />
|
|
11
|
+
<textarea name='json_input' rows='25' cols='60'></textarea>
|
|
12
|
+
</p>
|
|
13
|
+
<p>
|
|
14
|
+
<input class='submit' type='submit' value='Verify JSON' onclick='verifyJsonForm();return false;' />
|
|
15
|
+
</p>
|
|
16
|
+
</form>
|
|
17
|
+
</div>
|
|
18
|
+
<div style='clear:both;'></div>
|
|
19
|
+
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neerajdotname-javascript_lab
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neeraj Singh
|
|
@@ -83,6 +83,7 @@ files:
|
|
|
83
83
|
- public/javascripts/jquery.json-1.3.js
|
|
84
84
|
- views/style.sass
|
|
85
85
|
- views/index.erb
|
|
86
|
+
- views/validate_json.erb
|
|
86
87
|
- views/layout.erb
|
|
87
88
|
has_rdoc: false
|
|
88
89
|
homepage: http://github.com/neerajdotname/javascript_lab
|