jspec 2.11.3 → 2.11.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/History.rdoc +5 -0
- data/README.rdoc +2 -3
- data/Rakefile +2 -2
- data/bin/jspec +1 -1
- data/jspec.gemspec +8 -8
- data/lib/jspec.js +1 -1
- metadata +4 -4
data/History.rdoc
CHANGED
data/README.rdoc
CHANGED
@@ -43,9 +43,8 @@ Simply download JSpec and include JSpec.css and JSpec.js in your markup.
|
|
43
43
|
Head over to the downloads section on Github, clone this public repo, or
|
44
44
|
add JSpec as a git submodule with in your project. Alternatively JSpec is
|
45
45
|
also available as a Ruby Gem (though this is not required), which also
|
46
|
-
provides the `jspec` executable.
|
47
|
-
$ gem
|
48
|
-
$ sudo gem install visionmedia-jspec
|
46
|
+
provides the `jspec` executable. First install [Gemcutter](http://gemcutter.org/) then execute:
|
47
|
+
$ sudo gem install jspec
|
49
48
|
|
50
49
|
At which point you may:
|
51
50
|
$ jspec init myproject
|
data/Rakefile
CHANGED
@@ -14,8 +14,8 @@ Echoe.new "jspec", version do |p|
|
|
14
14
|
p.url = "http://visionmedia.github.com/jspec"
|
15
15
|
p.runtime_dependencies << "sinatra"
|
16
16
|
p.runtime_dependencies << "json"
|
17
|
-
p.runtime_dependencies << "
|
18
|
-
p.runtime_dependencies << "
|
17
|
+
p.runtime_dependencies << "commander >=3.2.9"
|
18
|
+
p.runtime_dependencies << "bind >=0.2.6"
|
19
19
|
end
|
20
20
|
|
21
21
|
namespace :pkg do
|
data/bin/jspec
CHANGED
data/jspec.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{jspec}
|
5
|
-
s.version = "2.11.
|
5
|
+
s.version = "2.11.4"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["TJ Holowaychuk"]
|
9
|
-
s.date = %q{2009-
|
9
|
+
s.date = %q{2009-10-10}
|
10
10
|
s.default_executable = %q{jspec}
|
11
11
|
s.description = %q{JavaScript BDD Testing Framework}
|
12
12
|
s.email = %q{tj@vision-media.ca}
|
@@ -27,18 +27,18 @@ Gem::Specification.new do |s|
|
|
27
27
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
28
28
|
s.add_runtime_dependency(%q<sinatra>, [">= 0"])
|
29
29
|
s.add_runtime_dependency(%q<json>, [">= 0"])
|
30
|
-
s.add_runtime_dependency(%q<
|
31
|
-
s.add_runtime_dependency(%q<
|
30
|
+
s.add_runtime_dependency(%q<commander>, [">= 3.2.9"])
|
31
|
+
s.add_runtime_dependency(%q<bind>, [">= 0.2.6"])
|
32
32
|
else
|
33
33
|
s.add_dependency(%q<sinatra>, [">= 0"])
|
34
34
|
s.add_dependency(%q<json>, [">= 0"])
|
35
|
-
s.add_dependency(%q<
|
36
|
-
s.add_dependency(%q<
|
35
|
+
s.add_dependency(%q<commander>, [">= 3.2.9"])
|
36
|
+
s.add_dependency(%q<bind>, [">= 0.2.6"])
|
37
37
|
end
|
38
38
|
else
|
39
39
|
s.add_dependency(%q<sinatra>, [">= 0"])
|
40
40
|
s.add_dependency(%q<json>, [">= 0"])
|
41
|
-
s.add_dependency(%q<
|
42
|
-
s.add_dependency(%q<
|
41
|
+
s.add_dependency(%q<commander>, [">= 3.2.9"])
|
42
|
+
s.add_dependency(%q<bind>, [">= 0.2.6"])
|
43
43
|
end
|
44
44
|
end
|
data/lib/jspec.js
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TJ Holowaychuk
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-10-10 00:00:00 -07:00
|
13
13
|
default_executable: jspec
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: "0"
|
34
34
|
version:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
|
-
name:
|
36
|
+
name: commander
|
37
37
|
type: :runtime
|
38
38
|
version_requirement:
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: 3.2.9
|
44
44
|
version:
|
45
45
|
- !ruby/object:Gem::Dependency
|
46
|
-
name:
|
46
|
+
name: bind
|
47
47
|
type: :runtime
|
48
48
|
version_requirement:
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|