neerajdotname-javascript_lab 0.0.3 → 0.0.4
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/README.markdown +1 -1
- data/Rakefile +1 -1
- data/views/layout.erb +1 -1
- metadata +3 -3
data/README.markdown
CHANGED
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
|
|
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
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.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
|
|
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
|
|
112
|
+
summary: A tool to verify javascript code without worrying about including javascript library.
|
|
113
113
|
test_files: []
|
|
114
114
|
|