neerajdotname-javascript_lab 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +6 -1
  2. data/views/validate_json.erb +19 -0
  3. metadata +2 -1
data/History.txt CHANGED
@@ -1,4 +1,9 @@
1
- === 0.0.10 2009-06-18
1
+
2
+ === 0.0.12 2009-06-18
3
+
4
+ * added the missing view file
5
+
6
+ === 0.0.11 2009-06-18
2
7
 
3
8
  * added the feature to validate JSON data structure
4
9
 
@@ -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.11
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