raus22-jspec 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/jspec +3 -3
  2. data/jspec.gemspec +5 -5
  3. metadata +3 -3
data/bin/jspec CHANGED
@@ -9,9 +9,9 @@ require 'fileutils'
9
9
 
10
10
  RHINO = 'java org.mozilla.javascript.tools.shell.Main'
11
11
  program = {}
12
- program[:name] => 'JSpec'
13
- program[:version] => '2.0.3'
14
- program[:description] => 'JavaScript BDD Testing Framework'
12
+ program[:name] = 'JSpec'
13
+ program[:version] = '2.0.5'
14
+ program[:description] = 'JavaScript BDD Testing Framework'
15
15
  default_command :bind
16
16
 
17
17
  command :init do |c|
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{jspec}
5
- s.version = "2.0.4"
5
+ s.version = "2.0.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["visionmedia raus22"]
9
- s.date = %q{2009-06-03}
9
+ s.date = %q{2009-06-04}
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}
@@ -25,11 +25,11 @@ Gem::Specification.new do |s|
25
25
  s.specification_version = 3
26
26
 
27
27
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
28
- s.add_runtime_dependency(%q<visionmedia-commander>, [">= 3.2.9"])
28
+ s.add_runtime_dependency(%q<raus22-commander>, [">= 3.2.9"])
29
29
  else
30
- s.add_dependency(%q<visionmedia-commander>, [">= 3.2.9"])
30
+ s.add_dependency(%q<raus22-commander>, [">= 3.2.9"])
31
31
  end
32
32
  else
33
- s.add_dependency(%q<visionmedia-commander>, [">= 3.2.9"])
33
+ s.add_dependency(%q<raus22-commander>, [">= 3.2.9"])
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raus22-jspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - visionmedia raus22
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-03 00:00:00 -07:00
12
+ date: 2009-06-04 00:00:00 -07:00
13
13
  default_executable: jspec
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: visionmedia-commander
16
+ name: raus22-commander
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement