raus22-jspec 2.0.6 → 2.0.7
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/bin/jspec +2 -2
- data/jspec.gemspec +1 -1
- metadata +1 -1
data/bin/jspec
CHANGED
|
@@ -10,9 +10,9 @@ require 'fileutils'
|
|
|
10
10
|
RHINO = 'java org.mozilla.javascript.tools.shell.Main'
|
|
11
11
|
program = {}
|
|
12
12
|
program[:name] = 'JSpec'
|
|
13
|
-
program[:version] = '2.0.
|
|
13
|
+
program[:version] = '2.0.7'
|
|
14
14
|
program[:description] = 'JavaScript BDD Testing Framework'
|
|
15
|
-
default_command :bind
|
|
15
|
+
#default_command :bind
|
|
16
16
|
|
|
17
17
|
command :init do |c|
|
|
18
18
|
c.syntax = 'jspec init [dest]'
|
data/jspec.gemspec
CHANGED