neerajdotname-javascript_lab 0.0.8 → 0.0.9

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 CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ === 0.0.9 2009-06-16
3
+
4
+ * updated README with instructions on how to install for passenger
5
+
2
6
  === 0.0.8 2009-06-16
3
7
 
4
8
  * made fonts bigger
data/README.markdown CHANGED
@@ -15,17 +15,13 @@ This is a gem to quickly try out javascript code without worrying about includin
15
15
 
16
16
  * quickly test if the JSON data is valid or not.
17
17
 
18
- == Live Demo
19
-
20
- [http://www.neeraj.name/admin_data](http://www.neeraj.name/admin_data)
21
-
22
18
  == How to use it
23
19
 
24
20
  Install javascript_lab
25
21
 
26
22
  <pre>
27
23
  <code>
28
- sudo gem install javascript_lab
24
+ sudo gem install neerajdotname-javascript_lab -s http://gems.github.com
29
25
  </code>
30
26
  </pre>
31
27
 
@@ -42,7 +38,16 @@ And it should launch javascript_lab in your browser.
42
38
 
43
39
  == With Passenger
44
40
 
45
- coming up
41
+ To use Gembox with Passenger Pane there are a few simple steps you need to do:
42
+
43
+ <pre>
44
+ <code>
45
+ $ git clone git://github.com/neerajdotname/javascript_lab.git
46
+ $ open ./javascript_lab/
47
+ </code>
48
+ </pre>
49
+
50
+ Then open up Passenger Pane and drag the open javascript_lab folder into the list on the left (You’ll have to be authenticated). Now browse to javascript_lab.local/ and you’ll see it.
46
51
 
47
52
  == Feedback
48
53
 
@@ -8,5 +8,5 @@ require 'javascript_lab/view_helpers'
8
8
  require 'javascript_lab/app'
9
9
 
10
10
  module JavascriptLab
11
- VERSION = '0.0.8'
11
+ VERSION = '0.0.9'
12
12
  end
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.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh