jspec 2.11.3 → 2.11.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ === 2.11.4 / 2009-10-10
3
+
4
+ * Updated installation docs
5
+ * Removed namespaced dependencies (thanks alot github...)
6
+
2
7
  === 2.11.3 / 2009-09-30
3
8
 
4
9
  * Updated to mock timers 1.0.1
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. To install execute:
47
- $ gem sources -a http://gems.github.com (if you have not previously done so)
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 << "visionmedia-commander >=3.2.9"
18
- p.runtime_dependencies << "visionmedia-bind >=0.2.6"
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
@@ -12,7 +12,7 @@ require 'server/server'
12
12
  RHINO = 'java org.mozilla.javascript.tools.shell.Main'
13
13
 
14
14
  program :name, 'JSpec'
15
- program :version, '2.11.3'
15
+ program :version, '2.11.4'
16
16
  program :description, 'JavaScript BDD Testing Framework'
17
17
  default_command :bind
18
18
 
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.3"
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-09-30}
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<visionmedia-commander>, [">= 3.2.9"])
31
- s.add_runtime_dependency(%q<visionmedia-bind>, [">= 0.2.6"])
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<visionmedia-commander>, [">= 3.2.9"])
36
- s.add_dependency(%q<visionmedia-bind>, [">= 0.2.6"])
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<visionmedia-commander>, [">= 3.2.9"])
42
- s.add_dependency(%q<visionmedia-bind>, [">= 0.2.6"])
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
@@ -5,7 +5,7 @@
5
5
 
6
6
  JSpec = {
7
7
 
8
- version : '2.11.3',
8
+ version : '2.11.4',
9
9
  cache : {},
10
10
  suites : [],
11
11
  modules : [],
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.3
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-09-30 00:00:00 -07:00
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: visionmedia-commander
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: visionmedia-bind
46
+ name: bind
47
47
  type: :runtime
48
48
  version_requirement:
49
49
  version_requirements: !ruby/object:Gem::Requirement