neerajdotname-javascript_lab 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.markdown +1 -1
  2. data/Rakefile +1 -1
  3. data/views/layout.erb +1 -1
  4. metadata +3 -3
data/README.markdown CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Introduction
4
4
 
5
- This is a gem to quickly test javascript code or JSON data.
5
+ This is a gem to quickly try out javascript code without worrying about including the right javascript library.
6
6
 
7
7
  ## Features
8
8
 
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ $hoe = Hoe.new('javascript_lab', JavascriptLab::VERSION) do |p|
9
9
  p.changes = p.paragraphs_of('History.txt',0..1).join("\n\n")
10
10
  p.post_install_message = 'PostInstall.txt'
11
11
  p.rubyforge_name = 'neerajdotname'
12
- p.summary = p.description = 'A tool to quickly test and verify javascript and JSON data'
12
+ p.summary = p.description = 'A tool to quickly verify javascript code without worrying about including the javascript library.'
13
13
  p.url = ['http://github.com/neerajdotname/javascript_lab','http://neeraj.name']
14
14
  p.extra_deps = [
15
15
  ['sinatra', '>=0.9.2'],
data/views/layout.erb CHANGED
@@ -13,7 +13,7 @@
13
13
  <div id='header'>
14
14
  <div class='gem_name'>
15
15
  <a href="/">javascript_lab</a><br />
16
- <p class='tag_line'>quickly test your javascript code</p>
16
+ <p class='tag_line'>quickly verify javascript code</p>
17
17
  </div>
18
18
  <div class='extra'>
19
19
  <ul class='nav'>
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh
@@ -42,7 +42,7 @@ dependencies:
42
42
  - !ruby/object:Gem::Version
43
43
  version: 1.8.0
44
44
  version:
45
- description: A tool to test javascript code and JSON structure.
45
+ description: A tool to verify javascript code without worrying about including javascript library.
46
46
  email:
47
47
  - neerajdotname@gmail.com
48
48
  executables:
@@ -109,6 +109,6 @@ rubyforge_project: neerajdotname
109
109
  rubygems_version: 1.2.0
110
110
  signing_key:
111
111
  specification_version: 3
112
- summary: A tool to test javascript and JSON data.
112
+ summary: A tool to verify javascript code without worrying about including javascript library.
113
113
  test_files: []
114
114